aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-05-29spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater2-40/+75
2019-05-29spapr: check for the activation of the KVM IRQ deviceCédric Le Goater2-1/+63
2019-05-29spapr: introduce routines to delete the KVM IRQ deviceCédric Le Goater2-0/+107
2019-05-29sysbus: add a sysbus_mmio_unmap() helperCédric Le Goater1-0/+10
2019-05-29spapr/xive: activate KVM supportCédric Le Goater1-9/+0
2019-05-29spapr/xive: add migration support for KVMCédric Le Goater4-2/+136
2019-05-29spapr/xive: introduce a VM state change handlerCédric Le Goater1-1/+95
2019-05-29spapr/xive: add state synchronization with KVMCédric Le Goater3-7/+110
2019-05-29spapr/xive: add hcall support when under KVMCédric Le Goater2-8/+279
2019-05-29spapr/xive: add KVM supportCédric Le Goater6-10/+308
2019-05-29spapr: Print out extra hints when CAS negotiation of interrupt mode failsGreg Kurz1-2/+4
2019-05-29spapr: Fix phb_placement backwards compatibilityDavid Gibson1-13/+15
2019-05-29spapr: Add forgotten capability to migration streamDavid Gibson2-0/+2
2019-05-29target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeupSuraj Jitindar Singh2-1/+7
2019-05-29spapr/xive: Sanity checks of OV5 during CASGreg Kurz1-0/+24
2019-05-29Fix typo on "info pic" monitor cmd output for xiveSatheesh Rajendran1-1/+1
2019-05-29spapr/xive: print out the EQ page address in the monitorCédric Le Goater1-2/+3
2019-05-29spapr/xive: fix EQ page addresses above 64GBCédric Le Goater2-8/+4
2019-05-29spapr/xive: EQ page should be naturally alignedCédric Le Goater1-0/+6
2019-05-29target/ppc: Add ibm,purr and ibm,spurr device-tree propertiesSuraj Jitindar Singh1-1/+4
2019-05-29hw/ppc/40p: use 1900 as a base yearArtyom Tarasenko1-1/+3
2019-05-29hw/ppc/40p: Move the MC146818 RTC to the board where it belongsPhilippe Mathieu-Daudé2-4/+3
2019-05-29hw/ppc/prep: use TYPE_MC146818_RTC instead of a hardcoded stringPhilippe Mathieu-Daudé1-1/+1
2019-05-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...Peter Maydell7-1/+278
2019-05-28Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf0' i...Peter Maydell6-5/+529
2019-05-28semihosting: enable chardev backed output for consoleAlex Bennée2-1/+34
2019-05-28semihosting: implement a semihosting consoleAlex Bennée2-0/+78
2019-05-28semihosting: introduce CONFIG_SEMIHOSTINGAlex Bennée3-1/+5
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée4-1/+163
2019-05-24riscv: spike: Add a generic spike machineAlistair Francis1-1/+105
2019-05-24riscv: virt: Allow specifying a CPU via commandlineAlistair Francis1-1/+2
2019-05-24target/riscv: Remove unused include of riscv_htif.h for virt board riscvJonathan Behrens1-1/+0
2019-05-24SiFive RISC-V GPIO DeviceFabien Chouteau4-2/+422
2019-05-24hw/intc/nvic: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-3/+3
2019-05-24hw/arm/mps2: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2-8/+8
2019-05-24hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-3/+3
2019-05-24hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-3/+4
2019-05-24hw/microblaze/zynqmp: Let the SoC manage the IPI devicesPhilippe Mathieu-Daudé1-20/+16
2019-05-24hw/microblaze/zynqmp: Move the IPI state into the PMUSoC statePhilippe Mathieu-Daudé1-7/+7
2019-05-24hw/mips: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé3-16/+12
2019-05-24hw/mips: Use object_initialize() on MIPSCPSStatePhilippe Mathieu-Daudé2-22/+20
2019-05-24hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé7-31/+21
2019-05-24hw/arm/aspeed: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2-33/+23
2019-05-24hw/arm/bcm2835: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-33/+20
2019-05-24hw/arm/bcm2835: Use object_initialize() on PL011StatePhilippe Mathieu-Daudé1-7/+7
2019-05-24hw/arm/bcm2835: Use TYPE_PL011 instead of hardcoded stringPhilippe Mathieu-Daudé1-1/+1
2019-05-24hw/virtio: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-3/+2
2019-05-24hw/misc/macio: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-4/+4
2019-05-24hw/ppc/pnv: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-8/+4
2019-05-24Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190524-pull-request' ...Peter Maydell3-19/+86