summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-24rdma: constify ram_chunk_{index, start, end}Isaku Yamahata1-3/+5
2013-09-24rdma: clean up of qemu_rdma_cleanup()Isaku Yamahata1-3/+6
2013-09-24arch_init: right return for ram_save_iterateLei Li1-5/+10
2013-09-24savevm: fix wrong initialization by ram_control_load_hookLei Li1-1/+1
2013-09-24savevm: add comments for qemu_file_get_error()Lei Li1-0/+7
2013-09-23Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori0-0/+0
2013-09-23Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-14/+60
2013-09-23Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori10-40/+155
2013-09-23Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori18-38/+31
2013-09-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori20-99/+411
2013-09-23Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori3-5/+34
2013-09-20kvm: fix traces to use %x instead of %dAlexey Kardashevskiy1-3/+3
2013-09-20e1000: NetClientInfo.receive_iov implementedVincenzo Maffione1-12/+58
2013-09-20pcnet-pci: mark I/O and MMIO as LITTLE_ENDIANAurelien Jarno1-2/+2
2013-09-20virtio-blk: do not relay a previous driver's WCE configuration to the currentPaolo Bonzini2-2/+23
2013-09-20blockdev: do not default cache.no-flush to truePaolo Bonzini1-1/+1
2013-09-20block: don't lose data from last incomplete sectorFam Zheng1-1/+1
2013-09-20tests/.gitignore: ignore test-throttleFam Zheng1-0/+1
2013-09-20exec: Fix broken build for MinGW (regression)Stefan Weil1-0/+2
2013-09-20kvm: Fix compiler warning (clang)Stefan Weil1-1/+1
2013-09-20tcg-sparc: Fix parenthesis warningRichard Henderson1-1/+1
2013-09-20Makefile: Remove some more files when cleaningStefan Weil1-1/+3
2013-09-20target-i386: Fix segment cache dumpTobias Markus1-1/+3
2013-09-20iov: avoid "orig_len may be used unitialized" warningMichael Tokarev1-6/+4
2013-09-20vscclient: remove unnecessary use of uninitialized variableMichael Tokarev1-2/+1
2013-09-20trace-events: Clean up with scripts/cleanup-trace-events.pl againMarkus Armbruster1-2/+1
2013-09-20tci: Fix qemu-alpha on 32 bit hosts (wrong assertions)Stefan Weil1-12/+0
2013-09-20*-user: Improve documentation for lock_user functionStefan Weil2-4/+4
2013-09-20MAINTAINERS: Add missing entry to filelist for TCI targetStefan Weil1-0/+1
2013-09-20translate-all: Fix formatting of dump outputStefan Weil1-2/+3
2013-09-20*-user: Fix typo in comment (ulocking -> unlocking)Stefan Weil2-2/+2
2013-09-20docs: Fix IO port number for CPU present bitmap.Anthony PERARD1-1/+1
2013-09-20q35: Fix typo in constant DEFUALT -> DEFAULT.Richard W.M. Jones2-2/+2
2013-09-20configure: Undefine _FORTIFY_SOURCE prior using itMichal Privoznik1-1/+1
2013-09-20Merge remote-tracking branch 'spice/spice.v74' into stagingAnthony Liguori3-9/+9
2013-09-20Merge remote-tracking branch 'kraxel/usb.90' into stagingAnthony Liguori6-2586/+39
2013-09-20Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori13-147/+137
2013-09-20qcow2: Correct snapshots size for overlap checkMax Reitz1-1/+1
2013-09-20target-i386: add feature kvm_pv_unhaltAndrew Jones1-1/+1
2013-09-20linux-headers: update to 3.12-rc1Andrew Jones4-0/+41
2013-09-20target-i386: forward CPUID cache leaves when -cpu host is usedBenoƮt Canet2-0/+22
2013-09-20linux-headers: update to 3.11Alexey Kardashevskiy6-44/+254
2013-09-20kvm: fix traces to use %x instead of %dAlexey Kardashevskiy1-3/+3
2013-09-20kvmvapic: Clear also physical ROM address when entering INACTIVE stateJan Kiszka1-0/+2
2013-09-20kvmvapic: Enter inactive state on hardware resetJan Kiszka1-3/+1
2013-09-20kvmvapic: Catch invalid ROM sizeJan Kiszka1-2/+9
2013-09-20kvm irqfd: support direct msimessage to irq translationAlexey Kardashevskiy3-0/+23
2013-09-20fix steal time MSR vmsd callback to proper opaque typeMarcelo Tosatti1-3/+3
2013-09-20kvm: warn if num cpus is greater than num recommendedAndrew Jones1-29/+40
2013-09-20cpu: Move cpu state syncs up into cpu_dump_state()James Hogan4-14/+11