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
*
acpi: cpuhp: introduce 'firmware performs eject' status/control bits
Igor Mammedov
2020-12-09
4
-6
/
+28
*
hw/i386/pc: add max combined fw size as machine configuration option
Erich-McMillan
2020-12-09
3
-12
/
+56
*
block/export: avoid g_return_val_if() input validation
Stefan Hajnoczi
2020-12-09
1
-1
/
+3
*
contrib/vhost-user-input: avoid g_return_val_if() input validation
Stefan Hajnoczi
2020-12-09
1
-1
/
+3
*
contrib/vhost-user-gpu: avoid g_return_val_if() input validation
Stefan Hajnoczi
2020-12-09
1
-1
/
+3
*
contrib/vhost-user-blk: avoid g_return_val_if() input validation
Stefan Hajnoczi
2020-12-09
1
-1
/
+3
*
.gitlab-ci: add build-libvhost-user
Marc-André Lureau
2020-12-09
1
-0
/
+11
*
libvhost-user: add a simple link test without glib
Marc-André Lureau
2020-12-09
2
-0
/
+49
*
libvhost-user: make it a meson subproject
Marc-André Lureau
2020-12-08
21
-27
/
+40
*
libvhost-user: drop qemu/osdep.h dependency
Marc-André Lureau
2020-12-08
1
-2
/
+8
*
libvhost-user: remove qemu/compiler.h usage
Marc-André Lureau
2020-12-08
1
-1
/
+4
*
libvhost-user: replace qemu/memfd.h usage
Marc-André Lureau
2020-12-08
1
-7
/
+43
*
libvhost-user: replace qemu/bswap.h with glibc endian.h
Marc-André Lureau
2020-12-08
1
-37
/
+40
*
hw: add compat machines for 6.0
Cornelia Huck
2020-12-08
9
-6
/
+71
*
failover: Remove primary_dev member
Juan Quintela
2020-12-08
2
-32
/
+24
*
failover: simplify failover_unplug_primary
Juan Quintela
2020-12-08
1
-15
/
+10
*
failover: Caller of this two functions already have primary_dev
Juan Quintela
2020-12-08
1
-13
/
+14
*
failover: We don't need to cache primary_device_id anymore
Juan Quintela
2020-12-08
2
-11
/
+10
*
failover: split failover_find_primary_device_id()
Juan Quintela
2020-12-08
1
-16
/
+47
*
failover: remove failover_find_primary_device() error parameter
Juan Quintela
2020-12-08
1
-6
/
+3
*
failover: make sure that id always exist
Juan Quintela
2020-12-08
2
-3
/
+4
*
failover: simplify qdev_device_add()
Juan Quintela
2020-12-08
1
-26
/
+6
*
failover: simplify qdev_device_add() failover case
Juan Quintela
2020-12-08
1
-5
/
+6
*
failover: Rename to failover_find_primary_device()
Juan Quintela
2020-12-08
1
-3
/
+9
*
failover: virtio_net_connect_failover_devices() does nothing
Juan Quintela
2020-12-08
1
-15
/
+2
*
failover: Rename function to hide_device()
Juan Quintela
2020-12-08
3
-19
/
+20
*
failover: should_be_hidden() should take a bool
Juan Quintela
2020-12-08
3
-35
/
+13
*
failover: simplify virtio_net_find_primary()
Juan Quintela
2020-12-08
1
-15
/
+3
*
failover: Remove memory leak
Juan Quintela
2020-12-08
1
-3
/
+1
*
failover: Remove primary_device_dict
Juan Quintela
2020-12-08
2
-14
/
+4
*
failover: remove standby_id variable
Juan Quintela
2020-12-08
2
-9
/
+3
*
failover: Remove primary_device_opts
Juan Quintela
2020-12-08
2
-17
/
+5
*
failover: g_strcmp0() knows how to handle NULL
Juan Quintela
2020-12-08
1
-1
/
+1
*
failover: Rename bool to failover_primary_hidden
Juan Quintela
2020-12-08
2
-8
/
+9
*
failover: qdev_device_add() returns err or dev set
Juan Quintela
2020-12-08
1
-7
/
+0
*
failover: Remove external partially_hotplugged property
Juan Quintela
2020-12-08
1
-4
/
+0
*
failover: Remove unused parameter
Juan Quintela
2020-12-08
1
-5
/
+3
*
failover: primary bus is only used once, and where it is set
Juan Quintela
2020-12-08
2
-5
/
+4
*
failover: Use always atomics for primary_should_be_hidden
Juan Quintela
2020-12-08
1
-1
/
+1
*
failover: fix indentantion
Juan Quintela
2020-12-08
2
-20
/
+17
*
unit-test: Add the binary file and clear diff.h
Yubo Miao
2020-12-08
2
-1
/
+0
*
unit-test: Add testcase for pxb
Yubo Miao
2020-12-08
1
-6
/
+52
*
unit-test: The files changed.
Yubo Miao
2020-12-08
1
-0
/
+1
*
acpi: Align the size to 128k
Yubo Miao
2020-12-08
1
-0
/
+25
*
acpi/gpex: Build tables for pxb
Yubo Miao
2020-12-08
3
-2
/
+59
*
acpi: Extract crs build form acpi_build.c
Yubo Miao
2020-12-08
3
-293
/
+307
*
hw/arm/virt: Write extra pci roots into fw_cfg
Jiahui Cen
2020-12-08
2
-2
/
+6
*
fw_cfg: Refactor extra pci roots addition
Jiahui Cen
2020-12-08
3
-17
/
+33
*
acpi/gpex: Extract two APIs from acpi_dsdt_add_pci
Yubo Miao
2020-12-08
1
-49
/
+63
*
virtio: reset device on bad guest index in virtio_load()
John Levon
2020-12-08
1
-6
/
+9
[next]