summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-24block: failed qemu-img command should return non-zero exit codeXu Tian1-0/+2
2016-10-24i2c: Add asserts for second smbus i2c_start_transfer()Corey Minyard2-4/+15
2016-10-24target-arm: Implement new HLT trap for semihostingPeter Maydell4-7/+63
2016-10-24hw/display: QOM'ify pl110.cxiaoqiang zhao1-5/+3
2016-10-24hw/arm: QOM'ify strongarm.cxiaoqiang zhao1-5/+10
2016-10-24hw/arm: QOM'ify pxa2xx_gpio.cxiaoqiang zhao1-10/+15
2016-10-24hw/arm: QOM'ify musicpal.cxiaoqiang zhao1-43/+45
2016-10-24timer: stm32f2xx_timer: add check for prescaler valuePrasad J Pandit1-1/+1
2016-10-24i2c: Fix SMBus read transactions to avoid double eventsCorey Minyard1-13/+19
2016-10-24timer: a9gtimer: remove loop to auto-increment comparatorPrasad J Pandit1-7/+7
2016-10-24ARM: Virt: ACPI: Build an IORT table with RC and ITS nodesPrem Mallappa1-11/+60
2016-10-24ACPI: Add IORT Structure definitionPrem Mallappa1-0/+68
2016-10-24tests: Add tests for the ARM MPTimerDmitry Osipenko2-0/+1108
2016-10-24arm_mptimer: Convert to use ptimerDmitry Osipenko2-71/+83
2016-10-24tests: ptimer: Replace 10000 with 1Dmitry Osipenko1-28/+28
2016-10-24tests: ptimer: Change the copyright commentDmitry Osipenko3-3/+3
2016-10-24tests: ptimer: Add tests for "no counter round down" policyDmitry Osipenko1-41/+76
2016-10-24hw/ptimer: Add "no counter round down" policyDmitry Osipenko2-0/+13
2016-10-24tests: ptimer: Add tests for "no immediate reload" policyDmitry Osipenko1-16/+57
2016-10-24hw/ptimer: Add "no immediate reload" policyDmitry Osipenko2-5/+30
2016-10-24tests: ptimer: Add tests for "no immediate trigger" policyDmitry Osipenko1-8/+56
2016-10-24hw/ptimer: Add "no immediate trigger" policyDmitry Osipenko2-4/+20
2016-10-24tests: ptimer: Add tests for "continuous trigger" policyDmitry Osipenko1-3/+18
2016-10-24hw/ptimer: Add "continuous trigger" policyDmitry Osipenko2-3/+31
2016-10-24tests: ptimer: Add tests for "wraparound after one period" policyDmitry Osipenko1-23/+104
2016-10-24hw/ptimer: Add "wraparound after one period" policyDmitry Osipenko2-15/+47
2016-10-24hw/arm/virt: Set minimum_page_bits to 12Peter Maydell1-0/+4
2016-10-24target-arm: Make page size a runtime settingPeter Maydell2-4/+29
2016-10-24migration/savevm.c: migrate non-default page sizePeter Maydell1-0/+49
2016-10-24cpu: Support a target CPU having a variable page sizePeter Maydell5-0/+80
2016-10-24translate-all.c: Compute L1 page table properties at runtimeVijaya Kumar K1-25/+46
2016-10-24exec.c: Remove static allocation of sub_section of sub_pageVijaya Kumar K1-3/+2
2016-10-24migration: Remove static allocation of xzblre cache bufferVijaya Kumar K1-1/+3
2016-10-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell96-1226/+1735
2016-10-24exec.c: workaround regression caused by alignment change in d2f39adHaozhong Zhang1-1/+6
2016-10-24char: remove explicit_be_open from CharDriverStateMarc-André Lureau8-32/+59
2016-10-24char: use common error path in qmp_chardev_addMarc-André Lureau1-2/+1
2016-10-24char: replace avail_connectionsMarc-André Lureau3-23/+13
2016-10-24char: remove unused qemu_chr_fe_eventMarc-André Lureau3-30/+0
2016-10-24char: use an enum for CHR_EVENTMarc-André Lureau1-5/+7
2016-10-24char: remove unused CHR_EVENT_FOCUSMarc-André Lureau3-5/+0
2016-10-24char: move fe_open in CharBackendMarc-André Lureau2-4/+5
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau44-60/+67
2016-10-24char: rename chr_close/chr_freeMarc-André Lureau6-38/+38
2016-10-24char: move front end handlers in CharBackendMarc-André Lureau4-70/+98
2016-10-24tests: start chardev unit testsMarc-André Lureau2-0/+257
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau22-190/+156
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau19-137/+44
2016-10-24vhost-user: only initialize queue 0 CharBackendMarc-André Lureau1-16/+13
2016-10-24char: fold qemu_chr_set_handlers in qemu_chr_fe_set_handlersMarc-André Lureau2-46/+35