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
2023-03-02
hw/pci: Trace IRQ routing on PCI topology
Philippe Mathieu-Daudé
2023-03-02
vhost: avoid a potential use of an uninitialized variable in vhost_svq_poll()
Carlos López
2023-03-02
pcie: set power indicator to off on reset by default
Vladimir Sementsov-Ogievskiy
2023-03-02
pcie: introduce pcie_sltctl_powered_off() helper
Vladimir Sementsov-Ogievskiy
2023-03-02
pcie: pcie_cap_slot_enable_power() use correct helper
Vladimir Sementsov-Ogievskiy
2023-03-02
pcie_regs: drop duplicated indicator value macros
Vladimir Sementsov-Ogievskiy
2023-03-02
pcie: pcie_cap_slot_write_config(): use correct macro
Vladimir Sementsov-Ogievskiy
2023-03-02
pci/shpc: refactor shpc_device_plug_common()
Vladimir Sementsov-Ogievskiy
2023-03-02
pci/shpc: pass PCIDevice pointer to shpc_slot_command()
Vladimir Sementsov-Ogievskiy
2023-03-02
pci/shpc: more generic handle hot-unplug in shpc_slot_command()
Vladimir Sementsov-Ogievskiy
2023-03-02
pci/shpc: shpc_slot_command(): handle PWRONLY -> ENABLED transition
Vladimir Sementsov-Ogievskiy
2023-03-02
pci/shpc: change shpc_get_status() return type to uint8_t
Vladimir Sementsov-Ogievskiy
2023-03-02
pci/shpc: set attention led to OFF on reset
Vladimir Sementsov-Ogievskiy
2023-03-02
vdpa: stop all svq on device deletion
Eugenio Pérez
2023-03-02
vhost-user: Adopt new backend naming
Maxime Coquelin
2023-03-02
hw/timer/hpet: Fix expiration time overflow
Akihiko Odaki
2023-03-02
virtio-rng-pci: fix transitional migration compat for vectors
Dr. David Alan Gilbert
2023-03-02
vhost-user-rng: Back up vqs before cleaning up vhost_dev
Akihiko Odaki
2023-03-02
vhost-user-i2c: Back up vqs before cleaning up vhost_dev
Akihiko Odaki
2023-03-02
vhost-user-gpio: Configure vhost_dev when connecting
Akihiko Odaki
2023-03-02
virtio-net: clear guest_announce feature if no cvq backend
Eugenio Pérez
2023-03-02
Revert "hw/i386: pass RNG seed via setup_data entry"
Michael S. Tsirkin
2023-03-02
Revert "x86: return modified setup_data only if read as memory, not as file"
Michael S. Tsirkin
2023-03-02
Revert "x86: use typedef for SetupData struct"
Michael S. Tsirkin
2023-03-02
Revert "x86: reinitialize RNG seed on system reboot"
Michael S. Tsirkin
2023-03-02
Revert "x86: re-initialize RNG seed when selecting kernel"
Michael S. Tsirkin
2023-03-02
Revert "x86: do not re-randomize RNG seed on snapshot load"
Michael S. Tsirkin
2023-03-02
Revert "x86: don't let decompressed kernel image clobber setup_data"
Michael S. Tsirkin
2023-03-02
hw/smbios: fix field corruption in type 4 table
Julia Suvorova
2023-02-27
hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVS
Philippe Mathieu-Daudé
2023-02-27
hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per bus
Philippe Mathieu-Daudé
2023-02-27
hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msg
Philippe Mathieu-Daudé
2023-02-27
hw/ide/piix: Remove unused includes
Philippe Mathieu-Daudé
2023-02-27
hw/ide/pci: Unexport bmdma_active_if()
Bernhard Beschow
2023-02-27
hw/ide/ioport: Remove unnecessary includes
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h'
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
Philippe Mathieu-Daudé
2023-02-27
hw/ide: Un-inline ide_set_irq()
Philippe Mathieu-Daudé
2023-02-27
hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
Philippe Mathieu-Daudé
2023-02-27
hw/ide/isa: Remove intermediate ISAIDEState::irq variable
Philippe Mathieu-Daudé
2023-02-27
hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'
Philippe Mathieu-Daudé
2023-02-27
hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'
Philippe Mathieu-Daudé
2023-02-27
hw/ide/mmio: Use CamelCase for MMIO_IDE state name
Philippe Mathieu-Daudé
2023-02-27
hw/ide/ahci: Trace ncq write command as write instead of read
Fiona Ebner
2023-02-27
hw/i386/xen: Remove unused 'hw/ide.h' include from header
Philippe Mathieu-Daudé
[next]