Commit Graph

  • 798b721ec3 Sparc32: use the OpenFirmware name for ecc Blue Swirl 2009-07-12 21:43:24 +03:00
  • 344b983d9b target-mips: remove useless code in gen_st_cond() Aurelien Jarno 2009-07-12 15:09:01 +02:00
  • feeb3b6a7a Fix MIPS SC Paul Brook 2009-07-12 13:08:59 +01:00
  • 53e3c4f918 Sparc64: convert ebus to qdev Blue Swirl 2009-07-12 08:54:49 +00:00
  • 5210977a85 sparc64: trap handling corrections Igor Kovalenko 2009-07-12 12:35:31 +04:00
  • 49e6637386 Sparc32: convert eccmemctl to qdev Blue Swirl 2009-07-12 08:16:55 +00:00
  • 5b0f0bec71 sparc64: fix helper_st_asi little endian case typo Igor Kovalenko 2009-07-12 00:57:03 +04:00
  • 7d55273fcd sparc64: really initialize irq Igor Kovalenko 2009-07-12 07:43:00 +00:00
  • 536ba01572 sparc64: unify mmu tag matching code Igor Kovalenko 2009-07-12 07:41:42 +00:00
  • e8807b14cc sparc64: mmu bypass mode correction Igor Kovalenko 2009-07-12 07:41:42 +00:00
  • 616cbc78a5 Fix PCI IRQ breakage Paul Brook 2009-07-11 22:46:05 +01:00
  • 110c50fd31 Revert "Fix the PCI header type of APB" Blue Swirl 2009-07-11 08:38:39 +00:00
  • ac47a60b3f Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partially Blue Swirl 2009-07-11 08:20:24 +00:00
  • 0c3271c558 Indent ac97 and es1370 according to audio formatting Anthony Liguori 2009-07-10 15:32:03 -05:00
  • 36afc45159 block: Clean up after deleting BHs Avi Kivity 2009-06-23 16:20:36 +03:00
  • 0884657b2e flush pending aio requests Glauber Costa 2009-07-06 09:32:09 -04:00
  • d9db889faf kvm: Work around borken MSR_GET_INDEX_LIST Jan Kiszka 2009-07-02 22:04:48 +02:00
  • e6da768000 qemu/virtio: mark msi vectors used on load Michael S. Tsirkin 2009-07-05 16:02:34 +03:00
  • 72755a7096 qemu/msi: missing braces Michael S. Tsirkin 2009-07-05 15:58:52 +03:00
  • 4bfd1712d7 qemu/msi: clean used vectors state on load Michael S. Tsirkin 2009-07-05 15:58:44 +03:00
  • 3f6a3ee51e qcow2: Fix L1 table memory allocation Kevin Wolf 2009-07-07 18:09:42 +02:00
  • c53ffce91b qcow1: Fix qcow_aio_writev Kevin Wolf 2009-06-30 15:37:17 +02:00
  • 554962405c Prefer sysfs for USB host devices Mark McLoughlin 2009-07-03 09:28:02 +01:00
  • 1fa63e43e6 usb-ohci: Fix endianness issue Michael Buesch 2009-07-08 21:54:28 +02:00
  • e6a0575e98 Make sure to mark MCE defines as ULL Anthony Liguori 2009-07-10 13:39:34 -05:00
  • 7d8abfcb50 qemu-io: fix memory leak Kevin Wolf 2009-07-10 13:33:52 +02:00
  • 9c4bab2668 qemu-io: add flag to mark files growable Christoph Hellwig 2009-07-10 13:33:47 +02:00
  • cf57298af5 qemu-io: better input validation for vector-based commands Christoph Hellwig 2009-07-10 13:33:42 +02:00
  • 230d4fa48b qemu-io: small cleanups for the aio code Christoph Hellwig 2009-07-10 13:33:38 +02:00
  • 52249f0f3c Disable kqemu by default at run time Anthony Liguori 2009-07-09 17:28:08 -05:00
  • eeb34af986 Make sure to only vm_start() a failed migration if we were running to begin with. Anthony Liguori 2009-07-09 13:25:47 -05:00
  • 1889465a1c Allow setting qemu process name v2 Andi Kleen 2009-07-02 09:34:17 +02:00
  • e3fc14c3a1 configure: Append extra cflags and ldflags Jan Kiszka 2009-06-30 21:29:03 +02:00
  • dca61621f8 qemu: remove control vector save Michael S. Tsirkin 2009-07-01 16:28:06 +03:00
  • 9a3e12c8a4 fix segfault in msix_save Michael S. Tsirkin 2009-07-01 16:28:00 +03:00
  • 391354f126 Unregister savevm callback in eeprom93xx_free() Mark McLoughlin 2009-07-01 23:06:19 +01:00
  • ae50b2747f Don't leak VLANClientState on PCI hot remove Mark McLoughlin 2009-07-01 16:46:38 +01:00
  • d026fb6dab Don't abort if TUNSETSNDBUF fails where no sndbuf= arg is supplied Mark McLoughlin 2009-07-01 16:45:30 +01:00
  • 1c27a8b35e Substitute O_DSYNC with O_SYNC or O_FSYNC when needed. G 3 2009-07-01 13:28:32 -04:00
  • c76f4952bb Allow adjustment of http block device's readahead size, via a new ":readahead=###:" suffix. Nolan 2009-07-01 17:16:52 -07:00
  • 5f65049560 consolidate user cpu_{in, out}[bwl] into ioport-user.c Isaku Yamahata 2009-07-02 19:32:10 +09:00
  • 23e0affdd2 ioport: consolidate duplicated logic in register_ioport_{read, write}(). Isaku Yamahata 2009-07-02 19:32:08 +09:00
  • d56dd6cf03 use constant IOPORTS_MASK instead of 0xffff. Isaku Yamahata 2009-07-02 19:32:07 +09:00
  • 3299397760 split out ioport related stuffs from vl.c into ioport.c. Isaku Yamahata 2009-07-02 19:32:06 +09:00
  • 89e671e3f3 Replace signrom with shell script v3 Alexander Graf 2009-07-01 22:08:21 +02:00
  • 1cec71e359 Revert "support colon in filenames" Anthony Liguori 2009-07-02 08:12:26 -05:00
  • c6a5a71a3a Fix build for ESD audio Anthony Liguori 2009-07-01 10:07:16 -05:00
  • 0aa217e461 qcow2: Make cache=writethrough default Kevin Wolf 2009-06-30 13:06:04 +02:00
  • fc5b81d1f6 net: set a default value for sndbuf= Mark McLoughlin 2009-06-30 10:02:57 +01:00
  • df7a607b6b configure: detect xen with --extra-cflags / --extra-ldflags Christoph Egger 2009-06-30 14:59:38 +02:00
  • 79c4f6b080 QEMU: MCE: Add MCE simulation to qemu/tcg Huang Ying 2009-06-23 10:05:14 +08:00
  • 2152390dca Merge commit 'linux-user/linux-user-for-upstream' into tmp-staging Anthony Liguori 2009-07-09 15:09:27 -05:00
  • 94c5495dd1 MIPS signal handling fix Paul Brook 2009-07-09 18:40:15 +01:00
  • f04dc72f39 Enable MIPS NPTL Paul Brook 2009-07-09 17:56:24 +01:00
  • 590bc601d8 MIPS atomic instructions Paul Brook 2009-07-09 17:45:17 +01:00
  • ff867ddcbd MIPS usermode TLS register Paul Brook 2009-07-09 15:07:57 +01:00
  • 18113962e4 Fix MIPS sys_clone Paul Brook 2009-07-09 13:11:52 +01:00
  • d88a76d1d3 qdev: convert ac97. Gerd Hoffmann 2009-06-30 14:12:13 +02:00
  • 6806e59567 qdev: convert es1370. Gerd Hoffmann 2009-06-30 14:12:12 +02:00
  • 16eaedf266 qdev/pci: misc fixes. Gerd Hoffmann 2009-06-30 14:12:11 +02:00
  • 042f84d0af qdev: remove DeviceType Gerd Hoffmann 2009-06-30 14:12:09 +02:00
  • 10c4c98ab7 qdev: replace bus_type enum with bus_info struct. Gerd Hoffmann 2009-06-30 14:12:08 +02:00
  • 0aab0d3a4a qdev: update pci device registration. Gerd Hoffmann 2009-06-30 14:12:07 +02:00
  • e2b19c85ea Remove SDL/ prefix malc 2009-07-08 18:25:37 +04:00
  • d644f8beaa Add out of memory and zero size argument checks to be consistent with the qemu_malloc routines malc 2009-07-08 18:24:05 +04:00
  • 666bcd913b getrlimit conversion mix-up Ulrich Hecht 2009-07-03 17:09:30 +02:00
  • 719f908e3a wrap path for access syscall Ulrich Hecht 2009-07-03 17:09:29 +02:00
  • 98818189ea 64-bit clean socketcall syscall Ulrich Hecht 2009-07-03 17:09:28 +02:00
  • 784ccfdb36 pipe argument should not be signed Ulrich Hecht 2009-07-03 17:09:26 +02:00
  • 67ba57f63d configure: remove bogus linux-user check Riku Voipio 2009-06-29 17:26:11 +03:00
  • 7b8118e823 linux-user/syscall.c: remove warning: ‘array’ may be used uninitialized in this function vibi sreenivasan 2009-06-19 13:34:39 +05:30
  • 917507b01e linux-user: check some parameters for some socket syscalls. Arnaud Patard 2009-06-19 10:44:45 +03:00
  • fd4d81dd04 linux-user: increment MAX_ARG_PAGES Arnaud Patard 2009-06-19 10:39:36 +03:00
  • e8d2a88755 Fix the PCI header type of APB Blue Swirl 2009-07-05 20:33:02 +00:00
  • e36f587715 Update OpenBIOS images to r505 Blue Swirl 2009-07-05 18:50:32 +00:00
  • 98846d73cb Fix Sparse warning Blue Swirl 2009-07-05 08:11:39 +00:00
  • 8676188b75 Work around Solaris gas problem Blue Swirl 2009-07-03 19:25:29 +00:00
  • 600309b610 Rename target_cpu to target_arch2 Blue Swirl 2009-07-03 17:44:00 +00:00
  • cbbfacc668 monitor: Fix typo in documentation Jan Kiszka 2009-07-03 08:46:05 +02:00
  • 98070ce00f target-mips: fix MADD and MSUB/MSUBU instructions Nathan Froyd 2009-07-01 10:52:22 -07:00
  • 7d69c52ed8 Fix hxtool. Stefan Weil 2009-07-01 23:13:34 +02:00
  • 6ad8702a77 Use ctz64 in favor of ffsll Jan Kiszka 2009-07-02 09:11:37 +02:00
  • 1447379b13 Respect the standard malc 2009-07-02 18:19:31 +04:00
  • 3da6abd472 Use pstrcpy and pstrcat to avoid OpenBSD linker warning Blue Swirl 2009-07-01 20:29:39 +00:00
  • 97b35e359c Suppress a GCC warning Blue Swirl 2009-07-01 19:30:50 +00:00
  • 6cb9c6d36f Fix breakage by obsolete _P() for good Blue Swirl 2009-07-01 19:11:17 +00:00
  • 22d091b38d Fix sdl_zoom compile problems on OpenBSD Blue Swirl 2009-07-01 18:49:34 +00:00
  • d43277c534 Fix missing strnlen problems Blue Swirl 2009-07-01 18:24:44 +00:00
  • 57a943c41f Fix typo malc 2009-06-30 18:46:46 +04:00
  • 9c7f170e50 Remove bogus -Werror Paul Brook 2009-06-30 12:10:52 +01:00
  • 7d4c3d535c Replace -no-virtio-balloon by -balloon Markus Armbruster 2009-06-26 19:15:14 +02:00
  • 74efd61a75 slirp: tftp: Relax filename format check Jan Kiszka 2009-06-29 08:47:30 +02:00
  • 229609dd45 sdl: Fix memory leakage Jan Kiszka 2009-06-27 09:59:40 +02:00
  • 059b8b1eb6 KVM: x86: Refactor persistent CPU state Jan Kiszka 2009-06-27 09:27:22 +02:00
  • 3a31f36a07 x86: Factor out pc_new_cpu Jan Kiszka 2009-06-25 08:23:39 +02:00
  • 15dfcd454c monitor: Refactor acl commnds Jan Kiszka 2009-06-25 08:22:08 +02:00
  • f3353c6bc3 monitor: Add completion for help command Jan Kiszka 2009-06-25 08:22:02 +02:00
  • a08d43677f Revert "Introduce reset notifier order" Jan Kiszka 2009-06-27 09:25:07 +02:00
  • a62acdc0cc monitor: Make pci_add device options truely optional Jan Kiszka 2009-06-26 00:04:10 +02:00
  • 8d2ba1fb9c kvm: Rework VCPU synchronization Jan Kiszka 2009-06-27 09:24:58 +02:00