summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exec: eliminate io_mem_ramPaolo Bonzini2013-05-293-19/+4
* Remove Sun4c, Sun4d and a few CPUsBlue Swirl2013-05-266-955/+6
* Remove OSS support for OpenBSDBrad Smith2013-05-262-7/+2
* target-arm: Remove gen_{ld,st}* definitionsPeter Maydell2013-05-261-46/+0
* target-arm: Remove gen_{ld,st}* from thumb2 decoderPeter Maydell2013-05-261-10/+20
* target-arm: Remove gen_{ld,st}* from Thumb insnsPeter Maydell2013-05-261-25/+46
* target-arm: Remove gen_{ld,st}* from basic ARM insnsPeter Maydell2013-05-261-32/+69
* target-arm: Remove use of gen_{ld,st}* from ldrex/strexPeter Maydell2013-05-261-13/+18
* target-arm: Remove uses of gen_{ld,st}* from Neon codePeter Maydell2013-05-261-18/+28
* target-arm: Remove uses of gen_{ld,st}* from iWMMXt codePeter Maydell2013-05-261-8/+10
* target-arm: Remove gen_ld64() and gen_st64()Peter Maydell2013-05-261-15/+4
* target-arm: Don't use TCGv when we mean TCGv_i32Peter Maydell2013-05-261-224/+229
* Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori2013-05-2414-118/+103
|\
| * memory: clean up phys_page_findPaolo Bonzini2013-05-241-6/+2
| * memory: populate FlatView for new address spacesPaolo Bonzini2013-05-241-1/+2
| * memory: limit sections in the radix tree to the actual address space sizeAvi Kivity2013-05-242-1/+15
| * s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62Paolo Bonzini2013-05-241-1/+4
| * memory: fix address space initialization/destructionAvi Kivity2013-05-241-0/+3
| * memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini2013-05-243-7/+5
| * memory: do not duplicate memory_region_destructor_nonePaolo Bonzini2013-05-241-5/+0
| * memory: Rename readable flag to romd_modeJan Kiszka2013-05-244-30/+30
| * memory: Replace open-coded memory_region_is_romdJan Kiszka2013-05-241-1/+1
| * memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini2013-05-242-14/+34
| * memory: assert that PhysPageEntry's ptr does not overflowPaolo Bonzini2013-05-241-0/+6
| * exec: eliminate stq_phys_notdirtyPaolo Bonzini2013-05-243-29/+0
| * exec: make qemu_get_ram_ptr privatePaolo Bonzini2013-05-242-2/+1
| * exec: eliminate qemu_put_ram_ptrPaolo Bonzini2013-05-245-15/+0
| * exec: remove obsolete commentPaolo Bonzini2013-05-241-6/+0
* | Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2013-05-242-1/+5
|\ \
| * | rtl8139: flush queued packets when RxBufPtr is writtenStefan Hajnoczi2013-05-241-0/+3
| * | net: support for bridged networking on Mac OS XAlasdair McLeay2013-05-241-1/+2
* | | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-05-2412-159/+361
|\ \ \ | |/ / |/| |
| * | coroutine: stop using AioContext in CoQueueStefan Hajnoczi2013-05-244-36/+29
| * | coroutine: protect global pool with a mutexStefan Hajnoczi2013-05-241-2/+18
| * | qemu-iotests: Try creating huge qcow2 imageKevin Wolf2013-05-244-1/+70
| * | qcow2.py: Subcommand for changing header fieldsKevin Wolf2013-05-241-0/+17
| * | qemu-io: Fix 'map' outputKevin Wolf2013-05-241-5/+41
| * | blockdev: Rename BlockdevAction -> TransactionActionKevin Wolf2013-05-242-22/+21
| * | block: make all steps in qmp_transaction() as callbackWenchao Xia2013-05-241-24/+71
| * | block: package rollback code in qmp_transaction()Wenchao Xia2013-05-241-3/+8
| * | block: package committing code in qmp_transaction()Wenchao Xia2013-05-241-7/+12
| * | block: move input parsing code in qmp_transaction()Wenchao Xia2013-05-241-19/+19
| * | block: package preparation code in qmp_transaction()Wenchao Xia2013-05-241-62/+77
|/ /
* | Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-05-2312-57/+1278
|\ \
| * | monitor: allow to disable the default monitorLuiz Capitulino2013-05-232-1/+4
| * | ui/input.c: replace magic numbers with macrosAmos Kong2013-05-231-6/+7
| * | qapi: add native list coverage for QMP input visitor testsMichael Roth2013-05-231-0/+338
| * | qapi: add native list coverage for QMP output visitor testsMichael Roth2013-05-232-0/+347
| * | qapi: add native list coverage for visitor serialization testsMichael Roth2013-05-231-18/+433
| * | qapi: fix visitor serialization tests for numbers/doublesMichael Roth2013-05-231-17/+8
OpenPOWER on IntegriCloud