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
/
hw
/
i386
/
x86.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/pvh: extract only 4 bytes of start address for 32 bit kernels
David Edmondson
2021-03-06
1
-2
/
+4
*
i386: move kvm accel files into kvm/
Claudio Fontana
2020-12-16
1
-1
/
+1
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
i386: remove bios_name
Paolo Bonzini
2020-12-10
1
-6
/
+4
*
WHPX: support for the kernel-irqchip on/off
Sunil Muthuswamy
2020-12-10
1
-2
/
+4
*
x86: add support for second ioapic
Gerd Hoffmann
2020-12-10
1
-0
/
+21
*
x86: rewrite gsi_handler()
Gerd Hoffmann
2020-12-10
1
-4
/
+10
*
x86: make pci irqs runtime configurable
Gerd Hoffmann
2020-10-21
1
-0
/
+1
*
cpus: prepare new CpusAccel cpu accelerator interface
Claudio Fontana
2020-10-05
1
-1
/
+1
*
cpu-timers, icount: new modules
Claudio Fontana
2020-10-05
1
-0
/
+1
*
x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in use
Igor Mammedov
2020-09-29
1
-0
/
+11
*
x86: move cpu hotplug from pc to x86
Gerd Hoffmann
2020-09-17
1
-0
/
+271
*
x86: constify x86_machine_is_*_enabled
Gerd Hoffmann
2020-09-17
1
-2
/
+2
*
Revert "hw/i386: Update structures to save the number of nodes per package"
Babu Moger
2020-09-02
1
-1
/
+0
*
Revert "hw/i386: Introduce apicid functions inside X86MachineState"
Babu Moger
2020-09-02
1
-5
/
+0
*
Revert "hw/i386: Move arch_id decode inside x86_cpus_init"
Babu Moger
2020-09-02
1
-30
/
+7
*
meson: infrastructure for building emulators
Paolo Bonzini
2020-08-21
1
-1
/
+1
*
error: Eliminate error_propagate() manually
Markus Armbruster
2020-07-10
1
-4
/
+2
*
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-1
/
+1
*
x86: Fix x86_cpu_new() error handling
Markus Armbruster
2020-07-02
1
-3
/
+5
*
x86: move max-ram-below-4g to pc
Gerd Hoffmann
2020-06-17
1
-46
/
+0
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-3
/
+3
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-4
/
+4
*
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
2020-05-15
1
-3
/
+3
*
hw/i386: Move arch_id decode inside x86_cpus_init
Babu Moger
2020-04-01
1
-7
/
+30
*
hw/i386: Introduce apicid functions inside X86MachineState
Babu Moger
2020-04-01
1
-0
/
+5
*
acpi: add acpi=OnOffAuto machine property to x86 and arm virt
Gerd Hoffmann
2020-03-29
1
-0
/
+32
*
hw/i386: Update structures to save the number of nodes per package
Babu Moger
2020-03-18
1
-0
/
+1
*
hw/i386: Remove unnecessary initialization in x86_cpu_new
Babu Moger
2020-03-18
1
-4
/
+0
*
hw/i386: Introduce X86CPUTopoInfo to contain topology info
Babu Moger
2020-03-18
1
-8
/
+24
*
hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs
Babu Moger
2020-03-18
1
-9
/
+9
*
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2020-03-16
1
-1
/
+1
*
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-29
1
-1
/
+1
*
hw/i386/pc: fix regression in parsing vga cmdline parameter
Peter Wu
2020-01-07
1
-4
/
+4
*
hw/i386: Simplify ioapic_init_gsi()
Philippe Mathieu-Daudé
2019-12-17
1
-4
/
+3
*
hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
Philippe Mathieu-Daudé
2019-12-17
1
-0
/
+1
*
x86: move more x86-generic functions out of PC files
Paolo Bonzini
2019-12-17
1
-0
/
+103
*
x86: move SMM property to X86MachineState
Paolo Bonzini
2019-12-17
1
-1
/
+49
*
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-12-17
1
-0
/
+1
*
hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
Liam Merwick
2019-11-19
1
-0
/
+1
*
hw/i386: make x86.c independent from PCMachineState
Sergio Lopez
2019-10-22
1
-29
/
+24
*
hw/i386: split PCMachineState deriving X86MachineState from it
Paolo Bonzini
2019-10-22
1
-15
/
+125
*
hw/i386/pc: move shared x86 functions to x86.c and export them
Sergio Lopez
2019-10-22
1
-0
/
+690