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
/
pc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvdimm acpi: build ACPI NFIT table
Xiao Guangrong
2015-12-22
1
-0
/
+19
*
hw/i386: extend pxb query for all PC machines
Marcel Apfelbaum
2015-12-22
1
-1
/
+1
*
pc: Remove enforce-aligned-dimm QOM property
Eduardo Habkost
2015-12-22
1
-11
/
+0
*
pc: Move enforce_aligned_dimm to PCMachineClass
Eduardo Habkost
2015-12-22
1
-5
/
+7
*
pc: Move acpi_data_size global to PCMachineClass
Eduardo Habkost
2015-12-22
1
-11
/
+6
*
pc: Move compat boolean globals to PCMachineClass
Eduardo Habkost
2015-12-22
1
-0
/
+8
*
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
Paolo Bonzini
2015-12-17
1
-2
/
+3
*
error: More error_setg() usage
Eric Blake
2015-11-11
1
-3
/
+3
*
Revert "memhp: extend address auto assignment to support gaps"
Michael S. Tsirkin
2015-10-29
1
-2
/
+1
*
Revert "pc: memhp: force gaps between DIMM's GPA"
Michael S. Tsirkin
2015-10-29
1
-4
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-10-22
1
-9
/
+8
|
\
|
*
i386: keep cpu_model field in MachineState uptodate
Zhu Guihua
2015-10-22
1
-9
/
+8
*
|
Enable fw_cfg DMA interface for x86
Marc MarĂ
2015-10-19
1
-3
/
+5
|
/
*
pc: check for underflow in load_linux
Paolo Bonzini
2015-10-08
1
-0
/
+4
*
cpu/apic: drop icc bus/bridge
Chen Fan
2015-10-02
1
-15
/
+4
*
x86: use new method to correct reset sequence
Zhu Guihua
2015-10-02
1
-0
/
+20
*
apic: move APIC's MMIO region mapping into APIC
Chen Fan
2015-10-02
1
-7
/
+0
*
cpu: Introduce X86CPUTopoInfo structure for argument simplification
Chen Fan
2015-10-02
1
-3
/
+3
*
pc: memhp: force gaps between DIMM's GPA
Igor Mammedov
2015-10-02
1
-2
/
+4
*
memhp: extend address auto assignment to support gaps
Igor Mammedov
2015-10-02
1
-1
/
+2
*
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-09-18
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-12
/
+1
|
\
|
*
i8257: remove cpu_request_exit irq
Paolo Bonzini
2015-09-09
1
-12
/
+1
*
|
pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machines
Igor Mammedov
2015-09-10
1
-2
/
+6
*
|
pc: memhotplug: fix incorrectly set reserved-memory-end
Igor Mammedov
2015-09-10
1
-1
/
+3
|
/
*
smbios: move smbios code into a common folder
Wei Huang
2015-08-13
1
-1
/
+1
*
smbios: remove dependency on x86 e820 tables
Wei Huang
2015-08-13
1
-1
/
+17
*
smbios: extract x86 smbios building code into a function
Wei Huang
2015-08-13
1
-16
/
+22
*
pc: Remove redundant arguments from pc_memory_init()
Eduardo Habkost
2015-08-13
1
-9
/
+9
*
pc: Remove redundant arguments from pc_cmos_init()
Eduardo Habkost
2015-08-13
1
-9
/
+7
*
pc: Remove redundant arguments from *load_linux()
Eduardo Habkost
2015-08-13
1
-16
/
+12
*
pc: Use PCMachineState as pc_guest_info_init() argument
Eduardo Habkost
2015-08-13
1
-4
/
+3
*
pc: Use PCMachineState for pc_memory_init() argument
Eduardo Habkost
2015-08-13
1
-2
/
+2
*
pc: Use PCMachineState for pc_cmos_init() argument
Eduardo Habkost
2015-08-13
1
-5
/
+5
*
pc: Eliminate pc_default_machine_options()
Eduardo Habkost
2015-08-13
1
-0
/
+2
*
pc: Eliminate pc_common_machine_options()
Eduardo Habkost
2015-08-13
1
-0
/
+1
*
pc: Rename pc_machine variables to pcms
Eduardo Habkost
2015-08-13
1
-2
/
+2
*
pc: Use error_abort when registering properties
Eduardo Habkost
2015-08-13
1
-8
/
+8
*
hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()
Laszlo Ersek
2015-07-08
1
-3
/
+4
*
hw/i386/pc: reflect any FDC @ ioport 0x3f0 in the CMOS
Laszlo Ersek
2015-07-08
1
-2
/
+55
*
hw/i386/pc: factor out pc_cmos_init_floppy()
Laszlo Ersek
2015-07-08
1
-29
/
+38
*
pc: add SMM property
Paolo Bonzini
2015-07-06
1
-0
/
+51
*
pc: Abort if HotplugHandlerClass::plug() fails
Bharata B Rao
2015-07-03
1
-1
/
+1
*
pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routine
Bharata B Rao
2015-07-03
1
-63
/
+3
*
pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structure
Bharata B Rao
2015-07-03
1
-13
/
+13
*
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
target-i386: use memory API to implement SMRAM
Paolo Bonzini
2015-06-05
1
-21
/
+0
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-06-04
1
-0
/
+20
|
\
|
*
hw/pci: inform bios if the system has extra pci root buses
Marcel Apfelbaum
2015-06-03
1
-0
/
+20
[next]