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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...
Peter Maydell
2016-06-07
22
-56
/
+53
|
\
|
*
usb: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-3
/
+3
|
*
rocker: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-3
/
+2
|
*
audio: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-1
/
+1
|
*
xen: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-2
/
+2
|
*
block: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-1
/
+1
|
*
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
3
-3
/
+0
|
*
pc: cleanup unused struct PcRomPciInfo
Igor Mammedov
2016-06-07
1
-8
/
+0
|
*
e1000: Removing unnecessary if statement
Sameeh Jubran
2016-06-07
1
-5
/
+3
|
*
hw: Clean up includes
Peter Maydell
2016-06-07
2
-2
/
+0
|
*
fw_cfg: follow CODING_STYLE
Cao jin
2016-06-07
1
-6
/
+11
|
*
qdev: Clean up around properties
Cao jin
2016-06-07
1
-11
/
+19
|
*
ICH9: fix typo
Cao jin
2016-06-07
1
-2
/
+2
|
*
ppc: Remove a potential overflow in muldiv64()
Laurent Vivier
2016-06-07
1
-1
/
+1
|
*
replace muldiv64(a, b, c) by (uint64_t)a * b / c
Laurent Vivier
2016-06-07
2
-3
/
+3
|
*
remove useless muldiv64()
Laurent Vivier
2016-06-07
1
-1
/
+1
|
*
The only 64bit parameter of muldiv64() is the first one.
Laurent Vivier
2016-06-07
2
-3
/
+3
|
*
hw/ipmi: fix spelling
Michael Tokarev
2016-06-07
1
-1
/
+1
|
*
s390x/virtio-ccw: fix spelling
Michael Tokarev
2016-06-07
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2016-06-07
3
-133
/
+1
|
\
\
|
|
/
|
/
|
|
*
virtio: drop duplicate virtio_queue_get_id() function
Stefan Hajnoczi
2016-06-07
2
-8
/
+1
|
*
virtio-scsi: Remove op blocker for dataplane
Fam Zheng
2016-06-07
1
-62
/
+0
|
*
virtio-blk: Remove op blocker for dataplane
Fam Zheng
2016-06-07
1
-63
/
+0
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-06-07
21
-597
/
+620
|
\
\
|
*
|
virtio: move bi-endian target support to a single location
Greg Kurz
2016-06-07
1
-4
/
+0
|
*
|
pc-dimm: introduce realize callback
Xiao Guangrong
2016-06-07
1
-0
/
+5
|
*
|
pc-dimm: get memory region from ->get_memory_region()
Xiao Guangrong
2016-06-07
1
-1
/
+2
|
*
|
acpi: make bios_linker_loader_add_checksum() API offset based
Igor Mammedov
2016-06-07
4
-31
/
+20
|
*
|
acpi: make bios_linker_loader_add_pointer() API offset based
Igor Mammedov
2016-06-07
5
-73
/
+80
|
*
|
tpm: apci: cleanup TCPA table initialization
Igor Mammedov
2016-06-07
1
-4
/
+1
|
*
|
acpi: cleanup bios_linker_loader_cleanup()
Igor Mammedov
2016-06-07
2
-6
/
+5
|
*
|
acpi: simplify bios_linker API by removing redundant 'table' argument
Igor Mammedov
2016-06-07
5
-43
/
+88
|
*
|
acpi: convert linker from GArray to BIOSLinker structure
Igor Mammedov
2016-06-07
5
-49
/
+55
|
*
|
pc: use AcpiDeviceIfClass.send_event to issue GPE events
Igor Mammedov
2016-06-07
6
-63
/
+38
|
*
|
acpi: extend ACPI interface to provide send_event hook
Igor Mammedov
2016-06-07
4
-1
/
+26
|
*
|
pc: Postpone SMBIOS table installation to post machine init
Corey Minyard
2016-06-07
1
-2
/
+3
|
*
|
ipmi: rework the fwinfo to be fetched from the interface
Corey Minyard
2016-06-07
3
-77
/
+70
|
*
|
pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idx
Igor Mammedov
2016-06-07
2
-11
/
+14
|
*
|
pc: acpi: simplify build_legacy_cpu_hotplug_aml() signature
Igor Mammedov
2016-06-07
2
-7
/
+4
|
*
|
pc: acpi: consolidate legacy CPU hotplug in one file
Igor Mammedov
2016-06-07
3
-250
/
+233
|
*
|
pc: acpi: mark current CPU hotplug functions as legacy
Igor Mammedov
2016-06-07
5
-13
/
+15
|
*
|
pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab...
Igor Mammedov
2016-06-07
1
-0
/
+7
|
*
|
pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AML
Igor Mammedov
2016-06-07
2
-4
/
+4
|
*
|
pc: acpi: consolidate CPU hotplug AML
Igor Mammedov
2016-06-07
2
-112
/
+104
|
*
|
pc: acpi: remove AML for empty/not used GPE handlers
Igor Mammedov
2016-06-07
1
-17
/
+0
|
*
|
acpi: add aml_refof()
Igor Mammedov
2016-06-07
1
-0
/
+8
|
*
|
acpi: add aml_debug()
Igor Mammedov
2016-06-07
1
-0
/
+9
|
|
/
*
|
dbdma: use DMA memory interface for memory accesses
Mark Cave-Ayland
2016-06-07
1
-6
/
+7
*
|
macio: use DMA memory interface for non-block ATAPI transfers
Mark Cave-Ayland
2016-06-07
1
-1
/
+2
*
|
spapr_pci: Drop cannot_instantiate_with_device_add_yet=false
Markus Armbruster
2016-06-07
1
-1
/
+0
[next]