summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-03Update VERSION for 1.7.1 releasev1.7.1Michael Roth1-1/+1
2014-02-27KVM: Use return value for error printAlexander Graf1-1/+1
2014-02-27hw/intc/arm_gic: Fix GIC_SET_LEVELChristoffer Dall1-1/+1
2014-02-27hw/arm/musicpal: Remove nonexistent CDTP2, CDTP3 registersPeter Maydell1-4/+2
2014-02-27hw/intc/exynos4210_combiner: Don't overrun output_irq array in initPeter Maydell1-1/+1
2014-02-27hw/timer/arm_timer: Avoid array overrun for bad addressesPeter Maydell1-0/+2
2014-02-27hw/misc/arm_sysctl: Fix bad boundary check on mb clock accessesPeter Maydell1-2/+2
2014-02-25qga: Fix memory allocation pastoMarkus Armbruster1-1/+1
2014-02-25qga: vss-win32: Fix interference with snapshot deletion by other VSS requestTomoki Sekiyama1-1/+3
2014-02-25qga: vss-win32: Fix interference with snapshot creation by other VSS requestersTomoki Sekiyama2-27/+36
2014-02-25qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEventTomoki Sekiyama2-17/+13
2014-02-21adlib: fix patching of port I/O addressesPaolo Bonzini1-2/+2
2014-02-21tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1].Huw Davies1-1/+1
2014-02-21memory: fix limiting of translation at a page boundaryPaolo Bonzini1-12/+17
2014-02-21Update OpenBIOS imagesMark Cave-Ayland6-1/+1
2014-02-21linux-user: Fix trampoline code for CRISStefan Weil1-4/+4
2014-02-21i386: Add missing include file for QEMU_PACKEDStefan Weil1-2/+1
2014-02-21KVM: Retry KVM_CREATE_VM on EINTRthomas knych1-3/+9
2014-02-21virtio-scsi: Prevent assertion on missed eventsEric Farman1-1/+1
2014-02-21virtio-scsi: Cleanup of I/Os that never startedEric Farman1-0/+4
2014-02-21scsi: Assign cancel_io vector for scsi_disk_emulate_opsPaolo Bonzini1-0/+1
2014-02-21scsi: Support TEST UNIT READY in the dummy LUN0Paolo Bonzini1-0/+2
2014-02-21block/curl: Implement the libcurl timer callback interfacePeter Maydell1-11/+70
2014-02-21vfio-pci: Release all MSI-X vectors when disabledAlex Williamson1-0/+12
2014-02-21migration: qmp_migrate(): keep working after syntax errorLuiz Capitulino1-0/+1
2014-02-21mainstone: Fix duplicate array values for key 'space'Stefan Weil1-2/+11
2014-02-21seccomp: exit if seccomp_init() failsCorey Bryant1-0/+1
2014-02-21s390x/kvm: Fix diagnose handling.Cornelia Huck2-6/+16
2014-02-21qemu_opts_parse(): always check return valueLaszlo Ersek1-1/+6
2014-02-21block/iscsi: use a bh to schedule co reentrancePeter Lieven1-1/+10
2014-02-21hpet: fix build with CONFIG_HPET offMichael S. Tsirkin2-7/+9
2014-02-21tcg/optimize: fix known-zero bits for right shift opsAurelien Jarno1-5/+14
2014-02-21Fix QEMU build on OpenBSD on x86 archsBrad2-1/+9
2014-02-21linux-user: create target_structs header to place ipc_perm and shmid_dsPetar Jovanovic20-48/+963
2014-02-20linux-user: pass correct parameter to do_shmctl()Petar Jovanovic1-1/+1
2014-02-20target-mips: fix 64-bit FPU config for user-mode emulationPetar Jovanovic1-2/+5
2014-02-20piix: fix 32bit pci holeGerd Hoffmann3-9/+4
2014-02-20pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin6-74/+17
2014-02-20exec: separate sections and nodes per address spaceMarcel Apfelbaum1-87/+64
2014-02-20exec: pass hw address to phys_page_findMichael S. Tsirkin1-4/+4
2014-02-20exec: replace leaf with skipMichael S. Tsirkin1-8/+9
2014-02-20split definitions for exec.c and translate-all.c radix treesPaolo Bonzini3-29/+39
2014-02-20qdev-monitor: Avoid device_add crashing on non-device driver nameMarkus Armbruster1-1/+1
2014-02-20x86: only allow real mode to access 32bit without LMAAlexander Graf1-0/+6
2014-02-20vl: add missing transition debug->finish_migratePaolo Bonzini1-0/+1
2014-02-20migration: Fix rate limitMatthew Garrett1-1/+1
2014-02-20qom: Split out object and class cachesPeter Crosthwaite2-7/+9
2014-02-20memory.c: bugfix - ref counting mismatch in memory_region_findMarcel Apfelbaum1-0/+1
2014-02-20intel-hda: fix position bufferGerd Hoffmann1-0/+1
2014-02-20scsi-disk: fix VERIFY emulationPaolo Bonzini1-7/+19