index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-23
.gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction
Peter Maydell
1
-44
/
+41
2024-02-23
.gitlab-ci.d: Drop cross-win32-system job
Peter Maydell
4
-135
/
+0
2024-02-23
docs: Document that 32-bit Windows is unsupported
Peter Maydell
2
-0
/
+17
2024-02-23
meson: Enable -Wvla
Peter Maydell
1
-0
/
+1
2024-02-23
target/ppc/kvm: Replace variable length array in kvmppc_read_hptes()
Thomas Huth
1
-2
/
+2
2024-02-23
target/ppc/kvm: Replace variable length array in kvmppc_save_htab()
Thomas Huth
1
-1
/
+1
2024-02-23
tests: skip dbus-display tests that need a console
Marc-André Lureau
1
-2
/
+14
2024-02-23
tests/qtest: Fix boot-serial-test when using --without-default-devices
Thomas Huth
1
-1
/
+1
2024-02-23
tests/cdrom-test: Add cdrom test for LoongArch virt machine
Bibo Mao
1
-0
/
+5
2024-02-23
target/m68k: Fix exception frame format for 68010
Daniel Palmer
3
-3
/
+7
2024-02-22
gitlab: force allow use of pip in Cirrus jobs
Daniel P. Berrangé
1
-1
/
+1
2024-02-22
.gitlab-ci.d/windows.yml: Drop msys2-32bit job
Peter Maydell
1
-9
/
+0
2024-02-22
hw/sparc/leon3: Fix wrong usage of DO_UPCAST macro
Thomas Huth
1
-1
/
+1
2024-02-22
hw/ide: Stop exposing internal.h to non-IDE files
Thomas Huth
7
-2
/
+7
2024-02-22
hw/ide: Remove the include/hw/ide.h legacy file
Thomas Huth
4
-12
/
+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
3
-143
/
+144
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: Split qdev.c into ide-bus.c and ide-dev.c
Thomas Huth
5
-99
/
+134
2024-02-22
hw/ide: Add the possibility to disable the CompactFlash device in the build
Thomas Huth
5
-49
/
+106
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/isa/meson.build: Sort alphabetically
Bernhard Beschow
1
-1
/
+1
2024-02-22
hw/i386/pc_q35: Populate interrupt handlers before realizing LPC PCI function
Bernhard Beschow
1
-1
/
+1
2024-02-22
hw/i386/pc_sysfw: Use qdev_is_realized() instead of QOM API
Philippe Mathieu-Daudé
1
-4
/
+2
2024-02-22
hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it
Bernhard Beschow
1
-13
/
+2
2024-02-22
hw/i386/pc: Confine system flash handling to pc_sysfw
Bernhard Beschow
4
-6
/
+4
2024-02-22
hw/i386/pc: Defer smbios_set_defaults() to machine_done
Bernhard Beschow
6
-23
/
+14
2024-02-22
hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()
Bernhard Beschow
4
-12
/
+3
2024-02-22
hw/i386/x86: Turn apic_xrupt_override into class attribute
Bernhard Beschow
3
-5
/
+6
2024-02-22
hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()
Peter Maydell
1
-23
/
+16
2024-02-22
hw/i386/pc: Store pointers to IDE buses in PCMachineState
Peter Maydell
4
-18
/
+12
2024-02-22
hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machines
Bernhard Beschow
1
-5
/
+3
2024-02-22
hw/i2c/smbus_slave: Add object path on error prints
Joe Komlodi
1
-2
/
+6
2024-02-22
hw/tricore/testboard: Use qdev_new() instead of QOM basic API
Philippe Mathieu-Daudé
2
-6
/
+1
2024-02-22
hw/ppc/pnv_bmc: Use qdev_new() instead of QOM API
Philippe Mathieu-Daudé
1
-5
/
+5
2024-02-22
hw/ppc/spapr_cpu: Use qdev_is_realized() instead of QOM API
Philippe Mathieu-Daudé
1
-2
/
+1
2024-02-22
hw/ppc/ppc440_pcix: Move ppc440_pcix.c to hw/pci-host/
Philippe Mathieu-Daudé
8
-10
/
+16
2024-02-22
hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/
Philippe Mathieu-Daudé
9
-7
/
+12
2024-02-22
hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.h
Philippe Mathieu-Daudé
8
-7
/
+23
2024-02-22
hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" header
Philippe Mathieu-Daudé
2
-2
/
+0
2024-02-22
hw/sysbus: Inline and remove sysbus_add_io()
Philippe Mathieu-Daudé
5
-12
/
+8
2024-02-22
hw/input/pckbd: Open-code i8042_setup_a20_line() wrapper
Philippe Mathieu-Daudé
3
-7
/
+2
2024-02-22
system/vl: Update description for input grab key
Tianlan Zhou
1
-1
/
+1
2024-02-22
docs/system: Update description for input grab key
Tianlan Zhou
1
-1
/
+1
2024-02-21
hw/hppa/Kconfig: Fix building with "configure --without-default-devices"
Thomas Huth
1
-0
/
+2
2024-02-21
target/sparc: correct typos
Manos Pitsidianakis
1
-4
/
+4
2024-02-21
s390x: correct typos
Manos Pitsidianakis
1
-1
/
+1
2024-02-21
m68k: correct typos
Manos Pitsidianakis
1
-3
/
+4
[next]