summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-19tci: Fix broken build (regression)Stefan Weil1-7/+1
2013-01-19block/raw-posix: Make hdev_aio_discard() available outside LinuxAndreas Färber1-13/+13
2013-01-19usb: Fix compilation for MinGW (regression)Stefan Weil1-1/+1
2013-01-19cpu-defs.h: Drop qemu_work_item prototypeAndreas Färber1-2/+0
2013-01-19tcg/target-arm: Add missing parens to assertionsPeter Maydell1-2/+2
2013-01-19Replace non-portable asprintf by g_strdup_printfStefan Weil3-17/+9
2013-01-19vl: Use size_t for sizes in get_boot_devices_list()Markus Armbruster3-5/+5
2013-01-19fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobsMarkus Armbruster4-27/+27
2013-01-19pc: Clean up bochs_bios_init()'s (non-)use of sizeofMarkus Armbruster1-3/+3
2013-01-19sun4: Fix unchecked strdup() by switching to fw_cfg_add_string()Markus Armbruster2-12/+4
2013-01-19pc: Fix unchecked strdup() by switching to fw_cfg_add_string()Markus Armbruster1-3/+1
2013-01-19fw_cfg: New fw_cfg_add_string()Markus Armbruster2-0/+8
2013-01-19fw_cfg: Dumb down fw_cfg_add_*() not to return success / failureMarkus Armbruster2-35/+24
2013-01-19fw_cfg: Replace debug prints by tracepointsMarkus Armbruster2-19/+13
2013-01-19optimize: optimize using nonzero bitsPaolo Bonzini1-2/+28
2013-01-19optimize: track nonzero bits of registersPaolo Bonzini1-22/+110
2013-01-19optimize: only write to state when clearing optimizer dataPaolo Bonzini1-5/+14
2013-01-19Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl9-24/+115
2013-01-19Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl9-220/+470
2013-01-19Merge branch 'axp-next' of git://github.com/rth7680/qemuBlue Swirl2-12/+46
2013-01-18s390: Add a hypercall registration interface.Cornelia Huck7-45/+110
2013-01-18target-s390x: Unregister reset callback on finalizationAndreas Färber1-0/+10
2013-01-18s390x: fix indentationAlexander Graf1-5/+5
2013-01-18s390: Add CPU reset handlerJens Freimann2-3/+41
2013-01-18s390x: Remove inline function ebcdic_put and related data from cpu.hStefan Weil2-81/+81
2013-01-18S390: Enable -cpu help and QMP query-cpu-definitionsViktor Mihajlovski3-1/+34
2013-01-18s390: Move IPL code into a separate deviceChristian Borntraeger3-88/+185
2013-01-18s390: new contributions GPLv2 or laterChristian Borntraeger2-2/+9
2013-01-18PPC: KVM: Add support for EPR with KVMAlexander Graf3-0/+32
2013-01-18openpic: export e500 epr enable into a ppc.c functionAlexander Graf3-6/+18
2013-01-18Update Linux kernel headersAlexander Graf2-1/+32
2013-01-18PPC: e500: Change in-memory order of load blobsAlexander Graf1-1/+6
2013-01-18PPC: Provide zero SVR for -cpu e500mc and e5500Alexander Graf1-2/+2
2013-01-18PPC: E500: Calculate loading blob offsets properlyAlexander Graf1-4/+8
2013-01-18openpic: set mixed mode as supportedAlexander Graf1-0/+1
2013-01-18openpic: unify gcr mode mask updatesAlexander Graf1-12/+13
2013-01-18openpic: move gcr write into a functionAlexander Graf1-17/+22
2013-01-18dataplane: support viostor virtio-pci status bit settingStefan Hajnoczi1-1/+2
2013-01-18dataplane: avoid reentrancy during virtio_blk_data_plane_stop()Stefan Hajnoczi1-3/+6
2013-01-18win32-aio: use iov utility functions instead of open-coding themMichael Tokarev1-14/+3
2013-01-17Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori26-164/+174
2013-01-17virtio-pci: fix irqfd cleanup argument orderMichael S. Tsirkin1-3/+3
2013-01-17qom: Extend documentation on QOM method conceptsAndreas Färber2-7/+111
2013-01-17Makefile: drop recursive libcacard cleanStefan Hajnoczi1-1/+1
2013-01-17migration: remove argument to qemu_savevm_state_cancelJuan Quintela3-6/+6
2013-01-17migration: Only go to the iterate stage if there is anything to sendJuan Quintela1-1/+1
2013-01-17migration: unfold rest of migrate_fd_put_ready() into threadJuan Quintela1-54/+41
2013-01-17migration: move exit condition to migration threadJuan Quintela1-6/+8
2013-01-17migration: Add buffered_flush error handlingJuan Quintela1-1/+2
2013-01-17migration: move beginning stage to the migration threadJuan Quintela2-14/+15