summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-27Revert "chardev: Get filename for new qapi backend"Gerd Hoffmann1-2/+0
2013-05-26Remove Sun4c, Sun4d and a few CPUsBlue Swirl6-955/+6
2013-05-26Remove OSS support for OpenBSDBrad Smith2-7/+2
2013-05-26target-arm: Remove gen_{ld,st}* definitionsPeter Maydell1-46/+0
2013-05-26target-arm: Remove gen_{ld,st}* from thumb2 decoderPeter Maydell1-10/+20
2013-05-26target-arm: Remove gen_{ld,st}* from Thumb insnsPeter Maydell1-25/+46
2013-05-26target-arm: Remove gen_{ld,st}* from basic ARM insnsPeter Maydell1-32/+69
2013-05-26target-arm: Remove use of gen_{ld,st}* from ldrex/strexPeter Maydell1-13/+18
2013-05-26target-arm: Remove uses of gen_{ld,st}* from Neon codePeter Maydell1-18/+28
2013-05-26target-arm: Remove uses of gen_{ld,st}* from iWMMXt codePeter Maydell1-8/+10
2013-05-26target-arm: Remove gen_ld64() and gen_st64()Peter Maydell1-15/+4
2013-05-26target-arm: Don't use TCGv when we mean TCGv_i32Peter Maydell1-224/+229
2013-05-24Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori14-118/+103
2013-05-24Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-1/+5
2013-05-24Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori12-159/+361
2013-05-24memory: clean up phys_page_findPaolo Bonzini1-6/+2
2013-05-24memory: populate FlatView for new address spacesPaolo Bonzini1-1/+2
2013-05-24memory: limit sections in the radix tree to the actual address space sizeAvi Kivity2-1/+15
2013-05-24s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62Paolo Bonzini1-1/+4
2013-05-24memory: fix address space initialization/destructionAvi Kivity1-0/+3
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini3-7/+5
2013-05-24memory: do not duplicate memory_region_destructor_nonePaolo Bonzini1-5/+0
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka4-30/+30
2013-05-24memory: Replace open-coded memory_region_is_romdJan Kiszka1-1/+1
2013-05-24memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini2-14/+34
2013-05-24memory: assert that PhysPageEntry's ptr does not overflowPaolo Bonzini1-0/+6
2013-05-24exec: eliminate stq_phys_notdirtyPaolo Bonzini3-29/+0
2013-05-24exec: make qemu_get_ram_ptr privatePaolo Bonzini2-2/+1
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini5-15/+0
2013-05-24exec: remove obsolete commentPaolo Bonzini1-6/+0
2013-05-24rtl8139: flush queued packets when RxBufPtr is writtenStefan Hajnoczi1-0/+3
2013-05-24net: support for bridged networking on Mac OS XAlasdair McLeay1-1/+2
2013-05-24coroutine: stop using AioContext in CoQueueStefan Hajnoczi4-36/+29
2013-05-24coroutine: protect global pool with a mutexStefan Hajnoczi1-2/+18
2013-05-24qemu-iotests: Try creating huge qcow2 imageKevin Wolf4-1/+70
2013-05-24qcow2.py: Subcommand for changing header fieldsKevin Wolf1-0/+17
2013-05-24qemu-io: Fix 'map' outputKevin Wolf1-5/+41
2013-05-24blockdev: Rename BlockdevAction -> TransactionActionKevin Wolf2-22/+21
2013-05-24block: make all steps in qmp_transaction() as callbackWenchao Xia1-24/+71
2013-05-24block: package rollback code in qmp_transaction()Wenchao Xia1-3/+8
2013-05-24block: package committing code in qmp_transaction()Wenchao Xia1-7/+12
2013-05-24block: move input parsing code in qmp_transaction()Wenchao Xia1-19/+19
2013-05-24block: package preparation code in qmp_transaction()Wenchao Xia1-62/+77
2013-05-23Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori12-57/+1278
2013-05-23monitor: allow to disable the default monitorLuiz Capitulino2-1/+4
2013-05-23ui/input.c: replace magic numbers with macrosAmos Kong1-6/+7
2013-05-23qapi: add native list coverage for QMP input visitor testsMichael Roth1-0/+338
2013-05-23qapi: add native list coverage for QMP output visitor testsMichael Roth2-0/+347
2013-05-23qapi: add native list coverage for visitor serialization testsMichael Roth1-18/+433
2013-05-23qapi: fix visitor serialization tests for numbers/doublesMichael Roth1-17/+8