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_q35.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbios: add smbios 3.0 support
Wei Huang
2015-09-07
1
-1
/
+2
*
smbios: move smbios code into a common folder
Wei Huang
2015-08-13
1
-1
/
+1
*
pc: Remove redundant arguments from pc_memory_init()
Eduardo Habkost
2015-08-13
1
-1
/
+0
*
pc: Remove redundant arguments from pc_cmos_init()
Eduardo Habkost
2015-08-13
1
-4
/
+1
*
pc: Use PCMachineState as pc_guest_info_init() argument
Eduardo Habkost
2015-08-13
1
-2
/
+1
*
pc: Move {above,below}_4g_mem_size variables to PCMachineState
Eduardo Habkost
2015-08-13
1
-11
/
+13
*
pc: Use PCMachineState for pc_memory_init() argument
Eduardo Habkost
2015-08-13
1
-1
/
+1
*
pc: Use PCMachineState for pc_cmos_init() argument
Eduardo Habkost
2015-08-13
1
-2
/
+3
*
pc: Eliminate pc_default_machine_options()
Eduardo Habkost
2015-08-13
1
-1
/
+0
*
pc: Rename pc_machine variables to pcms
Eduardo Habkost
2015-08-13
1
-10
/
+10
*
pc: Use PC_COMPAT_* for CPUID feature compatibility
Eduardo Habkost
2015-08-13
1
-22
/
+0
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-07-08
1
-4
/
+5
|
\
|
*
hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()
Laszlo Ersek
2015-07-08
1
-3
/
+2
|
*
ich9: add TCO interface emulation
Paulo Alcantara
2015-07-07
1
-1
/
+3
*
|
migration: Add configuration section
Juan Quintela
2015-07-07
1
-0
/
+1
*
|
global_state: Make section optional
Juan Quintela
2015-07-07
1
-0
/
+1
|
/
*
pc: add SMM property
Paolo Bonzini
2015-07-06
1
-1
/
+5
*
ich9: add smm_enabled field and arguments
Paolo Bonzini
2015-07-06
1
-1
/
+1
*
q35: Re-enable FDC on pc-q35-2.3 and older
Eduardo Habkost
2015-06-19
1
-0
/
+1
*
Disable section footers on older machine types
Dr. David Alan Gilbert
2015-06-12
1
-0
/
+2
*
hw/i386/pc: Fix misusing qemu_allocate_irqs for single irq
Shannon Zhao
2015-06-03
1
-3
/
+1
*
i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wanted
Laszlo Ersek
2015-05-31
1
-0
/
+1
*
i386/pc_q35: don't insist on board FDC if there's no default floppy
Laszlo Ersek
2015-05-31
1
-2
/
+2
*
i386/pc: pc_basic_device_init(): delegate FDC creation request
Laszlo Ersek
2015-05-31
1
-1
/
+1
*
pc: Generate init functions with a macro
Eduardo Habkost
2015-05-31
1
-64
/
+28
*
pc: Don't use QEMUMachine anymore
Eduardo Habkost
2015-05-31
1
-10
/
+10
*
pc: Move compat_props setting inside *_machine_options() functions
Eduardo Habkost
2015-05-31
1
-9
/
+17
*
pc: Convert *_MACHINE_OPTIONS macros into functions
Eduardo Habkost
2015-05-31
1
-41
/
+61
*
pc: Define machines using a DEFINE_PC_MACHINE macro
Eduardo Habkost
2015-05-31
1
-92
/
+26
*
pc: Define MACHINE_OPTIONS macros consistently for all machines
Eduardo Habkost
2015-05-31
1
-12
/
+22
*
pc: Define PC_COMPAT_2_[123] macros
Eduardo Habkost
2015-05-31
1
-1
/
+9
*
pc: Move commas inside PC_COMPAT_* macros
Eduardo Habkost
2015-05-31
1
-5
/
+5
*
hw: Move commas inside HW_COMPAT_2_1 macro
Eduardo Habkost
2015-05-31
1
-1
/
+1
*
pc: add 2.4 machine types
Jason Wang
2015-04-27
1
-3
/
+23
*
Revert "target-i386: Disable HLE and RTM on Haswell & Broadwell"
Eduardo Habkost
2015-03-19
1
-4
/
+0
*
pc: Disable vmdesc submission for old machines
Alexander Graf
2015-03-16
1
-0
/
+1
*
acpi: has_immutable_rsdp->!rsdp_in_ram
Michael S. Tsirkin
2015-02-26
1
-3
/
+3
*
pc: acpi-build: migrate RSDP table
Igor Mammedov
2015-02-26
1
-0
/
+3
*
target-i386: Disable HLE and RTM on Haswell & Broadwell
Eduardo Habkost
2015-01-26
1
-0
/
+4
*
hw/usb: simplified usb_enabled
Marcel Apfelbaum
2015-01-08
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-12-15
1
-3
/
+41
|
\
|
*
target-i386: add f16c and rdrand to Haswell and Broadwell
Paolo Bonzini
2014-12-15
1
-0
/
+4
|
*
target-i386: add VME to all CPUs
Paolo Bonzini
2014-12-15
1
-0
/
+14
|
*
pc: add 2.3 machine types
Paolo Bonzini
2014-12-15
1
-3
/
+23
*
|
-machine vmport=auto: Fix handling of VMWare ioport emulation for xen
Don Slutz
2014-11-26
1
-1
/
+6
|
/
*
pc: align DIMM's address/size by backend's alignment value
Igor Mammedov
2014-11-23
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...
Peter Maydell
2014-11-04
1
-1
/
+4
|
\
|
*
target-i386: Disable SVM by default in KVM mode
Eduardo Habkost
2014-11-04
1
-0
/
+1
|
*
target-i386: Don't enable nested VMX by default
Eduardo Habkost
2014-11-04
1
-0
/
+2
|
*
target-i386: Rename KVM auto-feature-enable compat function
Eduardo Habkost
2014-11-03
1
-1
/
+1
[next]