aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-22arm: add fw_cfg to "virt" boardLaszlo Ersek1-0/+21
2014-12-22fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek2-3/+11
2014-12-22fw_cfg_mem: introduce the "data_width" propertyLaszlo Ersek1-5/+74
2014-12-22exec: allows 8-byte accesses in subpage_opsPaolo Bonzini1-2/+11
2014-12-22fw_cfg_mem: flip ctl_mem_ops and data_mem_ops to DEVICE_BIG_ENDIANLaszlo Ersek1-2/+2
2014-12-22fw_cfg_mem: max access size and region size are the same for data registerLaszlo Ersek1-2/+2
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek7-22/+6
2014-12-22fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek3-55/+126
2014-12-22target-arm: add cpu feature EL3 to CPUs with Security ExtensionsFabian Aggeler1-0/+4
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows6-0/+71
2014-12-22target-arm: Breakout integratorcp and versatilepb cpu initGreg Bellows2-4/+35
2014-12-22target-arm: Set CPU has_el3 prop during virt initGreg Bellows1-0/+5
2014-12-22target-arm: Enable CPU has_el3 prop during VE initGreg Bellows1-3/+9
2014-12-22target-arm: Add arm_boot_info secure_boot controlGreg Bellows2-0/+14
2014-12-22target-arm: Add ARMCPU secure propertyGreg Bellows2-0/+25
2014-12-22target-arm: Add feature unset functionGreg Bellows1-0/+5
2014-12-22target-arm: Add virt machine secure propertyGreg Bellows1-0/+30
2014-12-22target-arm: Add virt class and machine typesGreg Bellows1-6/+34
2014-12-22target-arm: Change vexpress daughterboard init argGreg Bellows1-5/+5
2014-12-22target-arm: Add vexpress machine secure propertyGreg Bellows1-0/+30
2014-12-22target-arm: Switch to common vexpress machine initGreg Bellows1-22/+4
2014-12-22target-arm: Add vexpress a9 & a15 machine objectsGreg Bellows1-14/+36
2014-12-22target-arm: Add vexpress class and machine typesGreg Bellows1-0/+45
2014-12-22vl.c: add HMP help to machineMarcel Apfelbaum1-0/+28
2014-12-22vl.c: simplified machine_set_propertyMarcel Apfelbaum1-4/+1
2014-12-22machine: remove qemu_machine_opts global listMarcel Apfelbaum4-78/+61
2014-12-22target-arm: Merge EL3 CP15 register listsGreg Bellows1-31/+24
2014-12-22audio: Don't free hw resources until after hw backend is stoppedPeter Maydell1-1/+1
2014-12-22Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20141222' ...Peter Maydell10-97/+118
2014-12-22Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20141221'...Peter Maydell4-94/+2104
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei7-25/+23
2014-12-22bootdevice: add validate check for qemu_boot_set()Gonglei1-0/+8
2014-12-22bootdevice: add Error **errp argument for qemu_boot_set()Gonglei3-13/+17
2014-12-22bootdevice: add Error **errp argument for validate_bootdevices()Gonglei3-8/+17
2014-12-22bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei4-68/+70
2014-12-21Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...Peter Maydell6-255/+358
2014-12-21target-tricore: Add instructions of RR1 opcode format, that have 0xb3 as firs...Bastian Koppelmann3-0/+273
2014-12-21target-tricore: Fix MFCR/MTCR insn and B format offset.Bastian Koppelmann2-2/+6
2014-12-21target-tricore: Add missing 1.6 insn of BOL opcode formatBastian Koppelmann2-1/+54
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0x4b as the f...Bastian Koppelmann4-1/+390
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0x1 as the fi...Bastian Koppelmann1-0/+97
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0xf as the fi...Bastian Koppelmann3-0/+250
2014-12-21target-tricore: Add instructions of RR opcode format, that have 0xb as the fi...Bastian Koppelmann4-2/+942
2014-12-21target-tricore: Change SSOV/SUOV makro name to SSOV32/SUOV32Bastian Koppelmann1-76/+58
2014-12-21target-tricore: Fix mask handling JNZ.T being 7 bit longBastian Koppelmann1-2/+2
2014-12-21target-tricore: pretty-print register dump and show more status registersAlex Zuepke1-6/+15
2014-12-21target-tricore: add missing 64-bit MOV in RLC formatAlex Zuepke2-0/+13
2014-12-21target-tricore: typo in BOL formatAlex Zuepke2-3/+3
2014-12-21target-tricore: fix offset masking in BOL formatAlex Zuepke1-1/+1
2014-12-20Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell6-46/+82