summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-20Use ARRAY_SIZE macroBlue Swirl2-2/+2
2010-08-19Remove useless NULL check for qemu_strdup return valueBlue Swirl1-3/+0
2010-08-19Remove useless NULL checks for qemu_malloc return valueBlue Swirl1-12/+0
2010-08-19savevm: Reset last block info at beginning of each saveAlex Williamson1-2/+5
2010-08-19set proper migration status on ->write error (v5)Marcelo Tosatti2-2/+10
2010-08-19rtc: Remove TARGET_I386 from qemu-config.c, enables driftfixAmit Shah1-2/+0
2010-08-19QEMUFileBuffered: indicate that we're ready when the underlying file is readyAvi Kivity1-0/+8
2010-08-15sparc escc IUS improvements (SunOS 4.1.4 fix)Artyom Tarasenko1-26/+30
2010-08-15Fix mingw32 buildBlue Swirl1-3/+4
2010-08-15win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)Stefan Weil1-0/+4
2010-08-15win32: Add missing function setenvStefan Weil2-0/+17
2010-08-15Disable build of ivshmem on non-KVM systemsCam Macdonell1-1/+1
2010-08-15Add kvm_set_ioeventfd_mmio_long definition for non-KVM systemsCam Macdonell1-0/+5
2010-08-15TCG: Revert ppc64 tcg_out_movi32 changeAndreas Färber1-1/+1
2010-08-15TCG: Fix Darwin/ppc calling convention recognitionAndreas Färber1-1/+1
2010-08-10RESEND: Inter-VM shared memory PCI deviceCam Macdonell5-0/+883
2010-08-10Support marking a device as non-migratableCam Macdonell2-3/+43
2010-08-10Add function to assign ioeventfd to MMIO.Cam Macdonell2-0/+33
2010-08-10Device specification for shared memory PCI deviceCam Macdonell1-0/+96
2010-08-10Add qemu_ram_alloc_from_ptr functionCam Macdonell2-0/+45
2010-08-09Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori9-77/+115
2010-08-09microblaze: Fix the target version of stat64 structEdgar E. Iglesias1-6/+8
2010-08-07audio/sdl: return on errormalc1-0/+1
2010-08-06mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias3-1/+51
2010-08-06audio/sdl: be more anal about errorsmalc1-3/+18
2010-08-06audio: make audio_pt_init block all signalsmalc2-52/+31
2010-08-03sparc32: use FW_CFG_CMDLINE_SIZEBlue Swirl1-0/+3
2010-08-03ide: Avoid canceling IDE DMAAndrea Arcangeli1-2/+21
2010-08-03block: Change bdrv_eject() not to drop the imageMarkus Armbruster2-3/+5
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf5-10/+28
2010-08-03block migration: replace tabs by spaces.Yoshiaki Tamura1-6/+6
2010-08-03loadvm: improve tests before bdrv_snapshot_goto()Miguel Di Ciurcio Filho2-38/+36
2010-08-03block: Change bdrv_commit to handle multiple sectors at onceKevin Wolf1-18/+19
2010-08-02fix last cpu timer initializationArtyom Tarasenko1-2/+2
2010-07-31Initialize a variable in all casesBlue Swirl1-0/+2
2010-07-31Fix uint8_t comparison with negative valueBlue Swirl1-1/+1
2010-07-31Fix a warning on OpenSolarisBlue Swirl1-0/+1
2010-07-31Correctly identify multiple cpus in SMP systemsHervé Poussineau2-4/+2
2010-07-31Remove unused constantHervé Poussineau1-4/+0
2010-07-31jazz led: Fix debug printsHervé Poussineau1-6/+15
2010-07-31xilinx-s3adsp: Add support for loading u-boot images.Edgar E. Iglesias1-1/+11
2010-07-31xilinx-s3adsp: Fix loading of raw binaries.Edgar E. Iglesias1-0/+1
2010-07-30Remove unused eventfd.hMike McCormack2-2/+0
2010-07-30migration: Accept 'cont' only after successful incoming migrationAmit Shah6-0/+16
2010-07-30mips64el: fulong: PCI_DEVFN() clean up.Isaku Yamahata1-7/+7
2010-07-30remove pointless if from vl.cJoel Schopp1-3/+1
2010-07-30fix variable type in qemu-io.cJoel Schopp1-2/+2
2010-07-30remove dead code from hw/loader.cJoel Schopp1-5/+0
2010-07-30savevm: Fix memory leak of compat structAlex Williamson1-0/+6
2010-07-30virtio-serial: Check if more max_ports specified than we can handleAmit Shah1-1/+9