index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
pc_piix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-20
hw: Add compat machines for 9.0
Cornelia Huck
1
-3
/
+14
2023-11-07
hw/i386/pc: support '-nic' for xen-net-device
David Woodhouse
1
-1
/
+1
2023-10-27
docs/about: Mark the old pc-i440fx-2.0 - 2.3 machine types as deprecated
Thomas Huth
1
-0
/
+1
2023-10-22
hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machine
Bernhard Beschow
1
-1
/
+60
2023-10-22
hw/isa/piix: Allow for optional PIT creation in PIIX3
Bernhard Beschow
1
-0
/
+2
2023-10-22
hw/isa/piix: Allow for optional PIC creation in PIIX3
Bernhard Beschow
1
-0
/
+2
2023-10-22
hw/isa/piix3: Create power management controller in host device
Bernhard Beschow
1
-13
/
+11
2023-10-22
hw/isa/piix3: Create USB controller in host device
Bernhard Beschow
1
-5
/
+2
2023-10-22
hw/isa/piix3: Create IDE controller in host device
Bernhard Beschow
1
-7
/
+6
2023-10-22
hw/isa/piix3: Wire PIC IRQs to ISA bus in host device
Bernhard Beschow
1
-1
/
+1
2023-10-22
hw/i386/pc_piix: Remove redundant "piix3" variable
Bernhard Beschow
1
-4
/
+2
2023-10-22
hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property
Bernhard Beschow
1
-1
/
+6
2023-10-22
hw/i386/pc_piix: Assign PIIX3's ISA interrupts before its realize()
Bernhard Beschow
1
-2
/
+2
2023-10-22
hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south br...
Bernhard Beschow
1
-1
/
+2
2023-10-05
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
1
-0
/
+4
2023-10-04
hw/i386/pc: improve physical address space bound check for 32-bit x86 systems
Ani Sinha
1
-0
/
+4
2023-09-25
pc_piix: remove pc-i440fx-1.4 up to pc-i440fx-1.7
Paolo Bonzini
1
-73
/
+0
2023-09-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-0
/
+1
2023-09-07
hw/i386/pc: Include missing 'cpu.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2023-08-31
hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-08-31
hw/i386: Remove unuseful kvmclock_create() stub
Philippe Mathieu-Daudé
1
-1
/
+1
2023-08-23
hw: Add compat machines for 8.2
Cornelia Huck
1
-3
/
+13
2023-07-10
hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...
Bernhard Beschow
1
-2
/
+1
2023-07-10
hw/i386/pc_piix: Move i440fx' realize near its qdev_new()
Bernhard Beschow
1
-25
/
+26
2023-07-10
hw/pci-host/i440fx: Resolve i440fx_init()
Bernhard Beschow
1
-11
/
+21
2023-07-10
hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE properties
Bernhard Beschow
1
-1
/
+4
2023-07-10
hw/pci-host/i440fx: Add "i440fx" child property in board code
Bernhard Beschow
1
-0
/
+2
2023-07-10
hw/i386/pc_piix: Turn some local variables into initializers
Bernhard Beschow
1
-9
/
+4
2023-06-26
hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
Suravee Suthikulpanit
1
-0
/
+5
2023-06-13
hw/char/parallel-isa: Export struct ISAParallelState
Bernhard Beschow
1
-1
/
+1
2023-06-07
hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICE
Bernhard Beschow
1
-3
/
+2
2023-06-07
hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config()
Bernhard Beschow
1
-0
/
+18
2023-06-07
hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3
Bernhard Beschow
1
-0
/
+13
2023-05-22
hw/i386: Ignore the default parallel port if it has not been compiled into QEMU
Thomas Huth
1
-0
/
+3
2023-05-22
hw: Move the default NIC machine class setting from the x86 to the generic one
Thomas Huth
1
-2
/
+2
2023-05-19
hw/i386/pc: No need for rtc_state to be an out-parameter
Bernhard Beschow
1
-1
/
+1
2023-05-19
hw/i386/pc: Create RTC controllers in south bridges
Bernhard Beschow
1
-0
/
+8
2023-05-19
hw/i386/pc: Initialize ram_memory variable directly
Bernhard Beschow
1
-2
/
+2
2023-05-19
hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()
Bernhard Beschow
1
-1
/
+1
2023-05-19
hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product name
Bernhard Beschow
1
-1
/
+1
2023-04-24
hw/acpi: limit warning on acpi table size to pc machines older than version 2.3
Ani Sinha
1
-0
/
+1
2023-04-21
hw: Add compat machines for 8.1
Cornelia Huck
1
-3
/
+13
2023-03-07
hw/xen: Rename xen_common.h to xen_native.h
David Woodhouse
1
-2
/
+2
2023-03-06
xen/pt: reserve PCI slot 2 for Intel igd-passthru
Chuck Zmudzinski
1
-0
/
+1
2023-03-02
Revert "hw/i386: pass RNG seed via setup_data entry"
Michael S. Tsirkin
1
-2
/
+0
2023-02-27
hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2023-02-27
hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-01-13
hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
Bernhard Beschow
1
-1
/
+2
2023-01-13
hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific
Bernhard Beschow
1
-0
/
+15
2022-12-21
pc: clean up compat machines
Cornelia Huck
1
-26
/
+1
[next]