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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci-assign: QOMify
Gonglei
2015-06-23
1
-18
/
+21
*
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
*
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
2
-0
/
+4
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-06-11
1
-7
/
+6
|
\
|
*
i386/acpi-build: fix PXB workarounds for unsupported BIOSes
Laszlo Ersek
2015-06-11
1
-4
/
+4
|
*
i386/acpi-build: more traditional _UID and _HID for PXB root buses
Laszlo Ersek
2015-06-11
1
-3
/
+2
*
|
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
3
-29
/
+406
|
\
|
|
*
hw/acpi: piix4_pm_init(): take fw_cfg object no more
Laszlo Ersek
2015-06-04
1
-10
/
+9
|
*
apci: fix PXB behaviour if used with unsupported BIOS
Marcel Apfelbaum
2015-06-03
1
-29
/
+58
|
*
hw/pxb: add numa_node parameter
Marcel Apfelbaum
2015-06-03
1
-0
/
+6
|
*
hw/pci: inform bios if the system has extra pci root buses
Marcel Apfelbaum
2015-06-03
1
-0
/
+20
|
*
hw/acpi: remove from root bus 0 the crs resources used by other buses.
Marcel Apfelbaum
2015-06-03
1
-27
/
+91
|
*
hw/acpi: add _CRS method for extra root busses
Marcel Apfelbaum
2015-06-03
1
-0
/
+139
|
*
hw/apci: add _PRT method for extra PCI root busses
Marcel Apfelbaum
2015-06-03
1
-0
/
+81
|
*
hw/acpi: add support for i440fx 'snooping' root busses
Marcel Apfelbaum
2015-06-03
1
-0
/
+23
|
*
hw/i386: query only for q35/pc when looking for pci host bridge
Marcel Apfelbaum
2015-06-03
1
-9
/
+25
|
*
acpi: add missing ssdt
Michael S. Tsirkin
2015-06-03
1
-0
/
+36
*
|
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...
Peter Maydell
2015-06-04
4
-11
/
+9
|
\
\
|
*
|
hw/i386/pc: Fix misusing qemu_allocate_irqs for single irq
Shannon Zhao
2015-06-03
3
-8
/
+4
|
*
|
hw/i386/acpi-build: decref after use
Shannon Zhao
2015-06-03
1
-0
/
+1
|
*
|
hw/i386/pc_piix: Fix memory leak
Shannon Zhao
2015-06-03
1
-3
/
+4
*
|
|
pc: Ensure non-zero CPU ref count after attaching to ICC bus
Andreas Färber
2015-06-02
1
-2
/
+9
|
/
/
*
/
acpi: add missing ssdt
Michael S. Tsirkin
2015-06-01
1
-0
/
+36
|
/
*
TPM2 ACPI table support
Stefan Berger
2015-06-01
6
-26
/
+194
*
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: '-drive if=floppy' should imply a board-default FDC
Laszlo Ersek
2015-05-31
1
-0
/
+1
*
i386/pc: pc_basic_device_init(): delegate FDC creation request
Laszlo Ersek
2015-05-31
3
-3
/
+4
*
pc: acpi: fix pvpanic for buggy guests
Radim Krčmář
2015-05-31
1
-1
/
+4
*
pc: Generate init functions with a macro
Eduardo Habkost
2015-05-31
2
-170
/
+76
*
piix: Eliminate pc_init_pci()
Eduardo Habkost
2015-05-31
1
-18
/
+13
*
piix: Add kvmclock_enabled, pci_enabled globals
Eduardo Habkost
2015-05-31
1
-7
/
+15
*
pc: Remove qemu_register_pc_machine() function
Eduardo Habkost
2015-05-31
1
-45
/
+0
*
pc: Don't use QEMUMachine anymore
Eduardo Habkost
2015-05-31
2
-32
/
+32
*
pc: Move compat_props setting inside *_machine_options() functions
Eduardo Habkost
2015-05-31
2
-30
/
+56
*
pc: Convert *_MACHINE_OPTIONS macros into functions
Eduardo Habkost
2015-05-31
2
-132
/
+199
*
pc: Define machines using a DEFINE_PC_MACHINE macro
Eduardo Habkost
2015-05-31
2
-301
/
+87
*
pc: Define MACHINE_OPTIONS macros consistently for all machines
Eduardo Habkost
2015-05-31
2
-52
/
+110
*
piix: Define PC_COMPAT_0_10
Eduardo Habkost
2015-05-31
1
-22
/
+25
*
piix: Move pc-0.1[23] rombar compat props to PC_COMPAT_0_13
Eduardo Habkost
2015-05-31
1
-18
/
+8
*
piix: Move pc-0.13 virtio-9p-pci compat to PC_COMPAT_0_13
Eduardo Habkost
2015-05-31
1
-4
/
+4
*
piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11
Eduardo Habkost
2015-05-31
1
-9
/
+8
*
piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14
Eduardo Habkost
2015-05-31
1
-9
/
+8
*
pc: Define PC_COMPAT_2_[123] macros
Eduardo Habkost
2015-05-31
2
-2
/
+18
*
pc: Move commas inside PC_COMPAT_* macros
Eduardo Habkost
2015-05-31
2
-36
/
+36
*
hw: Move commas inside HW_COMPAT_2_1 macro
Eduardo Habkost
2015-05-31
2
-2
/
+2
*
pc: Replace tab with spaces
Eduardo Habkost
2015-05-31
1
-1
/
+1
[next]