index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
2024-02-22
hw/ide: Move IDE device related definitions to ide-dev.h
Thomas Huth
2024-02-22
hw/ide: Split qdev.c into ide-bus.c and ide-dev.c
Thomas Huth
2024-02-22
hw/ide: Add the possibility to disable the CompactFlash device in the build
Thomas Huth
2024-02-22
hw/isa/meson.build: Sort alphabetically
Bernhard Beschow
2024-02-22
hw/i386/pc_q35: Populate interrupt handlers before realizing LPC PCI function
Bernhard Beschow
2024-02-22
hw/i386/pc_sysfw: Use qdev_is_realized() instead of QOM API
Philippe Mathieu-Daudé
2024-02-22
hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it
Bernhard Beschow
2024-02-22
hw/i386/pc: Confine system flash handling to pc_sysfw
Bernhard Beschow
2024-02-22
hw/i386/pc: Defer smbios_set_defaults() to machine_done
Bernhard Beschow
2024-02-22
hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()
Bernhard Beschow
2024-02-22
hw/i386/x86: Turn apic_xrupt_override into class attribute
Bernhard Beschow
2024-02-22
hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()
Peter Maydell
2024-02-22
hw/i386/pc: Store pointers to IDE buses in PCMachineState
Peter Maydell
2024-02-22
hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machines
Bernhard Beschow
2024-02-22
hw/i2c/smbus_slave: Add object path on error prints
Joe Komlodi
2024-02-22
hw/tricore/testboard: Use qdev_new() instead of QOM basic API
Philippe Mathieu-Daudé
2024-02-22
hw/ppc/pnv_bmc: Use qdev_new() instead of QOM API
Philippe Mathieu-Daudé
2024-02-22
hw/ppc/spapr_cpu: Use qdev_is_realized() instead of QOM API
Philippe Mathieu-Daudé
2024-02-22
hw/ppc/ppc440_pcix: Move ppc440_pcix.c to hw/pci-host/
Philippe Mathieu-Daudé
2024-02-22
hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/
Philippe Mathieu-Daudé
2024-02-22
hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h
Philippe Mathieu-Daudé
2024-02-22
hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" header
Philippe Mathieu-Daudé
2024-02-22
hw/sysbus: Inline and remove sysbus_add_io()
Philippe Mathieu-Daudé
2024-02-22
hw/input/pckbd: Open-code i8042_setup_a20_line() wrapper
Philippe Mathieu-Daudé
2024-02-20
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-02-16
usb: inline device creation functions
Paolo Bonzini
2024-02-16
smc37c669: remove useless is_enabled functions
Paolo Bonzini
2024-02-16
isa-superio: validate floppy.count value
Paolo Bonzini
2024-02-16
mips: remove unnecessary "select PTIMER"
Paolo Bonzini
2024-02-16
i386/pc: Drop pc_machine_kvm_type()
Xiaoyao Li
2024-02-16
Merge tag 'hw-misc-20240215' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-02-15
hw/ide/ich9: Use AHCIPCIState typedef
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Remove SysbusAHCIState::num_ports field
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Do not pass 'ports' argument to ahci_realize()
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Convert AHCIState::ports to unsigned
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Inline ahci_get_num_ports()
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Rename AHCI PCI function as 'pdev'
Philippe Mathieu-Daudé
2024-02-15
hw/ide/ahci: Expose AHCIPCIState structure
Philippe Mathieu-Daudé
2024-02-15
hw/i386/q35: Use DEVICE() cast macro with PCIDevice object
Philippe Mathieu-Daudé
2024-02-15
hw/i386/q35: Simplify pc_q35_init() since PCI is always enabled
Philippe Mathieu-Daudé
2024-02-15
hw/sparc/leon3: Initialize GPIO before realizing CPU devices
Philippe Mathieu-Daudé
2024-02-15
hw/sparc/leon3: Pass DeviceState opaque argument to leon3_start_cpu()
Philippe Mathieu-Daudé
2024-02-15
hw/sparc/leon3: Pass DeviceState opaque argument to leon3_set_pil_in()
Philippe Mathieu-Daudé
2024-02-15
hw/sparc/leon3: check cpu_id in the tiny bootloader
Clément Chigot
2024-02-15
hw/sparc/leon3: implement multiprocessor
Clément Chigot
2024-02-15
hw/sparc/leon3: remove SP initialization
Clément Chigot
2024-02-15
hw/intc/grlib_irqmp: implements multicore irq
Clément Chigot
2024-02-15
hw/intc/grlib_irqmp: implements the multiprocessor status register
Clément Chigot
[next]