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_q35.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-18
Fix new typos in comments (found by codespell)
Stefan Weil
1
-1
/
+1
2014-06-29
pc: Move q35 compat props to PC_COMPAT_*
Eduardo Habkost
1
-5
/
+5
2014-06-23
pc & q35: Add new machine opt max-ram-below-4g
Don Slutz
1
-1
/
+21
2014-06-23
xen-hvm: Fix xen_hvm_init() to adjust pc memory layout
Don Slutz
1
-14
/
+15
2014-06-23
q35: Use PC_Q35_COMPAT_1_4 on pc-q35-1.4 compat_props
Eduardo Habkost
1
-1
/
+1
2014-06-19
pc: pass MachineState to pc_memory_init
Paolo Bonzini
1
-3
/
+1
2014-06-19
pc: add acpi-device link to PCMachineState
Igor Mammedov
1
-0
/
+10
2014-06-19
pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS
Igor Mammedov
1
-0
/
+3
2014-06-18
pc: create custom generic PC machine type
Igor Mammedov
1
-6
/
+6
2014-05-28
machine: Conversion of QEMUMachineInitArgs to MachineState
Marcel Apfelbaum
1
-33
/
+34
2014-05-07
pc: add compat_props placeholder for 2.0 machine type
Gabriel L. Somlo
1
-0
/
+4
2014-05-05
SMBIOS: Build aggregate smbios tables and entry point
Gabriel L. Somlo
1
-1
/
+3
2014-05-05
SMBIOS: Rename symbols to better reflect future use
Gabriel L. Somlo
1
-5
/
+5
2014-05-05
pc: add 2.1 machine type
Michael S. Tsirkin
1
-3
/
+23
2014-03-13
target-i386: Enable x2apic by default on KVM
Eduardo Habkost
1
-0
/
+1
2014-03-11
pc: avoid duplicate names for ROM MRs
Michael S. Tsirkin
1
-0
/
+1
2014-03-09
loader: rename in_ram/has_mr
Michael S. Tsirkin
1
-1
/
+1
2014-01-26
q35: document gigabyte_align
Michael S. Tsirkin
1
-0
/
+13
2014-01-26
q35: gigabyte alignment for ram
Gerd Hoffmann
1
-2
/
+5
2013-12-11
hpet: enable to entitle more irq pins for hpet
Liu Ping Fan
1
-4
/
+8
2013-12-10
smbios: Set system manufacturer, product & version by default
Markus Armbruster
1
-0
/
+20
2013-12-10
pc: s/INT64_MAX/UINT64_MAX/
Paolo Bonzini
1
-1
/
+1
2013-12-06
pc: switch 2.0 machine types to large seabios binary
Gerd Hoffmann
1
-1
/
+3
2013-12-02
add pc-{i440fx,q35}-2.0 machine types
Gerd Hoffmann
1
-1
/
+10
2013-11-21
pc: get rid of builtin pvpanic for "-M pc-1.5"
Paolo Bonzini
1
-7
/
+0
2013-11-14
pc: disable pci-info
Igor Mammedov
1
-1
/
+1
2013-10-14
i386: ACPI table generation code from seabios
Michael S. Tsirkin
1
-0
/
+3
2013-09-11
Merge remote-tracking branch 'sstabellini/xen-2013-09-09' into staging
Anthony Liguori
1
-0
/
+5
2013-09-09
pc_q35: Initialize Xen.
Anthony PERARD
1
-0
/
+5
2013-09-06
e1000: add interrupt mitigation support
Vincenzo Maffione
1
-1
/
+14
2013-09-01
pc: reduce duplication, fix PIIX descriptions
Michael S. Tsirkin
1
-11
/
+14
2013-08-28
hw: Clean up bogus default boot order
Markus Armbruster
1
-4
/
+4
2013-08-21
pc: pc_compat_1_4() now can call pc_compat_1_5()
Eduardo Habkost
1
-2
/
+2
2013-08-21
pc: Create pc_compat_*() functions
Eduardo Habkost
1
-7
/
+24
2013-08-21
pc: Don't explode QEMUMachineInitArgs into local variables needlessly
Markus Armbruster
1
-13
/
+9
2013-08-21
loader: store FW CFG ROM files in RAM
Michael S. Tsirkin
1
-0
/
+2
2013-08-21
pc: cleanup 1.4 compat support
Michael S. Tsirkin
1
-2
/
+2
2013-08-13
pvpanic: fix bad merge
Anthony Liguori
1
-1
/
+1
2013-08-12
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
1
-0
/
+1
2013-08-12
hw/misc: don't create pvpanic device by default
Marcel Apfelbaum
1
-3
/
+4
2013-08-12
pc: Remove PCLMULQDQ from Westmere on pc-*-1.4 and older
Eduardo Habkost
1
-0
/
+1
2013-08-12
pc_sysfw: do not make it a device anymore
Paolo Bonzini
1
-0
/
+1
2013-08-12
pc: disable pci-info for 1.6
Michael S. Tsirkin
1
-2
/
+7
2013-07-29
pc: add Q35 to QOM composition tree under /machine
Igor Mammedov
1
-0
/
+1
2013-07-23
q35: Use type-safe cast instead of direct access of parent dev
Hu Tao
1
-1
/
+3
2013-07-08
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-3
/
+15
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-1
/
+1
2013-07-04
pc: pass PCI hole ranges to Guests
Michael S. Tsirkin
1
-2
/
+10
2013-07-04
pci: store PCI hole ranges in guestinfo structure
Michael S. Tsirkin
1
-1
/
+5
2013-06-10
target-i386: Update model values on Conroe/Penryn/Nehalem CPU models
Eduardo Habkost
1
-0
/
+4
[prev]
[next]