index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
pc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-26
numa: forbid '-numa node, mem' for 5.1 and newer machine types
Igor Mammedov
1
-1
/
+0
2020-06-25
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-25
/
+0
2020-06-24
floppy: move cmos_get_fd_drive_type() from pc
Gerd Hoffmann
1
-25
/
+0
2020-06-23
fdc: Open-code fdctrl_init_isa()
Markus Armbruster
1
-2
/
+6
2020-06-17
x86: move max-ram-below-4g to pc
Gerd Hoffmann
1
-0
/
+46
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-15
isa: Convert uses of isa_create(), isa_try_create() manually
Markus Armbruster
1
-2
/
+2
2020-06-15
qdev: Convert uses of qdev_create() manually
Markus Armbruster
1
-2
/
+2
2020-06-15
qdev: Convert to qdev_unrealize() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-06-10
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
1
-0
/
+1
2020-06-10
hw/i386/vmport: Introduce vmport.h
Liran Alon
1
-1
/
+1
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-2
/
+2
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-6
/
+6
2020-05-15
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
1
-1
/
+1
2020-05-06
hw: add compat machines for 5.1
Cornelia Huck
1
-0
/
+3
2020-05-04
hw/i386: Add 'vmport.h' local header
Philippe Mathieu-Daudé
1
-0
/
+1
2020-05-04
hw/i386/pc: Create 'vmport' device in place
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-31
i386: Fix pkg_id offset for EPYC cpu models
Babu Moger
1
-0
/
+1
2020-03-31
hw/i386: Move arch_id decode inside x86_cpus_init
Babu Moger
1
-3
/
+3
2020-03-29
acpi: add acpi=OnOffAuto machine property to x86 and arm virt
Gerd Hoffmann
1
-2
/
+2
2020-03-17
hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids
Babu Moger
1
-1
/
+1
2020-03-17
hw/i386: Update structures to save the number of nodes per package
Babu Moger
1
-0
/
+1
2020-03-17
machine: Add SMP Sockets in CpuTopology
Babu Moger
1
-0
/
+1
2020-03-17
hw/i386: Introduce X86CPUTopoInfo to contain topology info
Babu Moger
1
-6
/
+6
2020-03-17
hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs
Babu Moger
1
-21
/
+24
2020-03-09
hw/i386: Include "hw/mem/nvdimm.h"
Philippe Mathieu-Daudé
1
-0
/
+1
2020-02-19
x86/pc: use memdev for RAM
Igor Mammedov
1
-10
/
+9
2020-01-30
add device_legacy_reset function to prepare for reset api change
Damien Hedde
1
-1
/
+1
2020-01-22
q35: implement 128K SMRAM at default SMBASE address
Igor Mammedov
1
-1
/
+3
2020-01-07
vmmouse: replace PROP_PTR with PROP_LINK
Marc-André Lureau
1
-3
/
+3
2020-01-07
sysbus: remove unused sysbus_try_create*
Marc-André Lureau
1
-1
/
+0
2019-12-17
hw/i386/pc: Extract the port92 device
Philippe Mathieu-Daudé
1
-113
/
+0
2019-12-17
hw/i386/pc: Inline port92_init()
Philippe Mathieu-Daudé
1
-8
/
+4
2019-12-17
hw/i386/pc: Use TYPE_PORT92 instead of hardcoded string
Philippe Mathieu-Daudé
1
-1
/
+1
2019-12-17
hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
Philippe Mathieu-Daudé
1
-3
/
+1
2019-12-17
x86: move more x86-generic functions out of PC files
Paolo Bonzini
1
-100
/
+1
2019-12-17
hw/i386/pc: Convert DPRINTF() to trace events
Philippe Mathieu-Daudé
1
-14
/
+5
2019-12-17
x86: move SMM property to X86MachineState
Paolo Bonzini
1
-49
/
+0
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
1
-0
/
+1
2019-12-17
fw_cfg: allow building without other devices
Paolo Bonzini
1
-2
/
+0
2019-12-14
hw: add compat machines for 5.0
Cornelia Huck
1
-0
/
+3
2019-11-19
hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
Liam Merwick
1
-1
/
+0
2019-10-26
i386: implement IGNNE
Paolo Bonzini
1
-1
/
+1
2019-10-26
target/i386: move FERR handling to target/i386
Paolo Bonzini
1
-14
/
+3
2019-10-26
Merge commit 'df84f17' into HEAD
Paolo Bonzini
1
-708
/
+107
2019-10-24
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
1
-1
/
+1
2019-10-24
hw/i386/pc: Extract pc_i8259_create()
Philippe Mathieu-Daudé
1
-0
/
+19
2019-10-24
hw/i386/pc: Extract pc_gsi_create()
Philippe Mathieu-Daudé
1
-0
/
+15
2019-10-22
hw/i386: make x86.c independent from PCMachineState
Sergio Lopez
1
-5
/
+9
2019-10-22
hw/i386: split PCMachineState deriving X86MachineState from it
Paolo Bonzini
1
-119
/
+59
[next]