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
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-16
tests/qtest: Depend on dbus_display1_dep
Akihiko Odaki
1
-1
/
+1
2024-02-16
meson: Explicitly specify dbus-display1.h dependency
Akihiko Odaki
1
-1
/
+1
2024-02-16
audio: Depend on dbus_display1_dep
Akihiko Odaki
1
-1
/
+2
2024-02-16
ui/console: Fix console resize with placeholder surface
Tianlan Zhou
1
-1
/
+1
2024-02-16
ui/clipboard: add asserts for update and request
Fiona Ebner
1
-0
/
+14
2024-02-16
ui/clipboard: mark type as not available when there is no data
Fiona Ebner
1
-3
/
+9
2024-02-16
ui: reject extended clipboard message if not activated
Daniel P. Berrangé
1
-0
/
+5
2024-02-16
ci: Fix again build-previous-qemu
Paolo Bonzini
1
-1
/
+1
2024-02-16
usb: inline device creation functions
Paolo Bonzini
2
-26
/
+24
2024-02-16
target/i386: Generate an illegal opcode exception on cmp instructions with lo...
Ziqiao Kong
1
-5
/
+6
2024-02-16
i386: xen: fix compilation --without-default-devices
Paolo Bonzini
1
-0
/
+1
2024-02-16
configure: put all symlink creation together
Paolo Bonzini
1
-5
/
+5
2024-02-16
configure: do not create legacy symlinks
Paolo Bonzini
1
-10
/
+0
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-16
mips: remove unnecessary "select PTIMER"
Paolo Bonzini
1
-1
/
+0
2024-02-16
i386/cpuid: Move leaf 7 to correct group
Xiaoyao Li
1
-1
/
+1
2024-02-16
i386/cpuid: Remove subleaf constraint on CPUID leaf 1F
Xiaoyao Li
1
-4
/
+0
2024-02-16
i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
Xiaoyao Li
1
-0
/
+1
2024-02-16
physmem: replace function name with __func__ in ram_block_discard_range()
Xiaoyao Li
1
-21
/
+17
2024-02-16
i386/pc: Drop pc_machine_kvm_type()
Xiaoyao Li
2
-8
/
+0
2024-02-16
target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guest
Xiaoyao Li
1
-1
/
+1
2024-02-16
i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...
Xiaoyao Li
1
-2
/
+2
2024-02-16
i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not available
Xiaoyao Li
1
-0
/
+2
2024-02-16
.gitlab-ci/windows.yml: Don't install libusb or spice packages on 32-bit
Peter Maydell
1
-4
/
+5
2024-02-15
iotests: Make 144 deterministic again
Kevin Wolf
2
-2
/
+12
2024-02-15
hw/ide/ich9: Use AHCIPCIState typedef
Philippe Mathieu-Daudé
1
-3
/
+3
2024-02-15
hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'
Philippe Mathieu-Daudé
9
-34
/
+43
2024-02-15
hw/ide/ahci: Remove SysbusAHCIState::num_ports field
Philippe Mathieu-Daudé
2
-3
/
+1
2024-02-15
hw/ide/ahci: Do not pass 'ports' argument to ahci_realize()
Philippe Mathieu-Daudé
3
-6
/
+8
2024-02-15
hw/ide/ahci: Convert AHCIState::ports to unsigned
Philippe Mathieu-Daudé
2
-3
/
+3
[next]