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
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-20
docs/system: Briefly document canon-a1100 board
Peter Maydell
3
-0
/
+13
2020-07-20
hw/arm/armsse: Assert info->num_cpus is in-bounds in armsse_realize()
Peter Maydell
1
-0
/
+2
2020-07-20
qdev: Document GPIO related functions
Peter Maydell
1
-2
/
+189
2020-07-20
qdev: Document qdev_unrealize()
Peter Maydell
1
-0
/
+19
2020-07-20
qdev: Move doc comments from qdev.c to qdev-core.h
Peter Maydell
3
-33
/
+70
2020-07-20
util: Implement qemu_get_thread_id() for OpenBSD
David CARLIER
1
-0
/
+2
2020-07-20
hw/arm/virt: Disable memory hotplug when MTE is enabled
Richard Henderson
1
-0
/
+5
2020-07-20
hw/arm/virt: Error for MTE enabled with KVM
Richard Henderson
1
-0
/
+6
2020-07-20
hw/arm/virt: Enable MTE via a machine property
Richard Henderson
4
-15
/
+49
2020-07-20
Makefile: Remove config-devices.mak on "make clean"
Peter Maydell
1
-0
/
+1
2020-07-17
tcg/cpu-exec: precise single-stepping after an interrupt
Richard Henderson
1
-1
/
+7
2020-07-17
ipmi: add SET_SENSOR_READING command
Cédric Le Goater
1
-0
/
+223
2020-07-17
ipmi: Fix a man page entry
Corey Minyard
1
-1
/
+1
2020-07-17
ipmi: Add man page pieces for the IPMI PCI devices
Corey Minyard
1
-0
/
+9
2020-07-17
migration/block-dirty-bitmap: fix add_bitmaps_to_list
Vladimir Sementsov-Ogievskiy
1
-1
/
+5
2020-07-17
file-posix: Fix leaked fd in raw_open_common() error path
Kevin Wolf
1
-0
/
+3
2020-07-17
file-posix: Fix check_hdev_writable() with auto-read-only
Kevin Wolf
1
-12
/
+21
2020-07-17
file-posix: Move check_hdev_writable() up
Kevin Wolf
1
-33
/
+33
2020-07-17
file-posix: Allow byte-aligned O_DIRECT with NFS
Kevin Wolf
1
-1
/
+25
2020-07-17
block: Require aligned image size to avoid assertion failure
Kevin Wolf
1
-0
/
+16
2020-07-17
iotests: test shutdown when bitmap is exported through NBD
Vladimir Sementsov-Ogievskiy
3
-0
/
+76
2020-07-17
nbd: make nbd_export_close_all() synchronous
Vladimir Sementsov-Ogievskiy
1
-0
/
+8
2020-07-17
iotests/030: Reduce job speed to make race less likely
Kevin Wolf
1
-1
/
+1
2020-07-17
crypto: use a stronger private key for tests
Daniel P. Berrangé
2
-37
/
+79
2020-07-17
qemu-img resize: Require --shrink for shrinking all image formats
Kevin Wolf
1
-11
/
+3
2020-07-17
Remove VXHS block device
Marc-André Lureau
18
-718
/
+10
2020-07-17
vvfat: set status to odd fixes
Prasad J Pandit
1
-1
/
+1
2020-07-17
docs/s390x: fix vfio-ccw type
Cornelia Huck
1
-1
/
+1
2020-07-17
gitlab-ci.yml: Add fuzzer tests
Thomas Huth
1
-1
/
+19
2020-07-17
qom: Plug memory leak in "info qom-tree"
Markus Armbruster
1
-2
/
+4
2020-07-17
configure: Fix for running with --enable-werror on macOS
Thomas Huth
1
-1
/
+1
2020-07-17
fuzz: Expect the cmdline in a freeable GString
Alexander Bulekov
4
-15
/
+14
2020-07-17
tests: qmp-cmd-test: fix memory leak
Li Qiang
1
-0
/
+13
2020-07-17
qtest: bios-tables-test: fix a memory leak
Li Qiang
1
-0
/
+1
2020-07-16
tcg/cpu-exec: precise single-stepping after an exception
Luc Michel
1
-0
/
+11
2020-07-16
tcg: Save/restore vecop_list around minmax fallback
Richard Henderson
1
-0
/
+2
2020-07-16
i386: hvf: Explicitly set CR4 guest/host mask
Roman Bolshakov
1
-0
/
+1
2020-07-16
hw/i2c: Document the I2C qdev helpers
Philippe Mathieu-Daudé
1
-0
/
+48
2020-07-16
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
16
-53
/
+54
2020-07-16
hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()
Philippe Mathieu-Daudé
3
-8
/
+10
2020-07-16
hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()
Philippe Mathieu-Daudé
3
-9
/
+8
2020-07-16
hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()
Philippe Mathieu-Daudé
3
-38
/
+37
2020-07-16
hw/i2c/Kconfig: Add an entry for the SMBus
Philippe Mathieu-Daudé
2
-3
/
+8
2020-07-16
target/i386: add the missing vmx features for Skylake-Server and Cascadelake-...
Chenyi Qiang
1
-0
/
+14
2020-07-16
target/i386: fix model number and add missing features for Icelake-Server CPU...
Chenyi Qiang
1
-0
/
+14
2020-07-16
target/i386: add fast short REP MOV support
Chenyi Qiang
2
-1
/
+3
2020-07-16
i386/cpu: Don't add unavailable_features to env->user_features
Xiaoyao Li
1
-1
/
+0
2020-07-16
i368/cpu: Clear env->user_features after loading versioned CPU model
Xiaoyao Li
1
-0
/
+7
2020-07-16
usb: fix storage regression
Gerd Hoffmann
1
-2
/
+1
2020-07-16
vfio: fix use-after-free in display
Gerd Hoffmann
1
-0
/
+1
[next]