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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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_piix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-08
pc_init1: pass parameters just with types
Tiejun Chen
1
-6
/
+8
2015-09-08
i440fx: make types configurable at run-time
Michael S. Tsirkin
1
-1
/
+3
2015-09-07
smbios: add smbios 3.0 support
Wei Huang
1
-1
/
+2
2015-08-13
smbios: move smbios code into a common folder
Wei Huang
1
-1
/
+1
2015-08-13
pc: Remove redundant arguments from pc_memory_init()
Eduardo Habkost
1
-1
/
+0
2015-08-13
pc: Remove redundant arguments from pc_cmos_init()
Eduardo Habkost
1
-4
/
+1
2015-08-13
pc: Remove redundant arguments from *load_linux()
Eduardo Habkost
1
-5
/
+1
2015-08-13
pc: Use PCMachineState as pc_guest_info_init() argument
Eduardo Habkost
1
-2
/
+1
2015-08-13
pc: Move {above,below}_4g_mem_size variables to PCMachineState
Eduardo Habkost
1
-12
/
+14
2015-08-13
pc: Use PCMachineState for pc_memory_init() argument
Eduardo Habkost
1
-1
/
+1
2015-08-13
pc: Use PCMachineState for pc_cmos_init() argument
Eduardo Habkost
1
-2
/
+3
2015-08-13
pc: Eliminate pc_default_machine_options()
Eduardo Habkost
1
-1
/
+0
2015-08-13
pc: Eliminate pc_common_machine_options()
Eduardo Habkost
1
-2
/
+0
2015-08-13
pc: Rename pc_machine variables to pcms
Eduardo Habkost
1
-10
/
+10
2015-08-13
pc: Use PC_COMPAT_* for CPUID feature compatibility
Eduardo Habkost
1
-22
/
+0
2015-07-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+1
2015-07-13
pc: fix reuse of pc-i440fx-2.4 in pc-i440fx-2.3
Eduardo Habkost
1
-1
/
+1
2015-07-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-3
/
+2
2015-07-08
hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()
Laszlo Ersek
1
-3
/
+2
2015-07-07
migration: Add configuration section
Juan Quintela
1
-0
/
+1
2015-07-07
global_state: Make section optional
Juan Quintela
1
-0
/
+1
2015-07-06
pc: add SMM property
Paolo Bonzini
1
-1
/
+6
2015-07-06
pc_piix: rename kvm_enabled to smm_enabled
Paolo Bonzini
1
-1
/
+1
2015-06-12
Disable section footers on older machine types
Dr. David Alan Gilbert
1
-0
/
+2
2015-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-10
/
+9
2015-06-04
hw/acpi: piix4_pm_init(): take fw_cfg object no more
Laszlo Ersek
1
-10
/
+9
2015-06-03
hw/i386/pc: Fix misusing qemu_allocate_irqs for single irq
Shannon Zhao
1
-3
/
+1
2015-06-03
hw/i386/pc_piix: Fix memory leak
Shannon Zhao
1
-3
/
+4
2015-05-31
i386/pc: pc_basic_device_init(): delegate FDC creation request
Laszlo Ersek
1
-1
/
+1
2015-05-31
pc: Generate init functions with a macro
Eduardo Habkost
1
-106
/
+48
2015-05-31
piix: Eliminate pc_init_pci()
Eduardo Habkost
1
-18
/
+13
2015-05-31
piix: Add kvmclock_enabled, pci_enabled globals
Eduardo Habkost
1
-7
/
+15
2015-05-31
pc: Don't use QEMUMachine anymore
Eduardo Habkost
1
-22
/
+22
2015-05-31
pc: Move compat_props setting inside *_machine_options() functions
Eduardo Habkost
1
-21
/
+39
2015-05-31
pc: Convert *_MACHINE_OPTIONS macros into functions
Eduardo Habkost
1
-91
/
+138
2015-05-31
pc: Define machines using a DEFINE_PC_MACHINE macro
Eduardo Habkost
1
-209
/
+61
2015-05-31
pc: Define MACHINE_OPTIONS macros consistently for all machines
Eduardo Habkost
1
-40
/
+88
2015-05-31
piix: Define PC_COMPAT_0_10
Eduardo Habkost
1
-22
/
+25
2015-05-31
piix: Move pc-0.1[23] rombar compat props to PC_COMPAT_0_13
Eduardo Habkost
1
-18
/
+8
2015-05-31
piix: Move pc-0.13 virtio-9p-pci compat to PC_COMPAT_0_13
Eduardo Habkost
1
-4
/
+4
2015-05-31
piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11
Eduardo Habkost
1
-9
/
+8
2015-05-31
piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14
Eduardo Habkost
1
-9
/
+8
2015-05-31
pc: Define PC_COMPAT_2_[123] macros
Eduardo Habkost
1
-1
/
+9
2015-05-31
pc: Move commas inside PC_COMPAT_* macros
Eduardo Habkost
1
-31
/
+31
2015-05-31
hw: Move commas inside HW_COMPAT_2_1 macro
Eduardo Habkost
1
-1
/
+1
2015-05-31
pc: Replace tab with spaces
Eduardo Habkost
1
-1
/
+1
2015-04-27
pc: add 2.4 machine types
Jason Wang
1
-4
/
+25
2015-03-19
Revert "target-i386: Disable HLE and RTM on Haswell & Broadwell"
Eduardo Habkost
1
-4
/
+0
2015-03-16
pc: Disable vmdesc submission for old machines
Alexander Graf
1
-0
/
+1
2015-02-26
acpi: has_immutable_rsdp->!rsdp_in_ram
Michael S. Tsirkin
1
-3
/
+3
[prev]
[next]