aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-22vfio: Cleanup error_report()sAlex Williamson2-4/+1
2014-12-22hw/vfio: create common moduleEric Auger5-1027/+1113
2014-12-22hw/vfio/pci: use name field in format stringsEric Auger2-206/+116
2014-12-22hw/vfio/pci: rename group_list into vfio_group_listEric Auger1-11/+11
2014-12-22hw/vfio/pci: split vfio_get_deviceEric Auger2-57/+83
2014-12-22hw/vfio/pci: Introduce VFIORegionEric Auger2-94/+103
2014-12-22hw/vfio/pci: handle reset at VFIODeviceEric Auger1-30/+63
2014-12-22hw/vfio/pci: add type, name and group fields in VFIODeviceEric Auger1-9/+18
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
2014-12-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-20141217-1' into ...Peter Maydell7-0/+0
2014-12-20exec: change default exception_index value for migration to -1Paolo Bonzini1-2/+2
2014-12-20cpu: initialize cpu->exception_index on resetPaolo Bonzini2-3/+1
2014-12-19hw/vfio/pci: introduce minimalist VFIODevice with fdEric Auger1-54/+63
2014-12-19hw/vfio/pci: generalize mask/unmask to any IRQ indexEric Auger1-10/+10