aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2021-09-29nubus: add support for slot IRQsMark Cave-Ayland1-0/+6
2021-09-29nubus-bridge: embed the NubusBus object directly within nubus-bridgeMark Cave-Ayland1-1/+1
2021-09-29nubus: move NubusBus from mac-nubus-bridge to nubus-bridgeMark Cave-Ayland2-1/+2
2021-09-29mac-nubus-bridge: rename MacNubusState to MacNubusBridgeMark Cave-Ayland1-2/+2
2021-09-29nubus-bridge: introduce separate NubusBridge structureMark Cave-Ayland2-1/+7
2021-09-29nubus: move nubus to its own 32-bit address spaceMark Cave-Ayland2-0/+8
2021-09-29nubus-device: add romfile property for loading declaration ROMsMark Cave-Ayland1-0/+6
2021-09-29nubus-device: remove nubus_register_rom() and nubus_register_format_block()Mark Cave-Ayland1-19/+0
2021-09-29nubus: use bitmap to manage available slotsMark Cave-Ayland2-7/+10
2021-09-29nubus-device: expose separate super slot memory regionMark Cave-Ayland1-0/+1
2021-09-29nubus-device: rename slot_nb variable to slotMark Cave-Ayland1-1/+1
2021-09-27hw/loader: Restrict PC_ROM_* definitions to hw/i386/pcPhilippe Mathieu-Daudé1-6/+0
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson1-1/+2
2021-09-21Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...Richard Henderson8-61/+165
2021-09-21hw/riscv: virt: Add optional ACLINT support to virt machineAnup Patel1-0/+2
2021-09-21hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINTAnup Patel1-18/+36
2021-09-21hw/intc: Rename sifive_clint sources to riscv_aclint sourcesAnup Patel1-0/+0
2021-09-21sifive_u: Connect the SiFive PWM deviceAlistair Francis1-1/+13
2021-09-21hw/timer: Add SiFive PWM supportAlistair Francis1-0/+62
2021-09-21hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO linesAlistair Francis1-0/+2
2021-09-21hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU GPIO linesAlistair Francis1-0/+4
2021-09-21hw/intc: ibex_plic: Convert the PLIC to use RISC-V CPU GPIO linesAlistair Francis1-0/+2
2021-09-21hw/intc: sifive_clint: Use RISC-V CPU GPIO linesAlistair Francis1-0/+2
2021-09-20hw/arm/aspeed: Allow machine to set UART defaultPeter Delevoryas2-0/+2
2021-09-20aspeed: Emulate the AST2600A3Joel Stanley1-0/+2
2021-09-20watchdog: aspeed: Sanitize control register valuesAndrew Jeffery1-0/+1
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pul...Peter Maydell1-0/+4
2021-09-15qdev: Complete qdev_init_gpio_out() documentationPhilippe Mathieu-Daudé1-0/+4
2021-09-14accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemuPhilippe Mathieu-Daudé1-2/+2
2021-09-14accel/tcg: Rename user-mode do_interrupt hack as fake_user_interruptPhilippe Mathieu-Daudé1-8/+14
2021-09-13qdev: Support marking individual buses as 'full'Peter Maydell1-0/+24
2021-09-13hw/arm/virt: add ITS support in virt GICShashi Mallela1-0/+2
2021-09-13hw/intc: GICv3 redistributor ITS processingShashi Mallela1-0/+7
2021-09-13hw/intc: GICv3 ITS Feature enablementShashi Mallela1-0/+1
2021-09-13hw/intc: GICv3 ITS Command processingShashi Mallela1-0/+2
2021-09-13hw/intc: GICv3 ITS register definitions addedShashi Mallela2-0/+26
2021-09-13hw/intc: GICv3 ITS initial frameworkShashi Mallela1-1/+8
2021-09-08mac_via: add qdev gpios for nubus slot interrupts to VIA2Mark Cave-Ayland1-0/+10
2021-09-08mac_via: rename VIA2_IRQ_SLOT_BIT to VIA2_IRQ_NUBUS_BITMark Cave-Ayland1-11/+11
2021-09-08mac_via: remove mac_via deviceMark Cave-Ayland1-16/+5
2021-09-08mac_via: move ADB variables to MOS6522Q800VIA1StateMark Cave-Ayland1-10/+10
2021-09-08mac_via: move PRAM/RTC variables to MOS6522Q800VIA1StateMark Cave-Ayland1-11/+10
2021-09-08mac_via: move PRAM contents and block backend to MOS6522Q800VIA1StateMark Cave-Ayland1-3/+4
2021-09-06s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASKThomas Huth1-4/+1
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand1-0/+63
2021-09-06hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabledDavid Hildenbrand1-1/+1
2021-09-06css: fix actl handling for unit exceptionsCornelia Huck1-1/+2
2021-09-04vhost: use unsigned int for nvqsJason Wang1-1/+1
2021-09-04hw/pci: remove all references to find_i440fx functionAni Sinha1-1/+0
2021-09-04hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu1-4/+0