index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/i386/pc: Extract the port92 device
Philippe Mathieu-Daudé
2019-12-17
1
-0
/
+3
*
x86: move more x86-generic functions out of PC files
Paolo Bonzini
2019-12-17
2
-20
/
+18
*
x86: move SMM property to X86MachineState
Paolo Bonzini
2019-12-17
2
-3
/
+5
*
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-12-17
1
-8
/
+0
*
hw: add compat machines for 5.0
Cornelia Huck
2019-12-14
1
-0
/
+3
*
hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
Liam Merwick
2019-11-19
2
-2
/
+2
*
hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
Philippe Mathieu-Daudé
2019-11-05
1
-22
/
+0
*
hw/pci-host/piix: Move RCR_IOPORT register definition
Philippe Mathieu-Daudé
2019-11-05
1
-6
/
+0
*
hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
Philippe Mathieu-Daudé
2019-11-05
1
-2
/
+0
*
piix4: Add a MC146818 RTC Controller as specified in datasheet
Philippe Mathieu-Daudé
2019-11-05
1
-6
/
+0
*
piix4: Add an i8259 Interrupt Controller as specified in datasheet
Hervé Poussineau
2019-11-05
1
-1
/
+0
*
target/i386: move FERR handling to target/i386
Paolo Bonzini
2019-10-26
1
-1
/
+0
*
hw/i386/pc: Extract pc_i8259_create()
Philippe Mathieu-Daudé
2019-10-24
1
-0
/
+1
*
hw/i386/pc: Extract pc_gsi_create()
Philippe Mathieu-Daudé
2019-10-24
1
-0
/
+2
*
hw/i386: Introduce the microvm machine type
Sergio Lopez
2019-10-22
1
-0
/
+71
*
hw/i386: make x86.c independent from PCMachineState
Sergio Lopez
2019-10-22
1
-4
/
+9
*
hw/i386: split PCMachineState deriving X86MachineState from it
Paolo Bonzini
2019-10-22
2
-25
/
+60
*
hw/i386/pc: move shared x86 functions to x86.c and export them
Sergio Lopez
2019-10-22
2
-1
/
+35
*
hw/i386/pc: rename functions shared with non-PC machines
Sergio Lopez
2019-10-22
1
-1
/
+1
*
hw/acpi: Make ACPI IO address space configurable
Shameer Kolothum
2019-10-05
1
-0
/
+3
*
pc: Add an SMB0 ACPI device to q35
Corey Minyard
2019-09-20
1
-0
/
+2
*
hw/i386/pc: Extract e820 memory layout code
Philippe Mathieu-Daudé
2019-09-16
1
-11
/
+0
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...
Peter Maydell
2019-08-21
1
-0
/
+3
|
\
|
*
hw: add compat machines for 4.2
Cornelia Huck
2019-08-21
1
-0
/
+3
*
|
hw/i386/pc: Map into memory the initrd
Stefano Garzarella
2019-08-20
1
-0
/
+1
|
/
*
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
2
-2
/
+0
*
include: Make headers more self-contained
Markus Armbruster
2019-08-16
2
-0
/
+2
*
i386: Make unversioned CPU models be aliases
Eduardo Habkost
2019-07-05
1
-0
/
+3
*
machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()
Like Xu
2019-07-05
1
-0
/
+1
*
i386: Update new x86_apicid parsing rules with die_offset support
Like Xu
2019-07-05
1
-22
/
+54
*
i386/cpu: Consolidate die-id validity in smp context
Like Xu
2019-07-05
1
-0
/
+2
*
i386: Add die-level cpu topology to x86CPU on PCMachine
Like Xu
2019-07-05
1
-0
/
+2
*
machine: Refactor smp-related call chains to pass MachineState
Like Xu
2019-07-05
1
-1
/
+1
*
pc: Move compat_apic_id_mode variable to PCMachineClass
Eduardo Habkost
2019-07-04
1
-0
/
+3
*
hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1
Greg Kurz
2019-06-21
1
-3
/
+0
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+1
*
q35: Revert to kernel irqchip
Alex Williamson
2019-06-03
1
-0
/
+3
*
ioapic: allow buggy guests mishandling level-triggered interrupts to make pro...
Vitaly Kuznetsov
2019-05-17
1
-0
/
+3
*
hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularity
Philippe Mathieu-Daudé
2019-05-17
1
-2
/
+0
*
Clean up header guards that don't match their file name
Markus Armbruster
2019-05-13
1
-2
/
+2
*
hw: add compat machines for 4.1
Cornelia Huck
2019-04-25
1
-0
/
+3
*
intel_iommu: Drop extended root field
Peter Xu
2019-04-02
1
-1
/
+0
*
intel-iommu: optimize nodmar memory regions
Peter Xu
2019-03-20
1
-2
/
+5
*
intel_iommu: add scalable-mode option to make scalable mode work
Yi Sun
2019-03-13
1
-1
/
+2
*
intel_iommu: add 256 bits qi_desc support
Liu, Yi L
2019-03-13
1
-0
/
+1
*
intel_iommu: scalable mode emulation
Liu, Yi L
2019-03-13
1
-2
/
+22
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2019-03-12
1
-4
/
+0
|
\
[next]