summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-03host-libusb: Correct test for USB packet stateEd Maste1-1/+1
2013-06-03Fix usage of USB_DEV_FLAG_IS_HOST flag.Michael Marineau1-1/+1
2013-06-02tcx: Fix 24-bit display modeMark Cave-Ayland1-4/+6
2013-05-31target-i386: Fix aflag logic for CODE64 and the 0x67 prefixRichard Henderson1-15/+15
2013-05-31s390/ipl: Fix spurious errors in virtioChristian Borntraeger1-0/+5
2013-05-31Merge remote-tracking branch 'mdroth/qga-pull-2013-05-30' into stagingAnthony Liguori8-22/+127
2013-05-31Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori4-9/+23
2013-05-31Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori12-372/+422
2013-05-31target-i386: Fix mask of pte index in memory mappingQiao Nuohan1-1/+1
2013-05-31target-i386: fix abort on bad PML4E/PDPTE/PDE/PTE addressesLuiz Capitulino1-4/+6
2013-05-30seccomp: add the asynchronous I/O syscalls to the whitelistPaul Moore1-1/+4
2013-05-30gdbstub: do not restart crashed guestPaolo Bonzini1-1/+3
2013-05-30qdev: fix get_fw_dev_path to support to add nothing to fw_dev_pathAmos Kong2-1/+15
2013-05-30Makefile: create ".../var/run" when installing the POSIX guest agentLaszlo Ersek1-1/+9
2013-05-30qga: save state directory in ga_install_service()Laszlo Ersek3-3/+17
2013-05-30qga: remove undefined behavior in ga_install_service()Laszlo Ersek1-8/+11
2013-05-30qga: create state directory on win32Laszlo Ersek1-0/+14
2013-05-30configure: don't save any fixed local_statedir for win32Laszlo Ersek1-4/+8
2013-05-30qga: determine default state dir and pidfile dynamicallyLaszlo Ersek1-6/+26
2013-05-30osdep: add qemu_get_local_state_pathname()Laszlo Ersek3-0/+42
2013-05-30qapi: pad GenericList value fields to 64 bitsMichael Roth3-4/+16
2013-05-29memory: add return value to address_space_rw/read/writePaolo Bonzini2-22/+24
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini4-30/+36
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini2-30/+2
2013-05-29memory: correctly handle endian-swapped 64-bit accessesPaolo Bonzini2-3/+12
2013-05-29memory: split accesses even when the old MMIO callbacks are usedPaolo Bonzini1-17/+46
2013-05-29memory: add big endian support to access_with_adjusted_sizePaolo Bonzini1-1/+5
2013-05-29memory: accept mismatching sizes in memory_region_access_validPaolo Bonzini1-9/+20
2013-05-29memory: add address_space_access_validPaolo Bonzini4-1/+43
2013-05-29exec: implement .valid.accepts for subpagesPaolo Bonzini1-0/+20
2013-05-29memory: export memory_region_access_valid to exec.cPaolo Bonzini2-4/+7
2013-05-29exec: introduce memory_access_sizePaolo Bonzini1-10/+17
2013-05-29exec: introduce memory_access_is_directPaolo Bonzini1-17/+22
2013-05-29exec: expect mr->ops to be initialized for ROMPaolo Bonzini1-9/+0
2013-05-29memory: assign MemoryRegionOps to all regionsPaolo Bonzini1-1/+2
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini3-42/+16
2013-05-29memory: add address_space_translatePaolo Bonzini5-130/+131
2013-05-29memory: dispatch unassigned accesses based on .valid.acceptsPaolo Bonzini2-26/+38
2013-05-29exec: do not use error_mem_readPaolo Bonzini1-14/+2
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini3-11/+4
2013-05-29cputlb: simplify tlb_set_pagePaolo Bonzini1-8/+5
2013-05-29exec: drop useless #ifPaolo Bonzini1-2/+0
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini3-19/+4
2013-05-29virtio-pci: drop unused wmb macroMichael S. Tsirkin1-6/+0
2013-05-29tests: set MALLOC_PERTURB_ to expose memory bugsStefan Hajnoczi2-2/+6
2013-05-29pc_sysfw: allow flash (-pflash) memory to be used with KVMJordan Justen1-19/+31
2013-05-29kvm: support using KVM_MEM_READONLY flag for regionsJordan Justen1-9/+28
2013-05-29kvm: add kvm_readonly_mem_enabledJordan Justen3-0/+17
2013-05-29isapc: Fix non-KVM qemu boot (read/write memory for isapc BIOS)Jordan Justen2-5/+16
2013-05-29Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori3-9/+47