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
Commit message (
Expand
)
Author
Age
Files
Lines
*
qed: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
2
-4
/
+2
*
qcow/qcow2: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
3
-8
/
+6
*
parallels: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
1
-1
/
+1
*
coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d))
Laurent Vivier
2016-06-07
1
-0
/
+19
*
thunk: Rename args and fields in host-target bitmask conversion code
Peter Maydell
2016-06-07
2
-21
/
+21
*
thunk: Drop unused NO_THUNK_TYPE_SIZE guards
Peter Maydell
2016-06-07
2
-5
/
+0
*
qemu-common.h: Drop WORDS_ALIGNED define
Peter Maydell
2016-06-07
2
-9
/
+0
*
host-utils: Prefer 'false' for bool type
Eric Blake
2016-06-07
1
-1
/
+1
*
docs/multi-thread-compression: Fix wrong command string
Wei Jiangang
2016-06-07
1
-1
/
+1
*
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
29
-29
/
+0
*
qga: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
9
-9
/
+0
*
tests: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
117
-118
/
+0
*
clean-includes: Add glib.h to list of unneeded includes
Peter Maydell
2016-06-07
1
-1
/
+2
*
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
*
Fix configure test for PBKDF2 in nettle
Steven Luo
2016-06-07
1
-0
/
+1
*
docs: Fix a couple of typos in throttle.txt
Alberto Garcia
2016-06-07
1
-2
/
+2
*
hw: Clean up includes
Peter Maydell
2016-06-07
4
-4
/
+0
*
replay: Clean up includes
Peter Maydell
2016-06-07
1
-4
/
+0
*
fw_cfg: follow CODING_STYLE
Cao jin
2016-06-07
1
-6
/
+11
*
qdev: Clean up around properties
Cao jin
2016-06-07
2
-13
/
+27
*
monitor: Typo fix
Eric Blake
2016-06-07
1
-1
/
+1
*
ICH9: fix typo
Cao jin
2016-06-07
2
-4
/
+4
*
scripts: Use $(..) instead of deprecated `..`
Stefan Weil
2016-06-07
6
-11
/
+11
*
configure: Use $(..) instead of deprecated `..`
Stefan Weil
2016-06-07
1
-87
/
+87
*
qemu-options.hx: Specify the units for -machine kvm_shadow_mem
Peter Maydell
2016-06-07
1
-1
/
+1
*
Fix linking relocatable objects on Sparc
James Clarke
2016-06-07
2
-1
/
+22
*
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
*
scripts: add muldiv64() checking coccinelle scripts
Laurent Vivier
2016-06-07
4
-0
/
+46
*
gdbstub: set listen backlog to 1
Peter Wu
2016-06-07
1
-1
/
+1
*
po/Makefile: call rm -f directly
Jan Vesely
2016-06-07
1
-1
/
+1
*
target-moxie: Remove unused struct elements
Stefan Weil
2016-06-07
1
-5
/
+0
*
fsdev: spelling fix
Michael Tokarev
2016-06-07
1
-1
/
+1
*
qga: spelling fix
Michael Tokarev
2016-06-07
1
-6
/
+6
*
docs: "specify" spell fix
Michael Tokarev
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/mst/tags/for_upstream' into staging
Peter Maydell
2016-06-07
40
-686
/
+737
|
\
|
*
virtio: move bi-endian target support to a single location
Greg Kurz
2016-06-07
4
-9
/
+5
|
*
pc-dimm: introduce realize callback
Xiao Guangrong
2016-06-07
2
-0
/
+8
|
*
pc-dimm: get memory region from ->get_memory_region()
Xiao Guangrong
2016-06-07
2
-2
/
+4
|
*
acpi: make bios_linker_loader_add_checksum() API offset based
Igor Mammedov
2016-06-07
5
-33
/
+22
|
*
acpi: make bios_linker_loader_add_pointer() API offset based
Igor Mammedov
2016-06-07
6
-75
/
+83
|
*
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
3
-7
/
+6
|
*
acpi: simplify bios_linker API by removing redundant 'table' argument
Igor Mammedov
2016-06-07
7
-47
/
+93
|
*
acpi: convert linker from GArray to BIOSLinker structure
Igor Mammedov
2016-06-07
8
-58
/
+70
[next]