Commit Graph

  • b6f6d0e2f8 Restore consistent formatting malc 2009-08-24 15:18:12 +04:00
  • e5944641ab es1370: Remove unused indirection of PCIES1370State and ES1370State Juan Quintela 2009-08-24 13:03:25 +02:00
  • 2a1704a71d Fix device name completion for 'eject' Blue Swirl 2009-08-23 20:10:28 +00:00
  • 4445b0a624 Revert my commit c00a9de060124a988bd9847c095e5836488c6f01 Andrzej Zaborowski 2009-08-23 19:00:58 +02:00
  • 8d30b794ce Fix segfault of qemu-system-arm with PXA target Torsten Duwe 2009-08-23 18:08:14 +02:00
  • 699960b272 sdl.c: support 32 bpp cursors Reimar Döffinger 2009-08-23 18:03:34 +02:00
  • c00a9de060 Use corect depth from DisplaySurface in vmware_vga.c Reimar Döffinger 2009-08-23 18:00:33 +02:00
  • 13f59cbfe3 Remove the unnecessary and only global in musicpal.c Andrzej Zaborowski 2009-08-23 17:44:20 +02:00
  • 7ef6e71c59 Merge with balrog@git.sv.gnu.org:/srv/git/qemu.git Andrzej Zaborowski 2009-08-23 17:19:44 +02:00
  • d074769c5a Make musicpal.c use the I2C device and the Marvell 88w8618 audio device Andrzej Zaborowski 2009-08-23 15:51:14 +02:00
  • ef07b49145 Extract the Marvell 88w8618 audio device from musicpal.c Andrzej Zaborowski 2009-08-23 15:44:15 +02:00
  • 3ead03bd0a Extract musicpal.c I2C bitbanging code and make it gpio aware Andrzej Zaborowski 2009-08-23 15:38:50 +02:00
  • 343ec8e485 Musicpal qdev conversion: gpio (except I2C part), keyboard and lcd Benoit Canet 2009-08-23 14:38:07 +02:00
  • d453c2c32e Sparc32: fix monitor commands 'info pic' and 'info irq' Blue Swirl 2009-08-23 12:23:30 +00:00
  • 7432ff5d6b Rearrange to suppress gcc 3.3.5 warning about unused variable Blue Swirl 2009-08-23 06:12:54 +00:00
  • 9c9c310a54 def-helper.h allow helpers returning pointers Igor Kovalenko 2009-07-19 23:46:09 +04:00
  • 0fd0eb2161 ESP: implement Transfer Pad Blue Swirl 2009-08-22 13:55:05 +00:00
  • 5e1e0a3bb9 ESP: Implement select without ATN, fix comments Blue Swirl 2009-08-22 13:54:31 +00:00
  • 94953e6d74 ARM back-end: Handle all possible immediates for ALU ops Laurent Desnogues 2009-08-22 14:29:09 +02:00
  • f878d2d235 ARM back-end: Add TCG not Laurent Desnogues 2009-08-22 13:55:06 +02:00
  • 4c6aa085a8 sparc32 remove an unnecessary cpu irq set Blue Swirl 2009-08-22 11:54:03 +00:00
  • c27e27528f Sparc32/64: fix jmpl followed by branch Blue Swirl 2009-08-22 11:46:10 +00:00
  • 10ee2aaa41 Remove unneded ac97 indirection accessing its state Juan Quintela 2009-08-21 13:56:09 +02:00
  • 6b74327869 Sparc32/64: Fix user emulator breakage Blue Swirl 2009-08-18 18:04:38 +00:00
  • 7ecd8df89a Fix breakage of alpha, mips64, ppc64 and x86_64 targets on non-amd64 host Blue Swirl 2009-08-18 17:01:07 +00:00
  • b11ebf64b6 Replace REGX with PRIx64 Blue Swirl 2009-08-16 11:54:37 +00:00
  • 90e189ece1 Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx Blue Swirl 2009-08-16 11:13:18 +00:00
  • 636aa20056 Replace always_inline with inline Blue Swirl 2009-08-16 09:06:54 +00:00
  • facd285778 user: compile host-utils.c only once Blue Swirl 2009-08-16 08:03:26 +00:00
  • e27b27b3c6 Simplify 5ba6531956b9b6486560cbd13604c2238a3542dd Blue Swirl 2009-08-16 07:39:33 +00:00
  • cfa90513a3 Fix desynchronization of condition code state when a memory access traps Blue Swirl 2009-08-15 16:52:54 +00:00
  • 802670e6c9 PPC: clean up ppc405 Blue Swirl 2009-08-15 14:27:05 +00:00
  • 1786dc15ee Use pstrcpy to avoid OpenBSD linker warnings Blue Swirl 2009-08-15 11:33:58 +00:00
  • fc0d96b4e3 bsd-user: Add generic env variable handling Blue Swirl 2009-08-15 10:35:42 +00:00
  • 6af5a25246 linux-user: compile envlist.c only once Blue Swirl 2009-08-15 08:47:42 +00:00
  • 5ba6531956 user: compile ioport-user.c only for x86 Blue Swirl 2009-08-15 07:52:19 +00:00
  • 370220865b user: compile path.c only once Blue Swirl 2009-08-15 07:51:59 +00:00
  • 0bf5e443bd Fix migration for ide devices Anthony Liguori 2009-08-13 13:58:21 -05:00
  • 0c5b8d831d Unbreak Sparc64 Blue Swirl 2009-08-13 17:51:46 +00:00
  • bc19fcaa1b Unbreak Sparc32 and PPC Blue Swirl 2009-08-13 16:26:52 +00:00
  • aa0cba4a62 Third attempt to invoke create_config properly malc 2009-08-13 06:41:33 +04:00
  • 197bc2196d Fix typo malc 2009-08-12 23:11:44 +04:00
  • 971c47ccbb Do not use $SHELL to invoke our scripts malc 2009-08-11 23:15:52 +04:00
  • 98f9f48ccb Aesthetics malc 2009-08-11 20:48:02 +04:00
  • 1a40d5e235 use C99 initializers for all audio/* Juan Quintela 2009-08-11 02:31:17 +02:00
  • 1dd3e4d13d use C99 initializers for audio_pcm_ops Juan Quintela 2009-08-11 02:31:15 +02:00
  • 2700efa323 Use C99 initializers for audio_option Juan Quintela 2009-08-11 02:31:16 +02:00
  • bee37f32d4 Use proper struct initializers and remove INIT_FIELD() macro Juan Quintela 2009-08-11 02:31:14 +02:00
  • c981d39c95 Fix virtio-blk Anthony Liguori 2009-08-10 19:27:59 -05:00
  • 562593aa8a Add emacs header to Makefile.target Anthony Liguori 2009-08-04 08:24:23 -05:00
  • 6ca8d0fd51 check for PR_SET_NAME being defined Nathan Froyd 2009-08-03 07:32:12 -07:00
  • f6c64e0eea rename "info qdrv" to "info qdm" Gerd Hoffmann 2009-08-03 15:03:09 +02:00
  • 22f2e34474 fix qdev_print_devinfo() Gerd Hoffmann 2009-08-03 11:26:48 +02:00
  • ea2b7271bf qdev/prop: convert xilinx_timer.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:48 +02:00
  • 8017dc2688 qdev/prop: convert xilinx_intc.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:47 +02:00
  • 05f0257906 qdev/prop: convert xilinx_ethlite.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:46 +02:00
  • 72c61d0bf4 qdev/prop: convert virtio-pci.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:45 +02:00
  • df59cbc6e2 qdev/prop: convert vga.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:44 +02:00
  • 53dad4992c qdev/prop: convert tcx.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:43 +02:00
  • 083301fc81 qdev/prop: convert syborg_timer.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:42 +02:00
  • c4470b2577 qdev/prop: convert syborg_serial.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:41 +02:00
  • 5cdabc1498 qdev/prop: convert syborg_pointer.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:40 +02:00
  • 51dd59272b qdev/prop: convert syborg_keyboard.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:39 +02:00
  • 3c2aed8b27 qdev/prop: convert syborg_interrupt.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:38 +02:00
  • c230c4e38f qdev/prop: convert syborg_fb.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:37 +02:00
  • 32a7ee989f qdev/prop: convert sun4u.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:36 +02:00
  • c885159a7a qdev/prop: convert sun4m.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:35 +02:00
  • 3180d77219 qdev/prop: convert sparc32_dma.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:34 +02:00
  • bf2782d7d3 qdev/prop: convert smbus_eeprom.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:33 +02:00
  • 18c637dccb qdev/prop: convert slavio_timer.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:32 +02:00
  • 7fdaf611a5 qdev/prop: convert slavio_intctl.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:31 +02:00
  • 186507b446 qdev/prop: convert pcnet.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:29 +02:00
  • 01274424cf qdev/prop: convert m48t59.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:28 +02:00
  • 668724a784 qdev/prop: convert iommu.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:27 +02:00
  • bb36f66a97 qdev/prop: convert integratorcp.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:26 +02:00
  • 368eb5d488 qdev/prop: convert i2c.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:25 +02:00
  • ddde095c8f qdev/prop: convert etraxfs_pic.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:24 +02:00
  • ec02f7dec2 qdev/prop: convert escc.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:23 +02:00
  • d210a1b43a qdev/prop: convert eccmemctl.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:22 +02:00
  • 1832efa29d qdev/prop: convert armv7m.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:21 +02:00
  • e325775b35 qdev/prop: convert arm_sysctl.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:20 +02:00
  • 54586bd17d qdev/prop: convert pci.c to helper macros. Gerd Hoffmann 2009-08-03 17:35:19 +02:00
  • 313feaabc6 qdev/prop: add CharDriverState property. Gerd Hoffmann 2009-08-03 17:35:18 +02:00
  • cf12b95bf5 qdev/prop: macros for creating typechecked properties. Gerd Hoffmann 2009-08-03 17:35:17 +02:00
  • 93c8cfd9e6 make windows notice media change Gleb Natapov 2009-08-02 11:36:47 +03:00
  • 73006d2a9a Fix do_commit() behavior Luiz Capitulino 2009-07-31 15:15:41 -03:00
  • c3cf0d3f96 net: Fix do_set_link() return type Luiz Capitulino 2009-08-03 13:56:59 -03:00
  • 09c0848e52 Add/Fix command-line checks for smbios options v2 Beth Kon 2009-07-31 13:49:14 -04:00
  • f14bfdf952 Move libsunpath to use the same style than everything else Juan Quintela 2009-08-03 14:47:11 +02:00
  • f622d8a33d convert gprof flags to style of rest of Makefile Juan Quintela 2009-08-03 14:47:10 +02:00
  • 7973f21c4b Add cocoa libs at Darwin selection time Juan Quintela 2009-08-03 14:47:09 +02:00
  • f03029354e CURL libs are used both by tools and softmmu Juan Quintela 2009-08-03 14:47:08 +02:00
  • 8e02e54cc4 VDE libs are used both by tools and softmmu Juan Quintela 2009-08-03 14:47:07 +02:00
  • 3e2e0e6ba8 Add libs_tools support Juan Quintela 2009-08-03 14:47:06 +02:00
  • a990240bb9 Disable aio in mingw32 Juan Quintela 2009-08-03 14:47:05 +02:00
  • e18ea868d2 use TARGET_<arch name> for selection Juan Quintela 2009-08-03 14:47:04 +02:00
  • 053dd92e8a We also need TARGET_<arechname> in Makefiles Juan Quintela 2009-08-03 14:47:03 +02:00
  • 55d9c04bc3 Consolidate audio flags in configure Juan Quintela 2009-08-03 14:47:02 +02:00
  • ed69c30dc6 remove last 3 uses of :=, everywhere else uses += or = Juan Quintela 2009-08-03 14:47:01 +02:00
  • 96d409ebc0 CONFIG_POSIX makes more sense that not CONFIG_WIN32 Juan Quintela 2009-08-03 14:47:00 +02:00