summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: Add ISA2.06 divdeu[o] InstructionsTom Musta2014-03-051-0/+14
* kvm: Add a new machine option kvm-typeAneesh Kumar K.V2014-03-054-3/+6
* KVM: Split QEMUMachine typedef into separate headerAlexander Graf2014-03-055-2/+20
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-04' in...Peter Maydell2014-03-043-7/+7
|\
| * qjson.h: Remove spurious GCC_FMT_ATTR markup from qobject_from_json() declara...Peter Maydell2014-03-031-1/+1
| * bswap: Modify prototypes of st[wl]_{le, be}_p (avoid type conversions)Stefan Weil2014-03-021-4/+4
| * bswap: Modify prototype of stb_p (avoid type conversions)Stefan Weil2014-03-021-1/+1
| * include/qemu/host-utils.h: Trivial typo: ctz->ctoDr. David Alan Gilbert2014-03-021-1/+1
* | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-03-043-2/+141
|\ \
| * | qerror: Improve QERR_DEVICE_NOT_ACTIVE messageHani Benhabiles2014-02-281-1/+1
| * | dump: add API to write dump pagesqiaonuohan2014-02-281-0/+7
| * | dump: add APIs to operate DataCacheqiaonuohan2014-02-281-0/+9
| * | dump: add API to write dump_bitmapqiaonuohan2014-02-281-0/+2
| * | dump: add API to write dump headerqiaonuohan2014-02-281-0/+96
| * | dump: add members to DumpState and init some of themqiaonuohan2014-02-281-0/+7
| * | dump: add API to write header of flatten formatqiaonuohan2014-02-281-0/+17
| * | dump: const-qualify the buf of WriteCoreDumpFunctionqiaonuohan2014-02-281-1/+2
| |/
* | Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140227' int...Peter Maydell2014-03-043-24/+52
|\ \
| * | s390x/event-facility: code restructureHeinz Graalfs2014-02-272-24/+19
| * | s390x/kvm: implement floating-interrupt controller deviceJens Freimann2014-02-271-0/+33
* | | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell2014-03-041-1/+3
|\ \ \
| * | | scsi: report thin provisioning errors with werror=reportPaolo Bonzini2014-02-221-0/+2
| * | | scsi: Change scsi sense buf size to 252Fam Zheng2014-02-221-1/+1
* | | | Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell2014-03-042-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | sun4m: Add Sun CG3 framebuffer initialisation functionMark Cave-Ayland2014-02-271-0/+1
| * | | sun4m: Set HostID in NVRAMMark Cave-Ayland2014-02-271-0/+2
* | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140226'...Peter Maydell2014-02-263-2/+37
|\ \ \ \ | |/ / / |/| | |
| * | | include/qemu/crc32c.h: Rename include guards to match filenameWill Newton2014-02-261-2/+2
| * | | arm: vgic device control api supportChristoffer Dall2014-02-261-0/+1
| * | | kvm: Common device control API functionsChristoffer Dall2014-02-261-0/+22
| * | | kvm: Introduce kvm_arch_irqchip_createChristoffer Dall2014-02-261-0/+12
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140225' i...Peter Maydell2014-02-261-1/+1
|\ \ \
| * | | Fix two XBZRLE corruption issuesDr. David Alan Gilbert2014-02-251-1/+1
* | | | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2014-02-262-6/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | net: remove implicit peer from offload APIStefan Hajnoczi2014-02-251-7/+7
| * | | net: make tap offloading callbacks staticVincenzo Maffione2014-02-251-6/+0
| * | | net: extend NetClientInfo for offloadingVincenzo Maffione2014-02-251-0/+19
| * | | net: change vnet-hdr TAP prototypesVincenzo Maffione2014-02-251-2/+2
* | | | xilinx: Delete hw/include/xilinx.hPeter Crosthwaite2014-02-261-10/+0
* | | | xilinx: Inline usages of xilinx_axi*_init()Peter Crosthwaite2014-02-261-33/+0
* | | | xilinx: Inline usage of xilinx_ethlite_create()Peter Crosthwaite2014-02-261-19/+0
* | | | xilinx: Inline usages of xilinx_timer_create()Peter Crosthwaite2014-02-261-15/+0
* | | | xilinx: Inline usages of xilinx_intc_create()Peter Crosthwaite2014-02-261-13/+0
| |/ / |/| |
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-02-255-12/+13
|\ \ \ | |/ / |/| / | |/
| * quorum: Add quorum mechanism.Benoît Canet2014-02-211-0/+2
| * blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet2014-02-211-0/+2
| * qemu-option: has_help_option() and is_valid_option_list()Kevin Wolf2014-02-211-0/+2
| * nbd: move socket wrappers to qemu-nbdPaolo Bonzini2014-02-211-4/+0
| * nbd: inline tcp_socket_incoming_spec into sole callerPaolo Bonzini2014-02-211-1/+0
| * nbd: correctly propagate errorsPaolo Bonzini2014-02-211-1/+0
OpenPOWER on IntegriCloud