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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
isa
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
5
-388
/
+215
2023-10-22
hw/isa/piix: Implement multi-process QEMU support also for PIIX4
Bernhard Beschow
1
-8
/
+1
2023-10-22
hw/isa/piix: Resolve duplicate code regarding PCI interrupt wiring
Bernhard Beschow
1
-11
/
+2
2023-10-22
hw/isa/piix: Reuse PIIX3's PCI interrupt triggering in PIIX4
Bernhard Beschow
1
-24
/
+3
2023-10-22
hw/isa/piix: Rename functions to be shared for PCI interrupt triggering
Bernhard Beschow
1
-36
/
+36
2023-10-22
hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
Bernhard Beschow
1
-71
/
+9
2023-10-22
hw/isa/piix: Share PIIX3's base class with PIIX4
Bernhard Beschow
1
-55
/
+30
2023-10-22
hw/isa/piix: Harmonize names of reset control memory regions
Bernhard Beschow
1
-2
/
+2
2023-10-22
hw/isa/piix: Allow for optional PIT creation in PIIX3
Bernhard Beschow
1
-0
/
+6
2023-10-22
hw/isa/piix: Allow for optional PIC creation in PIIX3
Bernhard Beschow
1
-2
/
+19
2023-10-22
hw/isa/piix3: Merge hw/isa/piix4.c
Bernhard Beschow
4
-304
/
+190
2023-10-22
hw/isa/piix4: Reuse struct PIIXState from PIIX3
Bernhard Beschow
1
-15
/
+11
2023-10-22
hw/isa/piix4: Rename reset control operations to match PIIX3
Bernhard Beschow
1
-7
/
+7
2023-10-22
hw/isa/piix4: Rename "isa" attribute to "isa_irqs_in"
Bernhard Beschow
1
-5
/
+5
2023-10-22
hw/isa/piix4: Remove unused inbound ISA interrupt lines
Bernhard Beschow
1
-8
/
+0
2023-10-22
hw/isa/piix3: Drop the "3" from PIIX base class name
Bernhard Beschow
1
-28
/
+28
2023-10-22
hw/isa/piix3: Create power management controller in host device
Bernhard Beschow
2
-0
/
+16
2023-10-22
hw/isa/piix3: Create USB controller in host device
Bernhard Beschow
2
-0
/
+17
2023-10-22
hw/isa/piix3: Create IDE controller in host device
Bernhard Beschow
2
-0
/
+10
2023-10-22
hw/i386/pc: Wire RTC ISA IRQs in south bridges
Bernhard Beschow
2
-0
/
+6
2023-10-22
hw/isa/piix3: Wire PIC IRQs to ISA bus in host device
Bernhard Beschow
1
-0
/
+2
2023-10-22
hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize()
Bernhard Beschow
1
-3
/
+3
2023-10-22
hw/isa/piix3: Rename "pic" attribute to "isa_irqs_in"
Bernhard Beschow
1
-2
/
+3
2023-10-22
hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property
Bernhard Beschow
1
-0
/
+2
2023-10-22
hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
Bernhard Beschow
1
-4
/
+4
2023-10-19
hw/isa: Realize ISA bridge device before accessing it
Philippe Mathieu-Daudé
1
-2
/
+9
2023-10-19
hw/audio/pcspk: Inline pcspk_init()
Philippe Mathieu-Daudé
1
-1
/
+4
2023-10-04
hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual method
Bernhard Beschow
1
-1
/
+0
2023-10-04
hw/isa/ich9: Add comment on imperfect emulation of PIC vs. I/O APIC routing
David Woodhouse
1
-0
/
+15
2023-07-11
hw/isa/vt82c686: Remove via_isa_set_irq()
Bernhard Beschow
1
-6
/
+0
2023-07-11
hw/ide/via: Wire up IDE legacy interrupts in host device
Bernhard Beschow
1
-0
/
+5
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-9
/
+9
2023-06-13
hw/char/parallel-isa: Export struct ISAParallelState
Bernhard Beschow
1
-0
/
+1
2023-06-07
hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICE
Bernhard Beschow
1
-15
/
+0
2023-06-07
hw/isa/piix3: Resolve redundant k->config_write assignments
Bernhard Beschow
1
-2
/
+1
2023-06-07
hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config()
Bernhard Beschow
1
-21
/
+1
2023-06-07
hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3
Bernhard Beschow
1
-23
/
+1
2023-06-07
hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize()
Bernhard Beschow
1
-1
/
+1
2023-06-07
include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()
Bernhard Beschow
1
-2
/
+2
2023-06-05
hw/isa/i82378: Remove unused "io" attribute
Bernhard Beschow
1
-1
/
+0
2023-05-22
hw/char/parallel: Move TYPE_ISA_PARALLEL to the header file
Thomas Huth
1
-1
/
+2
2023-05-19
hw/i386/pc: Create RTC controllers in south bridges
Bernhard Beschow
3
-0
/
+25
2023-03-10
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
1
-0
/
+1
2023-03-08
hw/audio/via-ac97: Basic implementation of audio playback
BALATON Zoltan
2
-1
/
+2
2023-03-08
hw/isa/vt82c686: Implement PCI IRQ routing
BALATON Zoltan
1
-0
/
+42
2023-03-08
Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
BALATON Zoltan
1
-1
/
+9
2023-03-08
Revert "hw/isa/i82378: Remove intermediate IRQ forwarder"
Philippe Mathieu-Daudé
1
-1
/
+9
2023-03-07
pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callback
Igor Mammedov
1
-0
/
+1
2023-02-27
hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState
Philippe Mathieu-Daudé
2
-2
/
+2
2023-02-27
hw/isa: Factor isa_bus_get_irq() out of isa_get_irq()
Philippe Mathieu-Daudé
1
-4
/
+10
[next]