summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori6-4/+26
2013-09-30Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-0/+8
2013-09-30Merge remote-tracking branch 'sstabellini/xen-2013-09-25' into stagingAnthony Liguori1-1/+3
2013-09-30Merge remote-tracking branch 'rth/tcg-ppc-pull' into stagingAnthony Liguori1-3/+1
2013-09-30Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori1-2/+15
2013-09-30Merge remote-tracking branch 'borntraeger/tags/s390-next-20130924' into stagingAnthony Liguori2-5/+187
2013-09-28smbios: Make multiple -smbios type= accumulate sanelyMarkus Armbruster2-1/+1
2013-09-28smbios: Convert to QemuOptsMarkus Armbruster2-2/+4
2013-09-28smbios: Normalize smbios_entry_add()'s error handling to exit(1)Markus Armbruster1-1/+1
2013-09-25qemu: Adjust qemu wakeupLiu, Jinsong1-1/+3
2013-09-25tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini1-3/+1
2013-09-25qdict: Extract qdict_extract_subqdictBenoît Canet1-0/+2
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet1-0/+6
2013-09-24migration: add version supporting macros for struct pointerAlexey Kardashevskiy1-2/+15
2013-09-23Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-0/+18
2013-09-23Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-1/+1
2013-09-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-10/+19
2013-09-23Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-0/+1
2013-09-20virtio-blk: do not relay a previous driver's WCE configuration to the currentPaolo Bonzini1-0/+1
2013-09-20q35: Fix typo in constant DEFUALT -> DEFAULT.Richard W.M. Jones1-1/+1
2013-09-20s390/sclplmconsole: Add support for SCLP line-mode consoleHeinz Graalfs1-0/+80
2013-09-20s390/ebcdic: Move conversion tables to header fileHeinz Graalfs1-0/+104
2013-09-20s390/eventfacility: allow childs to handle more than 1 event typeChristian Borntraeger1-3/+2
2013-09-20s390/eventfacility: remove unused event_type variableChristian Borntraeger1-1/+0
2013-09-20s390/eventfacility: Fix receive/send masksChristian Borntraeger1-1/+1
2013-09-20kvm irqfd: support direct msimessage to irq translationAlexey Kardashevskiy1-0/+9
2013-09-20cpu: Move cpu state syncs up into cpu_dump_state()James Hogan1-10/+10
2013-09-18qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safeStefan Hajnoczi1-0/+17
2013-09-17Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-10/+37
2013-09-17Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-0/+2
2013-09-16lsi: add 53C810 variantHervé Poussineau1-0/+1
2013-09-15pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin1-0/+1
2013-09-15range: add min/max operations on rangesMichael S. Tsirkin1-0/+18
2013-09-15range: add Range to typedefsMichael S. Tsirkin2-1/+2
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster2-5/+2
2013-09-12exec: Reduce ifdeffery around -mem-pathMarkus Armbruster1-2/+0
2013-09-12block: Error parameter for create functionsMax Reitz1-2/+3
2013-09-12block: Error parameter for open functionsMax Reitz1-3/+3
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-1/+2
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-2/+4
2013-09-12qmp: add interface blockdev-snapshot-delete-internal-syncWenchao Xia1-0/+3
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia2-2/+11
2013-09-12snapshot: new function bdrv_snapshot_find_by_id_and_name()Wenchao Xia1-0/+6
2013-09-12block: Image file option amendmentMax Reitz2-0/+5
2013-09-12scsi: prefer UUID to VM name for the initiator namePaolo Bonzini1-0/+2
2013-09-11Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130910' into st...Anthony Liguori1-4/+0
2013-09-11Merge remote-tracking branch 'kraxel/usb.89' into stagingAnthony Liguori2-3/+3
2013-09-11Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into stagingAnthony Liguori1-0/+13
2013-09-11Merge remote-tracking branch 'sstabellini/xen-2013-09-09' into stagingAnthony Liguori1-3/+1
2013-09-11Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori3-35/+148