]> git.proxmox.com Git - mirror_qemu.git/history - hw
target/riscv: Allow debugger to access seed CSR
[mirror_qemu.git] / hw /
2023-03-01 Daniel Henrique... hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create...
2023-02-28 Peter MaydellMerge tag 'buildsys-qom-qdev-ui-20230227' of https...
2023-02-27 Philippe Mathieu... hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_I...
2023-02-27 Philippe Mathieu... hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_i...
2023-02-27 Philippe Mathieu... hw/ide/piix: Pass Error* to pci_piix_init_ports() for...
2023-02-27 Philippe Mathieu... hw/ide/piix: Remove unused includes
2023-02-27 Bernhard Beschowhw/ide/pci: Unexport bmdma_active_if()
2023-02-27 Philippe Mathieu... hw/ide/ioport: Remove unnecessary includes
2023-02-27 Philippe Mathieu... hw/ide: Declare ide_get_[geometry/bios_chs_trans] in...
2023-02-27 Philippe Mathieu... hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
2023-02-27 Philippe Mathieu... hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
2023-02-27 Philippe Mathieu... hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
2023-02-27 Philippe Mathieu... hw/ide: Rename ide_register_restart_cb -> ide_bus_regis...
2023-02-27 Philippe Mathieu... hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
2023-02-27 Philippe Mathieu... hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
2023-02-27 Philippe Mathieu... hw/ide: Un-inline ide_set_irq()
2023-02-27 Philippe Mathieu... hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
2023-02-27 Philippe Mathieu... hw/ide/isa: Remove intermediate ISAIDEState::irq variable
2023-02-27 Philippe Mathieu... hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw...
2023-02-27 Philippe Mathieu... hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to...
2023-02-27 Philippe Mathieu... hw/ide/mmio: Use CamelCase for MMIO_IDE state name
2023-02-27 Fiona Ebnerhw/ide/ahci: Trace ncq write command as write instead...
2023-02-27 Philippe Mathieu... hw/i386/xen: Remove unused 'hw/ide.h' include from...
2023-02-27 Philippe Mathieu... hw/ppc/sam460ex: Correctly set MAL properties
2023-02-27 BALATON Zoltanhw/display/sm501: Add fallbacks to pixman routines
2023-02-27 BALATON Zoltanhw/display/sm501: Implement more 2D raster operations
2023-02-27 Philippe Mathieu... hw/display/sm501: Alias 'dma-offset' QOM property in...
2023-02-27 Philippe Mathieu... hw/display/sm501: Embed OHCI QOM child in chipset
2023-02-27 Philippe Mathieu... hw/usb/xhci-nec: Replace container_of() by NEC_XHCI...
2023-02-27 Philippe Mathieu... hw/usb/xhci-nec: Declare QOM macros for NEC_XHCI
2023-02-27 Philippe Mathieu... hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS...
2023-02-27 Philippe Mathieu... hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()
2023-02-27 Philippe Mathieu... hw/usb/ohci: Fix typo
2023-02-27 BALATON Zoltanhw/usb/ohci: Add trace points for register access
2023-02-27 BALATON Zoltanhw/usb/ohci: Move a function next to where it is used
2023-02-27 BALATON Zoltanhw/usb/ohci: Code style fix missing braces and extra...
2023-02-27 BALATON Zoltanhw/usb/ohci: Code style fix white space errors
2023-02-27 BALATON Zoltanhw/usb/ohci: Code style fix comments
2023-02-27 Philippe Mathieu... hw/usb/ohci: Use OHCIState type definition
2023-02-27 Philippe Mathieu... hw/usb/ohci: Include missing 'sysbus.h' header
2023-02-27 Philippe Mathieu... hw/usb/u2f: Declare QOM macros using OBJECT_DECLARE_TYPE()
2023-02-27 Philippe Mathieu... hw/usb/dev-smartcard-reader: Avoid forward-declaring...
2023-02-27 BALATON Zoltanhw/audio/ac97: Split off some definitions to a header
2023-02-27 Philippe Mathieu... hw/audio/ac97: Replace container_of() by AC97() QOM...
2023-02-27 Philippe Mathieu... hw/audio/es1370: Replace container_of() by ES1370(...
2023-02-27 Philippe Mathieu... hw/audio/es1370: Avoid forward-declaring ES1370State
2023-02-27 Philippe Mathieu... hw/audio/hda-codec: Avoid forward-declaring HDAAudioState
2023-02-27 Philippe Mathieu... hw/timer/hpet: Include missing 'hw/qdev-properties...
2023-02-27 Philippe Mathieu... hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_...
2023-02-27 Philippe Mathieu... hw/rtc/mc146818rtc: Pass MC146818RtcState instead of...
2023-02-27 Philippe Mathieu... hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState
2023-02-27 Philippe Mathieu... hw: Replace isa_get_irq() by isa_bus_get_irq() when...
2023-02-27 Philippe Mathieu... hw/isa: Factor isa_bus_get_irq() out of isa_get_irq()
2023-02-27 Philippe Mathieu... hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
2023-02-27 Philippe Mathieu... hw/isa: Use isa_address_space_io() to reduce access...
2023-02-27 Philippe Mathieu... hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input...
2023-02-27 Philippe Mathieu... hw/isa: Un-inline isa_bus_from_device()
2023-02-27 Philippe Mathieu... hw/isa: Remove empty ISADeviceClass structure
2023-02-27 Philippe Mathieu... hw/sparc64/sun4u: Keep reference to ISA input IRQs...
2023-02-27 Philippe Mathieu... hw/isa/vt82c686: Remove intermediate IRQ forwarder
2023-02-27 Philippe Mathieu... hw/isa/i82378: Remove intermediate IRQ forwarder
2023-02-27 Philippe Mathieu... hw/isa/i82378: Rename output IRQ as 'cpu_intr'
2023-02-27 Philippe Mathieu... hw/intc/i8259: Document i8259_init()
2023-02-27 Philippe Mathieu... hw/pci: Fix a typo
2023-02-27 Bernhard Beschowhw: Move ich9.h to southbridge/
2023-02-27 Bernhard Beschowhw/i386/ich9: Clean up includes
2023-02-27 Bernhard Beschowhw: Move ioapic*.h to intc/
2023-02-27 Bernhard Beschowhw/i386/ich9: Remove redundant GSI_NUM_PINS
2023-02-27 Bernhard Beschowhw/isa/lpc_ich9: Remove redundant ich9_lpc_reset()...
2023-02-27 Bernhard Beschowhw/isa/lpc_ich9: Connect PM stuff to LPC internally
2023-02-27 Bernhard Beschowhw/i386/pc_q35: Allow for setting properties before...
2023-02-27 Bernhard Beschowhw/i2c/smbus_ich9: Inline ich9_smb_init() and remove it
2023-02-27 Bernhard Beschowhw/i2c/smbus_ich9: Move ich9_smb_set_irq() in front...
2023-02-27 Bernhard Beschowhw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_bus
2023-02-27 Bernhard Beschowhw/isa/lpc_ich9: Unexport PIRQ functions
2023-02-27 Philippe Mathieu... hw/i386/x86: Reduce init_topo_info() scope
2023-02-27 Philippe Mathieu... hw/qdev: Constify DeviceState* argument of qdev_get_par...
2023-02-27 Mauro Matteo Cascellahw/nubus/nubus-device: Fix memory leak in nubus_device_...
2023-02-27 Philippe Mathieu... replay: Extract core API to 'exec/replay-core.h'
2023-02-27 Peter MaydellMerge tag 'for-upstream-8.0' of https://gitlab.com...
2023-02-27 Peter MaydellMerge tag 'pull-target-arm-20230227' of https://git...
2023-02-27 Philippe Mathieu... hw: Replace qemu_or_irq typedef by OrIRQState
2023-02-27 Philippe Mathieu... hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_...
2023-02-27 Philippe Mathieu... hw/arm/musicpal: Remove unused dummy MemoryRegion
2023-02-27 Philippe Mathieu... hw/intc/armv7m_nvic: Use QOM cast CPU() macro
2023-02-27 Philippe Mathieu... hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()
2023-02-27 Philippe Mathieu... hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()
2023-02-27 Philippe Mathieu... hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM...
2023-02-27 Philippe Mathieu... hw/char/pl011: Open-code pl011_luminary_create()
2023-02-27 Philippe Mathieu... hw/char/pl011: Un-inline pl011_create()
2023-02-27 Philippe Mathieu... hw/gpio/max7310: Simplify max7310_realize()
2023-02-27 Fabiano Rosastarget/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
2023-02-27 Thomas Huthinclude/hw/arm/allwinner-a10.h: Remove superfluous...
2023-02-27 Peter MaydellMerge tag 'pull-request-2023-02-27' of https://gitlab...
2023-02-27 Khadija KamranUpdated the FSF address to <https://www.gnu.org/licenses/>
2023-02-27 Claudio Imbrendas390x/pv: Add support for asynchronous teardown for...
2023-02-27 Philippe Mathieu... hw/vfio/ccw: Replace DO_UPCAST(VFIOCCWDevice) by VFIO_CCW()
2023-02-27 Philippe Mathieu... hw/vfio/ccw: Remove pointless S390CCWDevice variable
2023-02-27 Philippe Mathieu... hw/vfio/ccw: Replace DO_UPCAST(S390CCWDevice) by S390_C...
2023-02-27 Philippe Mathieu... hw/vfio/ccw: Use intermediate S390CCWDevice variable
next