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
2024-04-15
hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
BALATON Zoltan
1
-1
/
+2
2024-02-22
Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into staging
Peter Maydell
1
-1
/
+1
2024-02-22
hw/isa/meson.build: Sort alphabetically
Bernhard Beschow
1
-1
/
+1
2024-02-20
hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h'
Philippe Mathieu-Daudé
1
-1
/
+0
2024-02-20
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2
-19
/
+3
2024-02-16
smc37c669: remove useless is_enabled functions
Paolo Bonzini
1
-18
/
+0
2024-02-16
isa-superio: validate floppy.count value
Paolo Bonzini
1
-1
/
+3
2024-02-15
hw/dma: Pass parent object to i8257_dma_init()
Philippe Mathieu-Daudé
3
-3
/
+3
2024-02-15
hw/isa: extract FDC37M81X to a separate file
Paolo Bonzini
4
-18
/
+37
2024-02-15
hw/isa: specify instance_size in isa_superio_type_info
Paolo Bonzini
2
-2
/
+1
2024-02-15
hw/isa: fix ISA_SUPERIO dependencies
Paolo Bonzini
1
-1
/
+2
2024-02-15
hw/isa: clean up Kconfig selections for ISA_SUPERIO
Paolo Bonzini
1
-9
/
+4
2024-02-14
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
1
-10
/
+55
2024-02-14
hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
Bernhard Beschow
1
-10
/
+55
2024-02-13
hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
1
-2
/
+2
2024-02-13
hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()
Zhao Liu
1
-2
/
+2
2023-12-29
hw/isa: Constify VMState
Richard Henderson
6
-13
/
+13
2023-11-28
hw/audio/via-ac97: Route interrupts using via_isa_set_irq()
BALATON Zoltan
1
-0
/
+1
2023-11-28
hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq()
BALATON Zoltan
1
-41
/
+24
2023-11-28
hw/isa/vt82c686: Bring back via_isa_set_irq()
BALATON Zoltan
1
-0
/
+41
2023-11-07
hw/isa/i82378: Propagate error if PC_SPEAKER device creation failed
Philippe Mathieu-Daudé
1
-1
/
+3
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
[next]