index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-07
block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCK
Kevin Wolf
7
-17
/
+46
2023-11-07
block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCK
Kevin Wolf
9
-31
/
+77
2023-11-07
block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCK
Kevin Wolf
4
-16
/
+32
2023-11-07
block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCK
Kevin Wolf
5
-15
/
+31
2023-11-07
block: Mark block_job_add_bdrv() GRAPH_WRLOCK
Kevin Wolf
8
-15
/
+45
2023-11-07
block: Mark bdrv_root_attach_child() GRAPH_WRLOCK
Kevin Wolf
4
-10
/
+12
2023-11-07
block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCK
Kevin Wolf
5
-4
/
+16
2023-11-07
block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCK
Kevin Wolf
11
-12
/
+22
2023-11-07
block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCK
Kevin Wolf
4
-3
/
+7
2023-11-07
Merge tag 'pixman-pull-request' of https://gitlab.com/marcandre.lureau/qemu i...
Stefan Hajnoczi
29
-139
/
+560
2023-11-07
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
53
-322
/
+4475
2023-11-07
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...
Stefan Hajnoczi
4
-27
/
+55
2023-11-07
Merge tag 'pull-xenfv.for-upstream-20231107' of git://git.infradead.org/users...
Stefan Hajnoczi
61
-983
/
+1640
2023-11-07
build-sys: make pixman actually optional
Marc-André Lureau
1
-3
/
+0
2023-11-07
hw/display/ati: allow compiling without PIXMAN
Marc-André Lureau
3
-4
/
+23
2023-11-07
hw/mips: FULOONG depends on VT82C686
Marc-André Lureau
1
-0
/
+1
2023-11-07
hw/sm501: allow compiling without PIXMAN
Marc-André Lureau
1
-13
/
+32
2023-11-07
hw/arm: XLNX_VERSAL depends on XLNX_CSU_DMA
Marc-André Lureau
1
-0
/
+1
2023-11-07
arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
Marc-André Lureau
3
-2
/
+8
2023-11-07
ui/dbus: do not require PIXMAN
Marc-André Lureau
2
-29
/
+65
2023-11-07
ui/gtk: -display gtk requires PIXMAN
Marc-André Lureau
1
-1
/
+5
2023-11-07
ui/spice: SPICE/QXL requires PIXMAN
Marc-André Lureau
3
-7
/
+11
2023-11-07
ui/vnc: VNC requires PIXMAN
Marc-André Lureau
2
-2
/
+6
2023-11-07
ui/gl: opengl doesn't require PIXMAN
Marc-André Lureau
1
-2
/
+2
2023-11-07
vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
Marc-André Lureau
1
-0
/
+2
2023-11-07
ui/console: when PIXMAN is unavailable, don't draw placeholder msg
Marc-André Lureau
1
-0
/
+2
2023-11-07
virtio-gpu: replace PIXMAN for region/rect test
Marc-André Lureau
2
-19
/
+70
2023-11-07
qmp/hmp: disable screendump if PIXMAN is missing
Marc-André Lureau
4
-1
/
+8
2023-11-07
ui/vc: console-vc requires PIXMAN
Marc-André Lureau
3
-1
/
+37
2023-11-07
ui/console: allow to override the default VC
Marc-André Lureau
3
-10
/
+33
2023-11-07
vl: move display early init before default devices
Marc-André Lureau
1
-13
/
+18
2023-11-07
vl: simplify display_remote logic
Marc-André Lureau
1
-5
/
+1
2023-11-07
qemu-options: define -vnc only #ifdef CONFIG_VNC
Marc-André Lureau
3
-16
/
+11
2023-11-07
vl: drop needless -spice checks
Marc-André Lureau
1
-6
/
+1
2023-11-07
ui: add pixman-minimal.h
Marc-André Lureau
2
-0
/
+197
2023-11-07
ui: compile out some qemu-pixman functions when !PIXMAN
Marc-André Lureau
2
-2
/
+11
2023-11-07
build-sys: drop needless warning pragmas for old pixman
Marc-André Lureau
1
-4
/
+0
2023-11-07
build-sys: add a "pixman" feature
Marc-André Lureau
5
-2
/
+18
2023-11-07
docs: update Xen-on-KVM documentation
David Woodhouse
3
-31
/
+90
2023-11-07
xen-platform: unplug AHCI disks
David Woodhouse
1
-23
/
+45
2023-11-07
hw/i386/pc: support '-nic' for xen-net-device
David Woodhouse
6
-8
/
+17
2023-11-07
hw/xen: update Xen PV NIC to XenDevice model
David Woodhouse
4
-117
/
+381
2023-11-07
hw/xen: only remove peers of PCI NICs on unplug
David Woodhouse
1
-2
/
+7
2023-11-07
hw/xen: add support for Xen primary console in emulated mode
David Woodhouse
11
-23
/
+328
2023-11-07
hw/xen: update Xen console to XenDevice model
David Woodhouse
3
-130
/
+411
2023-11-07
hw/xen: do not repeatedly try to create a failing backend device
David Woodhouse
3
-7
/
+24
2023-11-07
hw/xen: add get_frontend_path() method to XenDeviceClass
David Woodhouse
2
-1
/
+12
2023-11-07
hw/xen: automatically assign device index to block devices
David Woodhouse
5
-46
/
+125
2023-11-07
hw/xen: populate store frontend nodes with XenStore PFN/port
David Woodhouse
1
-0
/
+11
2023-11-07
i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID
David Woodhouse
1
-0
/
+4
[next]