summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-07-30migration: Accept 'cont' only after successful incoming migrationAmit Shah
2010-07-30mips64el: fulong: PCI_DEVFN() clean up.Isaku Yamahata
2010-07-30remove pointless if from vl.cJoel Schopp
2010-07-30fix variable type in qemu-io.cJoel Schopp
2010-07-30remove dead code from hw/loader.cJoel Schopp
2010-07-30savevm: Fix memory leak of compat structAlex Williamson
2010-07-30virtio-serial: Check if more max_ports specified than we can handleAmit Shah
2010-07-30Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno
2010-07-30linux-user: fix build on hosts not using guest baseAurelien Jarno
2010-07-29linux-user: Protect against allocation failure in load_symbols.Richard Henderson
2010-07-29cris: Correct settls1 testcase.Edgar E. Iglesias
2010-07-29cris: Correct ADDO and ADDOQ testcases.Edgar E. Iglesias
2010-07-29linux-user: Re-use load_elf_image for the main binary.Richard Henderson
2010-07-29linux-user: Extract load_elf_image from load_elf_interp.Richard Henderson
2010-07-29linux-user: Remove partial support for a.out interpreters.Richard Henderson
2010-07-29linux-user: Put the stack guard page at the top.Richard Henderson
2010-07-29linux-user: Improve consistency checking in elf headers.Richard Henderson
2010-07-29linux-user: Load symbols from the interpreter.Richard Henderson
2010-07-29linux-user: Clean up byte-swapping in elfload.c.Richard Henderson
2010-07-29linux-user: Define ELF_DATA generically.Richard Henderson
2010-07-29linux-user: Reduce lseek+reads while loading elf files.Richard Henderson
2010-07-29linux-user: Reindent elfload.c.Richard Henderson
2010-07-29Add more DT_* and AT_* constants to qemu's copy of elf.h.Richard Henderson