summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-22qemu-ga: don't leak a file descriptor upon failed lockfJim Meyering1-0/+3
2012-08-22xen-all.c: fix multiply issue for int and uint typesDongxiao Xu1-8/+16
2012-08-22Fix invalidate if memory requested was not bucket alignedFrediano Ziglio1-4/+5
2012-08-21i82378: Remove bogus MMIO coalescingJan Kiszka1-1/+0
2012-08-21eventfd: making it thread safeAlexey Kardashevskiy1-0/+1
2012-08-21migration: move total_time from ram stats to migration infoJuan Quintela4-15/+16
2012-08-20monitor: avoid declaring unused variablesBlue Swirl1-1/+1
2012-08-20qapi: Fix memory leakStefan Weil1-1/+1
2012-08-20virtio-scsi: add backwards-compatibility properties for 1.1 and earlier machinesPaolo Bonzini3-8/+16
2012-08-20iscsi: fix races between task completion and abortPaolo Bonzini1-29/+30
2012-08-20iscsi: simplify iscsi_schedule_bhPaolo Bonzini1-15/+9
2012-08-20iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cbPaolo Bonzini1-28/+28
2012-08-20Revert "iscsi: Fix NULL dereferences / races between task completion and abort"Paolo Bonzini1-23/+32
2012-08-19Update OpenBIOS imagesBlue Swirl4-1/+1
2012-08-18pc: Fix RTC CMOS info on RAM for ram_size < 1MiBMarkus Armbruster1-13/+18
2012-08-18vl: Round argument of -m up to multiple of 8KiBMarkus Armbruster1-3/+4
2012-08-18scsi: fix warningGerd Hoffmann1-0/+2
2012-08-18Avoid asprintf() which is not available on mingwGerd Hoffmann1-6/+2
2012-08-17virtio-blk: hide VIRTIO_BLK_F_CONFIG_WCE from old machine typesStefan Hajnoczi4-1/+9
2012-08-17Documentation: Warn against qemu-img on active imageKevin Wolf1-0/+10
2012-08-17vmdk: Read footer for streamOptimized imagesKevin Wolf1-0/+56
2012-08-17vmdk: Fix header structureKevin Wolf1-1/+1
2012-08-16Update version to 1.2.0-rc0v1.2.0-rc0Anthony Liguori1-1/+1
2012-08-16qemu-char: (Re-)connect for tcp_chr_write() unconnected writingLei Li1-2/+5
2012-08-16Allow QEMUMachine to override reset sequencingDavid Gibson3-1/+14
2012-08-16pseries: Instantiate USB interface when requiredDavid Gibson1-0/+10
2012-08-16osdep: Fix compilation failure on BSD systemsPeter Maydell1-1/+7
2012-08-16Command line support for seccomp with -sandbox (v8)Eduardo Otubo4-8/+55
2012-08-16Adding seccomp calls to vl.c (v8)Eduardo Otubo1-0/+13
2012-08-16Adding qemu-seccomp.[ch] (v8)Eduardo Otubo2-0/+163
2012-08-16Adding support for libseccomp in configure and Makefile (v8)Eduardo Otubo2-0/+32
2012-08-16dma: Fix stupid typo/thinkoBenjamin Herrenschmidt1-2/+2
2012-08-16memory: add -machine dump-guest-core=on|offJason Baron4-1/+36
2012-08-16Support using a different compiler for Objective-C filesPeter Maydell2-1/+13
2012-08-16configure: Define OS_OBJECT_USE_OBJC=0 for MacOSX buildsPeter Maydell1-0/+3
2012-08-16configure: Don't override user's --cpu on MacOS and SolarisPeter Maydell1-25/+35
2012-08-16check-qjson: add test for large JSON objectsMichael Roth1-0/+53
2012-08-16json-parser: don't replicate tokens at each level of recursionMichael Roth1-88/+142
2012-08-16qlist: add qlist_size()Michael Roth2-0/+14
2012-08-16audio: Make pcspk card selectable againJan Kiszka1-0/+5
2012-08-16ehci: Fix setting of halt bit from usbcmd register updatesHans de Goede1-7/+8
2012-08-16ehci: fix Interrupt Threshold Control implementationGerd Hoffmann1-2/+10
2012-08-16usb: update uas product idGerd Hoffmann1-1/+1
2012-08-16usb: async control xfer fixupGerd Hoffmann2-0/+2
2012-08-15Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori5-27/+55
2012-08-15Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori34-209/+717
2012-08-15win32: provide separate macros for weak decls and definitionsAnthony Liguori5-5/+21
2012-08-15Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori10-13/+20
2012-08-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori22-96/+776
2012-08-15openpic: Added BRR1 registerBharat Bhushan1-0/+17