aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-22virtio-serial: Cleanup on device hot-unplugAmit Shah
2010-08-22target-i386: svm: Fix MSRPM checkAdam Lackorzynski
2010-08-22exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()Yoshiaki Tamura
2010-08-22exec: replace tabs by spaces.Yoshiaki Tamura
2010-08-22arch_init: replace tabs by spaces.Yoshiaki Tamura
2010-08-22pckbd: support for commands 0xf0-0xff: Pulse output bitBernhard Kohl
2010-08-20Replace qemu_malloc + memset with qemu_malloczBlue Swirl
2010-08-20Use ARRAY_SIZE macroBlue Swirl
2010-08-19Remove useless NULL check for qemu_strdup return valueBlue Swirl
2010-08-19Remove useless NULL checks for qemu_malloc return valueBlue Swirl
2010-08-19savevm: Reset last block info at beginning of each saveAlex Williamson
2010-08-19set proper migration status on ->write error (v5)Marcelo Tosatti
2010-08-19rtc: Remove TARGET_I386 from qemu-config.c, enables driftfixAmit Shah
2010-08-19QEMUFileBuffered: indicate that we're ready when the underlying file is readyAvi Kivity
2010-08-15sparc escc IUS improvements (SunOS 4.1.4 fix)Artyom Tarasenko
2010-08-15Fix mingw32 buildBlue Swirl
2010-08-15win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)Stefan Weil
2010-08-15win32: Add missing function setenvStefan Weil
2010-08-15Disable build of ivshmem on non-KVM systemsCam Macdonell
2010-08-15Add kvm_set_ioeventfd_mmio_long definition for non-KVM systemsCam Macdonell
2010-08-15TCG: Revert ppc64 tcg_out_movi32 changeAndreas Färber
2010-08-15TCG: Fix Darwin/ppc calling convention recognitionAndreas Färber
2010-08-10RESEND: Inter-VM shared memory PCI deviceCam Macdonell
2010-08-10Support marking a device as non-migratableCam Macdonell
2010-08-10Add function to assign ioeventfd to MMIO.Cam Macdonell
2010-08-10Device specification for shared memory PCI deviceCam Macdonell
2010-08-10Add qemu_ram_alloc_from_ptr functionCam Macdonell
2010-08-09Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-08-09microblaze: Fix the target version of stat64 structEdgar E. Iglesias
2010-08-07audio/sdl: return on errormalc
2010-08-06mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias
2010-08-06audio/sdl: be more anal about errorsmalc
2010-08-06audio: make audio_pt_init block all signalsmalc
2010-08-03sparc32: use FW_CFG_CMDLINE_SIZEBlue Swirl
2010-08-03ide: Avoid canceling IDE DMAAndrea Arcangeli
2010-08-03block: Change bdrv_eject() not to drop the imageMarkus Armbruster
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf
2010-08-03block migration: replace tabs by spaces.Yoshiaki Tamura
2010-08-03loadvm: improve tests before bdrv_snapshot_goto()Miguel Di Ciurcio Filho
2010-08-03block: Change bdrv_commit to handle multiple sectors at onceKevin Wolf
2010-08-02fix last cpu timer initializationArtyom Tarasenko
2010-07-31Initialize a variable in all casesBlue Swirl
2010-07-31Fix uint8_t comparison with negative valueBlue Swirl
2010-07-31Fix a warning on OpenSolarisBlue Swirl
2010-07-31Correctly identify multiple cpus in SMP systemsHervé Poussineau
2010-07-31Remove unused constantHervé Poussineau
2010-07-31jazz led: Fix debug printsHervé Poussineau
2010-07-31xilinx-s3adsp: Add support for loading u-boot images.Edgar E. Iglesias
2010-07-31xilinx-s3adsp: Fix loading of raw binaries.Edgar E. Iglesias
2010-07-30Remove unused eventfd.hMike McCormack