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
/
acpi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qmp-commands.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
4
-0
/
+5
*
nvdimm: add 'unarmed' option
Haozhong Zhang
2018-01-19
1
-0
/
+7
*
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
2018-01-11
2
-1
/
+1
|
\
|
*
hw/acpi: ACPI_PM_* defines are not restricted to i386 arch
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
|
*
hw: use "qemu/osdep.h" as first #include in source files
Philippe Mathieu-Daudé
2017-12-18
1
-0
/
+1
*
|
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-12-05
2
-5
/
+6
*
|
vmgenid: use UUID property type
Roman Kagan
2017-12-05
1
-22
/
+8
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-10-19
2
-2
/
+13
|
\
|
*
tco: add trace events
Paolo Bonzini
2017-10-16
2
-2
/
+13
*
|
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+1
*
|
fw_cfg: add write callback
Marc-André Lureau
2017-10-15
1
-1
/
+1
|
/
*
Convert multi-line fprintf() to warn_report()
Alistair Francis
2017-09-19
1
-4
/
+3
*
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
2017-09-19
1
-1
/
+2
*
vmgenid: replace x-write-pointer-available hack
Marc-André Lureau
2017-09-08
2
-8
/
+11
*
acpi/vmgenid: change device category to misc
Yoni Bettan
2017-09-08
1
-0
/
+1
*
Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"
Anthony PERARD
2017-09-08
1
-8
/
+3
*
hw/acpi: Move acpi_set_pci_info to pcihp
Anthony PERARD
2017-09-08
1
-0
/
+38
*
hw/acpi: Limit hotplug to root bus on legacy mode
Anthony PERARD
2017-09-08
1
-1
/
+1
*
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
include/exec/poison: Mark CONFIG_KVM as poisoned, too
Thomas Huth
2017-07-04
1
-1
/
+0
*
pcihp: use get_uint() for "bsel" property
Marc-André Lureau
2017-06-20
1
-3
/
+3
*
pc-dimm: make "size" property uint64
Marc-André Lureau
2017-06-20
2
-6
/
+7
*
pc-dimm: use get_uint() for dimm properties
Marc-André Lureau
2017-06-20
2
-8
/
+9
*
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-06-20
1
-1
/
+0
*
nvdimm acpi: fix region format interface code
Haozhong Zhang
2017-06-08
1
-3
/
+4
*
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-05-23
1
-2
/
+2
*
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
Stefan Hajnoczi
2017-05-18
2
-3
/
+35
|
\
|
*
ACPI: don't call acpi_pcihp_device_plug_cb on xen
Bruce Rogers
2017-05-10
1
-3
/
+8
|
*
hw/arm/virt: generate 64-bit addressable ACPI objects
Ard Biesheuvel
2017-05-10
1
-0
/
+27
*
|
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
1
-1
/
+1
*
|
pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()
Igor Mammedov
2017-05-11
1
-4
/
+3
*
|
numa: Allow setting NUMA distance for different NUMA nodes
He Chen
2017-05-11
1
-0
/
+26
|
/
*
tco: do not generate an NMI
Paolo Bonzini
2017-04-05
1
-2
/
+0
*
hw/acpi/vmgenid: prevent more than one vmgenid device
Laszlo Ersek
2017-03-22
1
-0
/
+8
*
hw/acpi/vmgenid: prevent device realization on pre-2.5 machine types
Laszlo Ersek
2017-03-22
1
-0
/
+14
*
Bugfix: Handle error if VM Generation ID device not present
Ben Warren
2017-03-15
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2017-03-03
4
-3
/
+324
|
\
|
*
qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands
Igor Mammedov
2017-03-02
1
-0
/
+16
|
*
ACPI: Add Virtual Machine Generation ID support
Ben Warren
2017-03-02
2
-0
/
+243
|
*
ACPI: Add vmgenid blob storage to the build tables
Ben Warren
2017-03-02
1
-0
/
+2
|
*
linker-loader: Add new 'write pointer' command
Ben Warren
2017-03-02
1
-3
/
+63
*
|
bus: do not unref hotplug handler
Marc-André Lureau
2017-03-01
1
-0
/
+2
*
|
pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twice
Igor Mammedov
2017-03-01
1
-11
/
+0
|
/
*
hw/acpi/tco.c: fix tco timer stop
Igor Pavlikevich
2017-02-28
1
-0
/
+1
*
change CPUArchId.cpu type to Object*
Igor Mammedov
2017-02-22
1
-1
/
+1
*
machine: Make possible_cpu_arch_ids() return const pointer
Igor Mammedov
2017-01-24
2
-7
/
+3
*
acpi: filter based on CONFIG_ACPI_X86 rather than TARGET
Paolo Bonzini
2017-01-16
2
-1
/
+35
*
stubs: move acpi stubs to hw/acpi
Paolo Bonzini
2017-01-16
2
-4
/
+22
[next]