index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
hmp: Eliminate a variable in hmp_migrate_set_parameter()
Markus Armbruster
1
-6
/
+2
2020-07-10
block: Avoid error accumulation in bdrv_img_create()
Markus Armbruster
1
-2
/
+2
2020-07-10
qemu-option: Use returned bool to check for failure
Markus Armbruster
32
-133
/
+71
2020-07-10
qemu-option: Make functions taking Error ** return bool, not void
Markus Armbruster
3
-49
/
+64
2020-07-10
qemu-option: Replace opt_set() by cleaner opt_validate()
Markus Armbruster
1
-16
/
+19
2020-07-10
qemu-option: Factor out helper opt_create()
Markus Armbruster
1
-9
/
+18
2020-07-10
qemu-option: Simplify around find_default_by_name()
Markus Armbruster
1
-13
/
+5
2020-07-10
qemu-option: Factor out helper find_default_by_name()
Markus Armbruster
1
-20
/
+27
2020-07-10
qemu-option: Make uses of find_desc_by_name() more similar
Markus Armbruster
1
-14
/
+18
2020-07-10
qemu-option: Check return value instead of @err where convenient
Markus Armbruster
5
-22
/
+14
2020-07-10
virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()
Markus Armbruster
1
-1
/
+3
2020-07-10
macio: Tidy up error handling in macio_newworld_realize()
Markus Armbruster
1
-1
/
+3
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
65
-495
/
+248
2020-07-10
error: Document Error API usage rules
Markus Armbruster
1
-6
/
+46
2020-07-10
error: Improve error.h's big comment
Markus Armbruster
1
-15
/
+36
2020-07-10
error: Fix examples in error.h's big comment
Markus Armbruster
1
-2
/
+14
2020-07-07
tracetool: work around ust <sys/sdt.h> include conflict
Stefan Hajnoczi
1
-0
/
+6
2020-07-07
chardev: enable modules, use for braille
Gerd Hoffmann
4
-2
/
+7
2020-07-07
vga: build virtio-gpu as module
Gerd Hoffmann
2
-10
/
+19
2020-07-07
vga: build virtio-gpu only once
Gerd Hoffmann
1
-6
/
+6
2020-07-07
vga: build qxl as module
Gerd Hoffmann
3
-1
/
+7
2020-07-07
usb: build usb-redir as module
Gerd Hoffmann
2
-3
/
+7
2020-07-07
ccid: build smartcard as module
Gerd Hoffmann
4
-1
/
+7
2020-07-07
build: fix device module builds
Gerd Hoffmann
1
-0
/
+14
2020-07-07
qdev: device module support
Gerd Hoffmann
4
-7
/
+11
2020-07-07
object: qom module support
Gerd Hoffmann
2
-0
/
+26
2020-07-07
module: qom module support
Gerd Hoffmann
2
-0
/
+57
2020-07-07
vhost-vdpa: introduce vhost-vdpa net client
Cindy Lu
6
-3
/
+282
2020-07-07
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu
12
-7
/
+600
2020-07-07
net/tap-solaris.c: Include qemu-common.h for TFR macro
Peter Maydell
1
-0
/
+1
2020-07-07
intel_iommu: "aw-bits" error message still refers to "x-aw-bits"
Menno Lageman
1
-1
/
+1
2020-07-07
util/qemu-option: Document the get_opt_value() function
Philippe Mathieu-Daudé
1
-0
/
+13
2020-07-07
MAINTAINERS: Update Radoslaw Biernacki email address
Radoslaw Biernacki
2
-1
/
+2
2020-07-07
.mailmap: Update Alexander Graf email address
Philippe Mathieu-Daudé
1
-0
/
+1
2020-07-07
trivial: Respect alphabetical order of .o files in Makefile.objs
Christophe de Dinechin
1
-1
/
+1
2020-07-06
softfloat,m68k: disable floatx80_invalid_encoding() for m68k
Laurent Vivier
1
-0
/
+24
2020-07-06
target/m68k: consolidate physical translation offset into get_physical_address()
Mark Cave-Ayland
1
-11
/
+6
2020-07-06
target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()
Mark Cave-Ayland
1
-0
/
+4
2020-07-06
tcg: Fix do_nonatomic_op_* vs signed operations
Richard Henderson
1
-4
/
+6
2020-07-06
tcg/ppc: Sanitize immediate shifts
Catherine A. Frederick
1
-5
/
+10
2020-07-06
fix the prototype of muls64/mulu64
Lijun Pan
1
-2
/
+2
2020-07-06
audio: set default value for pcspk.iobase property
Gerd Hoffmann
2
-6
/
+2
2020-07-06
pcspk: update docs/system/target-i386-desc.rst.inc
Gerd Hoffmann
1
-1
/
+12
2020-07-06
audio: add soundhw deprecation notice
Gerd Hoffmann
1
-0
/
+9
2020-07-06
audio: deprecate -soundhw pcspk
Gerd Hoffmann
2
-3
/
+23
2020-07-06
audio: create pcspk device early
Gerd Hoffmann
2
-1
/
+3
2020-07-06
audio: rework pcspk_init()
Gerd Hoffmann
4
-8
/
+4
2020-07-06
softmmu: initialize spice and audio earlier
Gerd Hoffmann
1
-6
/
+6
2020-07-06
pc_basic_device_init: drop no_vmport arg
Gerd Hoffmann
4
-5
/
+1
2020-07-06
pc_basic_device_init: drop has_pit arg
Gerd Hoffmann
4
-5
/
+3
[next]