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
/
hw
/
i386
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hw/i386/pc_{piix, q35}: Eliminate local pci_bus/pci_host variables
Bernhard Beschow
2024-02-27
2
-17
/
+13
*
hw/i386/pc: Rename "bus" attribute to "pcibus"
Bernhard Beschow
2024-02-27
8
-13
/
+13
*
hw/i386/q35: Include missing 'hw/acpi/acpi.h' header
Philippe Mathieu-Daudé
2024-02-27
1
-0
/
+1
*
hw/i386/sgx: Use QDev API
Philippe Mathieu-Daudé
2024-02-27
1
-8
/
+6
*
hw/i386/x86: Let ioapic_init_gsi() take parent as pointer
Bernhard Beschow
2024-02-27
4
-10
/
+8
*
hw/acpi: move object_resolve_type_unambiguous to core QOM
Paolo Bonzini
2024-02-27
1
-15
/
+5
*
hw/i386/kvmvapic: Inline sysbus_address_space()
Philippe Mathieu-Daudé
2024-02-26
1
-6
/
+5
*
Merge tag 'hw-misc-20240222' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-02-22
8
-100
/
+57
|
\
|
*
hw/ide: Stop exposing internal.h to non-IDE files
Thomas Huth
2024-02-22
1
-1
/
+1
|
*
hw/i386/pc_q35: Populate interrupt handlers before realizing LPC PCI function
Bernhard Beschow
2024-02-22
1
-1
/
+1
|
*
hw/i386/pc_sysfw: Use qdev_is_realized() instead of QOM API
Philippe Mathieu-Daudé
2024-02-22
1
-4
/
+2
|
*
hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it
Bernhard Beschow
2024-02-22
1
-13
/
+2
|
*
hw/i386/pc: Confine system flash handling to pc_sysfw
Bernhard Beschow
2024-02-22
3
-4
/
+4
|
*
hw/i386/pc: Defer smbios_set_defaults() to machine_done
Bernhard Beschow
2024-02-22
5
-22
/
+14
|
*
hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn()
Bernhard Beschow
2024-02-22
3
-10
/
+3
|
*
hw/i386/x86: Turn apic_xrupt_override into class attribute
Bernhard Beschow
2024-02-22
2
-4
/
+4
|
*
hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()
Peter Maydell
2024-02-22
1
-23
/
+16
|
*
hw/i386/pc: Store pointers to IDE buses in PCMachineState
Peter Maydell
2024-02-22
3
-17
/
+9
|
*
hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machines
Bernhard Beschow
2024-02-22
1
-5
/
+3
|
*
hw/sysbus: Inline and remove sysbus_add_io()
Philippe Mathieu-Daudé
2024-02-22
1
-1
/
+2
|
*
hw/input/pckbd: Open-code i8042_setup_a20_line() wrapper
Philippe Mathieu-Daudé
2024-02-22
1
-1
/
+2
*
|
hw/i386/port92: Add missing 'hw/isa/isa.h' header
Philippe Mathieu-Daudé
2024-02-20
1
-0
/
+1
*
|
hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'
Philippe Mathieu-Daudé
2024-02-20
2
-1
/
+3
*
|
hw/i386/kvm/ioapic: Replace magic '24' value by proper definition
Philippe Mathieu-Daudé
2024-02-20
1
-1
/
+1
|
/
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-02-20
1
-5
/
+0
|
\
|
*
i386/pc: Drop pc_machine_kvm_type()
Xiaoyao Li
2024-02-16
1
-5
/
+0
*
|
hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()
Philippe Mathieu-Daudé
2024-02-15
1
-1
/
+1
*
|
hw/ide/ahci: Inline ahci_get_num_ports()
Philippe Mathieu-Daudé
2024-02-15
1
-2
/
+4
*
|
hw/ide/ahci: Rename AHCI PCI function as 'pdev'
Philippe Mathieu-Daudé
2024-02-15
1
-7
/
+8
*
|
hw/ide/ahci: Expose AHCIPCIState structure
Philippe Mathieu-Daudé
2024-02-15
1
-1
/
+1
*
|
hw/i386/q35: Use DEVICE() cast macro with PCIDevice object
Philippe Mathieu-Daudé
2024-02-15
1
-2
/
+2
*
|
hw/i386/q35: Simplify pc_q35_init() since PCI is always enabled
Philippe Mathieu-Daudé
2024-02-15
1
-22
/
+10
*
|
hw/dma: Pass parent object to i8257_dma_init()
Philippe Mathieu-Daudé
2024-02-15
1
-1
/
+1
*
|
hw/i386/q35: Realize LPC PCI function before accessing it
Philippe Mathieu-Daudé
2024-02-15
1
-3
/
+3
|
/
*
hw/i386: Fix _STA return value for ACPI0017
Jonathan Cameron
2024-02-14
1
-1
/
+1
*
hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabled
Bernhard Beschow
2024-02-14
1
-2
/
+2
*
hw/i386/x86: Reverse if statement
Bernhard Beschow
2024-02-14
1
-3
/
+3
*
amd_iommu: report x2APIC support to the operating system
Bui Quang Minh
2024-02-14
5
-46
/
+133
*
intel_iommu: allow Extended Interrupt Mode when using userspace APIC
Bui Quang Minh
2024-02-14
1
-5
/
+1
*
apic, i386/tcg: add x2apic transitions
Bui Quang Minh
2024-02-14
2
-2
/
+4
*
apic: add support for x2APIC mode
Bui Quang Minh
2024-02-14
1
-1
/
+5
*
hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
David Woodhouse
2024-02-02
3
-13
/
+4
*
hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
David Woodhouse
2024-02-02
1
-12
/
+19
*
hw/i386: Add `\n` to hint message
Greg Kurz
2024-01-30
1
-2
/
+2
*
Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-01-20
1
-2
/
+2
|
\
|
*
qemu-options: Remove the deprecated -no-acpi option
Thomas Huth
2024-01-19
1
-2
/
+2
*
|
hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independent
Bernhard Beschow
2024-01-19
1
-6
/
+3
|
/
*
hw/i386/acpi-microvm.c: Use common function to add virtio in DSDT
Sunil V L
2024-01-10
1
-13
/
+2
*
qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
Stefan Hajnoczi
2024-01-08
2
-8
/
+8
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
4
-13
/
+13
[prev]
[next]