summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Rename QEMU PSCI v0.1 definitionsChristoffer Dall2014-08-192-15/+15
* target-arm: Implement MDSCR_EL1 as having statePeter Maydell2014-08-191-1/+3
* target-arm: Implement ARMv8 single-stepping for AArch32 codePeter Maydell2014-08-192-2/+95
* target-arm: Implement ARMv8 single-step handling for A64 codePeter Maydell2014-08-196-5/+131
* target-arm: A64: Avoid duplicate exit_tb(0) in non-linked goto_tbPeter Maydell2014-08-191-2/+3
* target-arm: Set PSTATE.SS correctly on exception return from AArch64Peter Maydell2014-08-192-0/+81
* target-arm: Correctly handle PSTATE.SS when taking exception to AArch32Peter Maydell2014-08-191-0/+4
* target-arm: Don't allow AArch32 to access RES0 CPSR bitsPeter Maydell2014-08-193-9/+18
* target-arm: Adjust debug ID registers per-CPUPeter Maydell2014-08-194-7/+31
* target-arm: Provide both 32 and 64 bit versions of debug registersPeter Maydell2014-08-191-14/+20
* target-arm: Allow STATE_BOTH reginfo descriptions for more than cp14Peter Maydell2014-08-191-3/+8
* target-arm: Collect up the debug cp register definitionsPeter Maydell2014-08-191-32/+53
* target-arm: Fix return address for A64 BRK instructionsPeter Maydell2014-08-191-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-1962-308/+183Star
|\
| * mtree: remove write-only fieldPaolo Bonzini2014-08-181-7/+3Star
| * memory: Use canonical path component as the namePeter Crosthwaite2014-08-182-4/+1Star
| * memory: Use memory_region_name for name accessPeter Crosthwaite2014-08-181-4/+4
| * memory: constify memory_region_namePeter Crosthwaite2014-08-182-2/+2
| * exec: Abstract away ref to memory region namesPeter Crosthwaite2014-08-181-2/+2
| * loader: Abstract away ref to memory region namesPeter Crosthwaite2014-08-181-1/+1
| * tpm_tis: remove instance_finalize callbackPaolo Bonzini2014-08-181-8/+0Star
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-1842-193/+0Star
| * memory: convert memory_region_destroy to object_unparentPaolo Bonzini2014-08-189-14/+18
| * ioport: split deletion and destructionPaolo Bonzini2014-08-171-3/+8
| * nic: do not destroy memory regions in cleanup functionsPaolo Bonzini2014-08-172-6/+0Star
| * vga: do not dynamically allocate chain4_aliasPaolo Bonzini2014-08-172-15/+12Star
| * sysbus: remove unused function sysbus_del_ioPaolo Bonzini2014-08-172-6/+0Star
| * qom: object: move unparenting to the child property's release callbackPaolo Bonzini2014-08-171-10/+4Star
| * qom: object: delete properties before calling instance_finalizePaolo Bonzini2014-08-171-1/+1
| * virtio-scsi: implement parse_cdbPaolo Bonzini2014-07-291-0/+25
| * scsi-block, scsi-generic: implement parse_cdbPaolo Bonzini2014-07-294-2/+23
| * scsi-block: extract scsi_block_is_passthroughPaolo Bonzini2014-07-291-12/+26
| * scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfoPaolo Bonzini2014-07-292-3/+29
| * scsi-bus: prepare scsi_req_new for introduction of parse_cdbPaolo Bonzini2014-07-291-21/+30
* | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-08-194-25/+17Star
|\ \
| * | monitor: fix use after freeMichael S. Tsirkin2014-08-183-6/+7
| * | dump.c: Fix memory leak issue in cleanup processing for dump_init()Chen Gang2014-08-181-13/+5Star
| * | monitor: Remove hardcoded watchdog event namesHani Benhabiles2014-08-181-6/+5Star
* | | Merge remote-tracking branch 'remotes/amit/for-2.2' into stagingPeter Maydell2014-08-182-0/+34
|\ \ \ | |/ / |/| |
| * | virtio-serial: search for duplicate port names before adding new portsAmit Shah2014-08-181-0/+22
| * | virtio-serial: create a linked list of all active devicesAmit Shah2014-08-182-0/+12
|/ /
* | Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell2014-08-183-5/+26
|\ \
| * | target-sparc64: implement Short Floating-Point Store InstructionsArtyom Tarasenko2014-08-171-1/+14
| * | apb: add IOMMU flush register implementationMark Cave-Ayland2014-08-171-2/+10
| * | sun4u: switch second PCI-ebus bridge BAR over to PCI IO spaceMark Cave-Ayland2014-08-171-2/+2
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-08-1833-238/+1991
|\ \ \
| * | | qcow2: fix new_blocks double-free in alloc_refcount_block()Stefan Hajnoczi2014-08-151-0/+1
| * | | image-fuzzer: Reduce number of generator functions in __init__Maria Kustova2014-08-151-161/+143Star
| * | | image-fuzzer: Add generators of L1/L2 tablesMaria Kustova2014-08-151-65/+190
| * | | image-fuzzer: Add fuzzing functions for L1/L2 table entriesMaria Kustova2014-08-151-0/+28