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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-22
Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into staging
Peter Maydell
16
-238
/
+292
2024-02-22
hw/ide: Stop exposing internal.h to non-IDE files
Thomas Huth
1
-1
/
+1
2024-02-22
hw/ide: Remove the include/hw/ide.h legacy file
Thomas Huth
3
-11
/
+3
2024-02-22
hw/ide: Move IDE bus related definitions to a new header ide-bus.h
Thomas Huth
2
-39
/
+43
2024-02-22
hw/ide: Move IDE device related definitions to ide-dev.h
Thomas Huth
2
-143
/
+143
2024-02-22
hw/ide: Move IDE DMA related definitions to a separate header ide-dma.h
Thomas Huth
2
-28
/
+38
2024-02-22
hw/ide: Add the possibility to disable the CompactFlash device in the build
Thomas Huth
1
-0
/
+41
2024-02-22
hw/acpi/ich9_tco: Include missing 'migration/vmstate.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-02-22
hw/acpi/cpu: Use CPUState typedef
Philippe Mathieu-Daudé
1
-1
/
+1
2024-02-22
hw/acpi: Include missing 'qapi/qapi-types-acpi.h' generated header
Philippe Mathieu-Daudé
2
-0
/
+2
2024-02-22
hw/i386/pc: Confine system flash handling to pc_sysfw
Bernhard Beschow
1
-2
/
+0
2024-02-22
hw/i386/pc: Defer smbios_set_defaults() to machine_done
Bernhard Beschow
1
-1
/
+0
2024-02-22
hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()
Bernhard Beschow
1
-2
/
+0
2024-02-22
hw/i386/x86: Turn apic_xrupt_override into class attribute
Bernhard Beschow
1
-1
/
+2
2024-02-22
hw/i386/pc: Store pointers to IDE buses in PCMachineState
Peter Maydell
1
-1
/
+3
2024-02-22
hw/tricore/testboard: Use qdev_new() instead of QOM basic API
Philippe Mathieu-Daudé
1
-3
/
+0
2024-02-22
hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h
Philippe Mathieu-Daudé
2
-5
/
+17
2024-02-22
hw/sysbus: Inline and remove sysbus_add_io()
Philippe Mathieu-Daudé
1
-2
/
+0
2024-02-22
hw/input/pckbd: Open-code i8042_setup_a20_line() wrapper
Philippe Mathieu-Daudé
1
-1
/
+0
2024-02-21
hw/riscv/virt.h: correct typos
Manos Pitsidianakis
1
-2
/
+2
2024-02-21
hw/net/npcm_gmac.h: correct typos
Manos Pitsidianakis
1
-2
/
+2
2024-02-21
hw/cxl/cxl_device.h: correct typos
Manos Pitsidianakis
1
-2
/
+2
2024-02-21
hw/arm/omap.h: correct typos
Manos Pitsidianakis
1
-1
/
+2
2024-02-21
include/exec/memory.h: correct typos
Manos Pitsidianakis
1
-1
/
+1
2024-02-20
hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'
Philippe Mathieu-Daudé
1
-4
/
+0
2024-02-20
hw/timer: Move HPET_INTCAP definition to "hpet.h"
Philippe Mathieu-Daudé
2
-2
/
+2
2024-02-20
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2
-6
/
+24
2024-02-16
usb: inline device creation functions
Paolo Bonzini
1
-3
/
+24
2024-02-16
i386/pc: Drop pc_machine_kvm_type()
Xiaoyao Li
1
-3
/
+0
2024-02-16
Merge tag 'hw-misc-20240215' of https://github.com/philmd/qemu into staging
Peter Maydell
12
-58
/
+135
2024-02-15
hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'
Philippe Mathieu-Daudé
5
-31
/
+39
2024-02-15
hw/ide/ahci: Remove SysbusAHCIState::num_ports field
Philippe Mathieu-Daudé
1
-1
/
+0
2024-02-15
hw/ide/ahci: Convert AHCIState::ports to unsigned
Philippe Mathieu-Daudé
1
-1
/
+1
2024-02-15
hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-02-15
hw/ide/ahci: Inline ahci_get_num_ports()
Philippe Mathieu-Daudé
1
-1
/
+0
2024-02-15
hw/ide/ahci: Expose AHCIPCIState structure
Philippe Mathieu-Daudé
2
-3
/
+22
2024-02-15
hw/intc/grlib_irqmp: implements multicore irq
Clément Chigot
1
-1
/
+1
2024-02-15
hw/sparc/grlib: split out the headers for each peripherals
Clément Chigot
3
-10
/
+70
2024-02-15
hw/dma: Pass parent object to i8257_dma_init()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-02-15
hw/rx/rx62n: Only call qdev_get_gpio_in() when necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2024-02-15
hw/rx/rx62n: Reduce inclusion of 'qemu/units.h'
Philippe Mathieu-Daudé
1
-1
/
+0
2024-02-15
hw/misc/mips_itu: Remove MIPSITUState::saar field
Philippe Mathieu-Daudé
1
-3
/
+0
2024-02-15
hw/misc/mips_itu: Remove MIPSITUState::cpu0 field
Philippe Mathieu-Daudé
1
-1
/
+0
2024-02-15
hw/misc/mips: Reduce itc_reconfigure() scope
Philippe Mathieu-Daudé
1
-2
/
+0
2024-02-15
hw/misc/mps2-scc: Make changes needed for AN536 FPGA image
Peter Maydell
1
-0
/
+1
2024-02-15
hw/arm/smmuv3: add support for stage 1 access fault
Luc Michel
1
-0
/
+1
2024-02-15
hw/arm/virt: Wire up non-secure EL2 virtual timer IRQ
Peter Maydell
1
-0
/
+2
2024-02-14
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
19
-138
/
+234
2024-02-14
Merge tag 'pull-char-2024-02-12-v2' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
1
-1
/
+8
2024-02-14
Merge tag 'pull-tcg-20240213' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
1
-1
/
+1
[next]