index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
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
*
Sort the fw_cfg file list
Gerd Hoffmann
2019-11-29
1
-0
/
+4
*
machine: introduce MachineClass.possible_cpu_arch_ids() hook
Igor Mammedov
2019-11-29
1
-4
/
+40
*
pc: init pcms->apic_id_limit once and use it throughout pc.c
Igor Mammedov
2019-11-29
1
-26
/
+19
*
nvdimm acpi: initialize the resource used by NVDIMM ACPI
Xiao Guangrong
2019-11-29
1
-3
/
+3
*
i386: expose floppy drive CMOS type
Roman Kagan
2019-11-29
1
-1
/
+1
*
pc: fw_cfg: move ioport base constant to pc.h
Gabriel L. Somlo
2019-11-29
1
-3
/
+2
*
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2019-11-29
1
-14
/
+15
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2019-11-29
1
-7
/
+7
*
pc: Eliminate PcGuestInfo struct
Eduardo Habkost
2019-11-29
1
-3
/
+1
*
pc: Move APIC and NUMA data from PcGuestInfo to PCMachineState
Eduardo Habkost
2019-11-29
1
-10
/
+10
*
pc: Move PcGuestInfo.fw_cfg to PCMachineState
Eduardo Habkost
2019-11-29
1
-6
/
+4
*
pc: Remove PcGuestInfo.isapc_ram_fw field
Eduardo Habkost
2019-11-29
1
-1
/
+1
*
pc: Remove RAM size fields from PcGuestInfo
Eduardo Habkost
2019-11-29
1
-2
/
+0
*
pc: Remove compat fields from PcGuestInfo
Eduardo Habkost
2019-11-29
1
-4
/
+4
*
pc: Simplify xen_load_linux() signature
Eduardo Habkost
2019-11-29
1
-3
/
+2
*
pc: Simplify pc_memory_init() signature
Eduardo Habkost
2019-11-29
1
-6
/
+5
*
pc: Eliminate struct PcGuestInfoState
Eduardo Habkost
2019-11-29
1
-17
/
+10
*
i8257: pass ISA bus to DMA_init() function
Hervé Poussineau
2019-11-29
1
-1
/
+1
*
x86: Clean up includes
Peter Maydell
2019-11-29
1
-0
/
+1
*
fdc: add drive type qapi enum
John Snow
2019-11-29
1
-8
/
+9
*
fpu: Replace uint32 typedef with uint32_t
Peter Maydell
2019-11-29
1
-1
/
+1
*
target-i386: Add support to migrate vcpu's TSC rate
Haozhong Zhang
2019-11-29
1
-0
/
+1
*
error: Clean up errors with embedded newlines (again)
Markus Armbruster
2019-11-29
1
-2
/
+2
*
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
2019-11-29
1
-3
/
+2
*
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
2019-11-29
1
-12
/
+2
*
i386/pc: expose identifying the floppy controller
Roman Kagan
2019-11-29
1
-18
/
+26
*
nvdimm acpi: build ACPI NFIT table
Xiao Guangrong
2019-11-29
1
-0
/
+19
*
hw/i386: extend pxb query for all PC machines
Marcel Apfelbaum
2019-11-29
1
-1
/
+1
*
pc: Remove enforce-aligned-dimm QOM property
Eduardo Habkost
2019-11-29
1
-11
/
+0
*
pc: Move enforce_aligned_dimm to PCMachineClass
Eduardo Habkost
2019-11-29
1
-5
/
+7
*
pc: Move acpi_data_size global to PCMachineClass
Eduardo Habkost
2019-11-29
1
-11
/
+6
*
pc: Move compat boolean globals to PCMachineClass
Eduardo Habkost
2019-11-29
1
-0
/
+8
*
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
Paolo Bonzini
2019-11-29
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
[next]