aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-02Fix debug print warningGonglei6-9/+11
2014-09-02curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.Richard W.M. Jones1-1/+1
2014-09-02Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140902-1' into ...Peter Maydell2-3/+4
2014-09-01implementing victim TLB for QEMU system emulated TLBXin Tong3-7/+76
2014-09-01target-tricore: Add instructions of SR opcode formatBastian Koppelmann3-0/+164
2014-09-01target-tricore: Add instructions of SLR, SSRO and SRO opcode formatBastian Koppelmann1-0/+121
2014-09-01target-tricore: Add instructions of SC opcode formatBastian Koppelmann3-0/+108
2014-09-01target-tricore: Add instructions of SBR opcode formatBastian Koppelmann1-1/+65
2014-09-01target-tricore: Add instructions of SBC and SBRN opcode formatBastian Koppelmann1-0/+36
2014-09-01target-tricore: Add instructions of SB opcode formatBastian Koppelmann3-0/+276
2014-09-01target-tricore: Add instructions of SRRS and SLRO opcode formatBastian Koppelmann1-0/+59
2014-09-01target-tricore: Add instructions of SSR opcode formatBastian Koppelmann1-0/+50
2014-09-01target-tricore: Add instructions of SRR opcode formatBastian Koppelmann3-0/+211
2014-09-01target-tricore: Add instructions of SRC opcode formatBastian Koppelmann2-0/+267
2014-09-01target-tricore: Add masks and opcodes for decodingBastian Koppelmann2-0/+1407
2014-09-01target-tricore: Add initialization for translation and activate targetBastian Koppelmann3-0/+167
2014-09-01target-tricore: Add softmmu supportBastian Koppelmann2-2/+85
2014-09-01target-tricore: Add board for systemmodeBastian Koppelmann3-0/+136
2014-09-01target-tricore: Add target stubs and qom-cpuBastian Koppelmann15-1/+943
2014-09-01Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140901' int...Peter Maydell20-173/+692
2014-09-01spice: use console index as display idGerd Hoffmann1-2/+1
2014-09-01qxl-render: add more sanity checksGerd Hoffmann1-1/+3
2014-09-01s390x/gdb: coding style fixesDavid Hildenbrand1-2/+2
2014-09-01s390x/gdb: generate target.xml and handle fp/ac as coprocessorsDavid Hildenbrand4-60/+76
2014-09-01s390x/gdb: add the feature xml files for s390xDavid Hildenbrand4-0/+82
2014-09-01s390x/gdb: don't touch the cc if tcg is not enabledDavid Hildenbrand1-4/+10
2014-09-01sclp-s390: Add memory hotplug SCLPsMatthew Rosato3-6/+273
2014-09-01s390-virtio: Apply same memory boundaries as virtio-ccwMatthew Rosato1-6/+9
2014-09-01virtio-ccw: Include standby memory when calculating storage incrementMatthew Rosato3-9/+43
2014-09-01sclp-s390: Add device to manage s390 memory hotplugMatthew Rosato2-0/+50
2014-09-01pc-bios/s390-ccw.img binary updateEugene (jno) Dvurechenski1-0/+0
2014-09-01pc-bios/s390-ccw: Do proper console setupChristian Borntraeger1-5/+5
2014-09-01pc-bios/s390-ccw: IPL from DASD with format variationsEugene (jno) Dvurechenski2-24/+30
2014-09-01pc-bios/s390-ccw Really big EAV ECKD DASD handlingEugene (jno) Dvurechenski3-22/+22
2014-09-01pc-bios/s390-ccw Improve ECKD informational messageEugene (jno) Dvurechenski1-2/+20
2014-09-01pc-bios/s390-ccw: handle more ECKD DASD block sizesEugene (jno) Dvurechenski1-3/+24
2014-09-01pc-bios/s390-ccw: support all virtio block sizeEugene (jno) Dvurechenski1-6/+8
2014-09-01s390x/kvm: execute the first cpu reset on the vcpu threadDavid Hildenbrand1-0/+4
2014-09-01s390x/kvm: execute "system reset" cpu resets on the vcpu threadDavid Hildenbrand1-1/+1
2014-09-01s390x/kvm: execute sigp orders on the target vcpu threadDavid Hildenbrand1-7/+16
2014-09-01s390x/kvm: run guest triggered resets on the target vcpu threadDavid Hildenbrand2-22/+23
2014-08-29Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell28-297/+979
2014-08-29quorum: Fix leak of opts in quorum_openFam Zheng1-1/+2
2014-08-29blkverify: Fix leak of opts in blkverify_openFam Zheng1-0/+1
2014-08-29nfs: Fix leak of opts in nfs_file_openFam Zheng1-3/+7
2014-08-29curl: Don't deref NULL pointer in call to aio_poll.Richard W.M. Jones1-4/+4
2014-08-29curl: Allow a cookie or cookies to be sent with http/https requests.Richard W.M. Jones2-0/+21
2014-08-29virtio-blk: allow drive_del with dataplaneStefan Hajnoczi1-0/+1
2014-08-29block: acquire AioContext in do_drive_del()Stefan Hajnoczi1-0/+7
2014-08-29linux-aio: avoid deadlock in nested aio_poll() callsStefan Hajnoczi1-16/+55