aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2021-02-05accel: introduce AccelCPUClass extending CPUClassClaudio Fontana2-0/+42
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-1/+1
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2-99/+101
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana1-3/+6
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana1-1/+5
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-6/+7
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana1-15/+13
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-2/+2
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost1-2/+2
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-9/+12
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-6/+6
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-9/+13
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana1-0/+2
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+15
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca9-9/+23
2021-02-05pci: add romsize propertyPaolo Bonzini1-0/+1
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau1-1/+1
2021-02-04virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau1-0/+1
2021-02-04vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau1-0/+3
2021-02-02hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng1-1/+4
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell4-8/+0
2021-01-29hw/arm/mps2: Inline CMSDK_APB_TIMER creationPeter Maydell1-21/+0
2021-01-29hw/arm/armsse: Wire up clocksPeter Maydell1-0/+6
2021-01-29hw/arm/armsse: Rename "MAINCLK" property to "MAINCLK_FRQ"Peter Maydell1-1/+1
2021-01-29hw/watchdog/cmsdk-apb-watchdog: Add Clock inputPeter Maydell1-0/+3
2021-01-29hw/timer/cmsdk-apb-dualtimer: Add Clock inputPeter Maydell1-0/+3
2021-01-29hw/timer/cmsdk-apb-timer: Add Clock inputPeter Maydell1-0/+9
2021-01-29hw/timer/cmsdk-apb-timer: Rename CMSDKAPBTIMER struct to CMSDKAPBTimerPeter Maydell2-5/+5
2021-01-29clock: Add new clock_has_source() functionPeter Maydell1-0/+15
2021-01-29ptimer: Add new ptimer_set_period_from_clock() functionPeter Maydell1-0/+22
2021-01-29hw/misc/pvpanic: add PCI interface supportMihai Carabas2-0/+2
2021-01-29hw/misc/pvpanic: split-out generic and bus dependent codeMihai Carabas1-2/+21
2021-01-29arm-virt: add secure pl061 for reset/power downMaxim Uvarov1-0/+2
2021-01-24hw/sd: sd.h: Cosmetic change of using spacesBin Meng1-21/+21
2021-01-22usb: add pcap support.Gerd Hoffmann1-0/+8
2021-01-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-1...Peter Maydell1-3/+12
2021-01-19hw/m68k/next-cube: Add missing header comment to next-cube.hPeter Maydell1-0/+10
2021-01-19hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC devicePeter Maydell1-1/+2
2021-01-19hw/m68k/next-cube: Make next_irq() function staticPeter Maydell1-2/+0
2021-01-19spapr_hcall.c: make do_client_architecture_support staticDaniel Henrique Barboza1-5/+0
2021-01-19spapr.h: fix trailing whitespace in phb_placementDaniel Henrique Barboza1-1/+1
2021-01-19spapr: Improve handling of memory unplug with old guestsGreg Kurz2-1/+2
2021-01-19hw/ppc: Remove unused ppcuic_init()Peter Maydell2-9/+7
2021-01-18Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell1-3/+3
2021-01-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-1/+4
2021-01-17acpi: Add addr offset in build_crsJiahui Cen1-1/+3
2021-01-16riscv: Pass RISCVHartArrayState by pointerAlistair Francis1-3/+3
2021-01-13vhost-user-fs: add the "bootindex" propertyLaszlo Ersek1-0/+1
2021-01-13macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland1-2/+0
2021-01-13macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland1-1/+1