aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson1-2/+3
2019-10-04spapr: Fold spapr_phb_lsi_qirq() into its single callerDavid Gibson1-7/+0
2019-10-04xics: Create sPAPR specific ICS subtypeDavid Gibson1-1/+3
2019-10-04xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classesDavid Gibson1-10/+6
2019-10-04xics: Eliminate reset hookDavid Gibson1-1/+0
2019-10-04xics: Rename misleading ics_simple_*() functionsDavid Gibson1-3/+3
2019-10-04xics: Eliminate 'reject', 'resend' and 'eoi' class hooksDavid Gibson1-4/+0
2019-10-04xics: Minor fixes for XICSFabric interfaceDavid Gibson1-5/+1
2019-10-04spapr: Stop providing RTAS blobAlexey Kardashevskiy1-2/+0
2019-10-04spapr: Simplify handling of pre ISA 3.0 guest workaround handlingDavid Gibson1-1/+1
2019-10-04spapr/irq: Introduce an ics_irq_free() helperCédric Le Goater1-0/+5
2019-10-04hw/ppc/pnv_homer: add PowerNV homer device modelBalamuruhan S2-0/+56
2019-10-04hw/ppc/pnv_occ: add sram device model for occ common areaBalamuruhan S1-0/+3
2019-10-04hw/ppc/pnv_xscom: retrieve homer/occ base address from PBA BARsBalamuruhan S1-0/+18
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson1-2/+0
2019-09-24xen: perform XenDevice clean-up in XenBus watch handlerPaul Durrant1-0/+3
2019-09-24xen: introduce separate XenWatchList for XenDevice objectsPaul Durrant1-0/+2
2019-09-24xen / notify: introduce a new XenWatchList abstractionPaul Durrant1-1/+2
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard1-0/+2
2019-09-20ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard1-1/+1
2019-09-20acpi: Add i2c serial bus CRS handlingCorey Minyard1-0/+18
2019-09-20ipmi: Add PCI IPMI interfacesCorey Minyard1-0/+1
2019-09-20ipmi: Allow a size value to be passed for I/O spaceCorey Minyard3-1/+8
2019-09-20ipmi: Split out BT-specific code from ISA BT codeCorey Minyard1-0/+72
2019-09-20ipmi: Split out KCS-specific code from ISA KCS codeCorey Minyard1-0/+75
2019-09-20qdev: Add a no default uuid propertyCorey Minyard1-0/+7
2019-09-19Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-sf1-v3...Peter Maydell11-92/+298
2019-09-17riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernetBin Meng1-2/+1
2019-09-17riscv: sifive_u: Fix broken GEM supportBin Meng1-1/+2
2019-09-17riscv: sifive_u: Instantiate OTP memory with a serial numberBin Meng1-0/+3
2019-09-17riscv: sifive: Implement a model for SiFive FU540 OTPBin Meng1-0/+80
2019-09-17riscv: sifive_u: Update UART base addresses and IRQsBin Meng1-2/+2
2019-09-17riscv: sifive_u: Reference PRCI clocks in UART and ethernet nodesBin Meng1-0/+10
2019-09-17riscv: sifive_u: Add PRCI block to the SoCBin Meng1-0/+3
2019-09-17riscv: sifive_u: Generate hfclk and rtcclk nodesBin Meng1-0/+2
2019-09-17riscv: sifive: Implement PRCI model for FU540Bin Meng1-0/+81
2019-09-17riscv: sifive_u: Update hart configuration to reflect the real FU540 SoCBin Meng1-1/+5
2019-09-17riscv: sifive_u: Set the minimum number of cpus to 2Bin Meng1-0/+2
2019-09-17riscv: hart: Add a "hartid-base" property to RISC-V hart arrayBin Meng1-0/+1
2019-09-17riscv: Add a sifive_cpu.h to include both E and U cpu type definesBin Meng3-12/+33
2019-09-17riscv: sifive_e: prci: Update the PRCI register block sizeBin Meng1-0/+2
2019-09-17riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h}Bin Meng2-71/+69
2019-09-17riscv: sifive_test: Add reset functionalityBin Meng1-1/+2
2019-09-17riscv: Add a helper routine for finding firmwareBin Meng1-0/+1
2019-09-17riscv: plic: Remove unused interrupt functionsAlistair Francis1-3/+0
2019-09-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-0/+10
2019-09-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-11/+6
2019-09-16hw/i386/pc: Extract e820 memory layout codePhilippe Mathieu-Daudé1-11/+0
2019-09-16qdev/machine: Introduce hotplug_allowed hookPeter Xu2-0/+10
2019-09-16elf-ops.h: fix int overflow in load_elf()Stefano Garzarella2-0/+6