messages from 2021-10-08 08:04:20 to 2021-10-09 21:39:12 UTC [more...]
[PATCH v2 00/37] Add D-Bus display backend
2021-10-09 21:08 UTC (37+ messages)
` [PATCH v2 01/37] build-sys: move Spice configure handling to meson
` [PATCH v2 02/37] ui/vdagent: add CHECK_SPICE_PROTOCOL_VERSION
` [PATCH v2 03/37] ui/vdagent: replace #if 0 with protocol version check
` [PATCH v2 04/37] ui: generalize clipboard notifier
` [PATCH v2 05/37] ui/vdagent: add serial capability support
` [PATCH v2 06/37] ui/clipboard: add qemu_clipboard_check_serial()
` [PATCH v2 07/37] ui/clipboard: add a clipboard reset serial event
` [PATCH v2 08/37] hw/display: report an error if virgl initialization failed
` [PATCH v2 09/37] virtio-gpu: use VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP
` [PATCH v2 10/37] ui: do not delay further remote resize
` [PATCH v2 11/37] ui: factor out qemu_console_set_display_gl_ctx()
` [PATCH v2 12/37] ui: associate GL context outside of display listener registration
` [PATCH v2 13/37] ui: make gl_block use a counter
` [PATCH v2 14/37] ui: add a gl-unblock warning timer
` [PATCH v2 15/37] ui: simplify gl unblock & flush
` [PATCH v2 16/37] ui: dispatch GL events to all listeners
` [PATCH v2 17/37] ui: split the GL context in a different object
` [PATCH v2 18/37] ui: move qemu_spice_fill_device_address to ui/util.c
` [PATCH v2 19/37] console: save current scanout details
` [PATCH v2 20/37] scripts: teach modinfo to skip non-C sources
` [PATCH v2 21/37] docs/sphinx: add sphinx modules to include D-Bus documentation
` [PATCH v2 22/37] backends: move dbus-vmstate1.xml to backends/
` [PATCH v2 23/37] docs: move D-Bus VMState documentation to source XML
` [PATCH v2 24/37] docs: add dbus-display documentation
` [PATCH v2 25/37] build-sys: set glib dependency version
` [PATCH v2 26/37] ui: add a D-Bus display backend
` [PATCH v2 27/37] ui/dbus: add p2p=on/off option
` [PATCH v2 28/37] tests/qtests: add qtest_qmp_add_client()
` [PATCH v2 29/37] tests: start dbus-display-test
` [PATCH v2 30/37] audio: add "dbus" audio backend
` [PATCH v2 31/37] ui/dbus: add clipboard interface
` [PATCH v2 32/37] chardev: teach socket to accept no addresses
` [PATCH v2 33/37] chardev: make socket derivable
` [PATCH v2 34/37] option: add g_auto for QemuOpts
` [PATCH v2 35/37] ui/dbus: add chardev backend & interface
` [PATCH v2 36/37] ui/dbus: register D-Bus VC handler
[PATCH v2 00/15] bsd-user: misc cleanup for aarch64 import
2021-10-09 16:15 UTC (19+ messages)
` [PATCH v2 01/15] meson: *-user: only descend into *-user when configured
` [PATCH v2 02/15] bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0
` [PATCH v2 03/15] bsd-user/strace.list: Remove support for FreeBSD versions "
` [PATCH v2 04/15] bsd-user: TARGET_RESET define is unused, remove it
` [PATCH v2 05/15] bsd-user: export get_errno and is_error from syscall.c
` [PATCH v2 06/15] bsd-user/errno_defs.h: Add internal error numbers
` [PATCH v2 07/15] bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
` [PATCH v2 08/15] bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
` [PATCH v2 09/15] bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it
` [PATCH v2 10/15] bsd-user: Remove used from TaskState
` [PATCH v2 11/15] bsd-user: Add stop_all_tasks
` [PATCH v2 12/15] bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
` [PATCH v2 13/15] bsd-user/sysarch: Provide a per-arch framework for sysarch syscall
` [PATCH v2 14/15] bsd-user: Rename sigqueue to qemu_sigqueue
` [PATCH v2 15/15] bsd-user/signal: Create a dummy signal queueing function
[PATCH v3 0/9] bsd-user mmap fixes
2021-10-09 16:04 UTC (13+ messages)
` [PATCH v3 1/9] bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
` [PATCH v3 2/9] bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE
` [PATCH v3 3/9] bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs
` [PATCH v3 4/9] bsd-user/mmap.c: mmap return ENOMEM on overflow
` [PATCH v3 5/9] bsd-user/mmap.c: mmap prefer MAP_ANON for BSD
` [PATCH v3 6/9] bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging
` [PATCH v3 7/9] bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag
` [PATCH v3 8/9] bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head
` [PATCH v3 9/9] bsd-user/mmap.c: assert that target_mprotect cannot fail
[PATCH] Trim some trailing space from human-readable output
2021-10-09 16:07 UTC (2+ messages)
[PATCH] qapi: Make some ObjectTypes depend on the build settings
2021-10-09 12:51 UTC (4+ messages)
[PATCH v2 0/5] qapi: Add feature flags to enum members
2021-10-09 12:09 UTC (6+ messages)
` [PATCH v2 1/5] qapi: Enable enum member introspection to show more than name
` [PATCH v2 2/5] qapi: Add feature flags to enum members
` [PATCH v2 3/5] qapi: Move compat policy from QObject to generic visitor
` [PATCH v2 4/5] qapi: Implement deprecated-input={reject, crash} for enum values
` [PATCH RFC v2 5/5] block: Deprecate transaction type drive-backup
[PATCH] hw/misc: Add a virtual pci device to dynamically attach memory to QEMU
2021-10-09 9:42 UTC (8+ messages)
[PATCH 0/6] Some Sphinx improvements
2021-10-09 8:52 UTC (8+ messages)
` [PATCH 1/6] docs/sphinx: add loaded modules to generated depfile
` [PATCH 2/6] docs/sphinx: add static files "
` [PATCH 3/6] docs/sphinx: add templates "
` [PATCH 4/6] meson: remove explicit extensions dependency file list
` [PATCH 5/6] docs/sphinx: set navigation_with_keys=True
` [PATCH 6/6] docs/sphinx: add 's' keyboard binding to focus search
[PATCH RFC 0/5] Subject: [PATCH RFC 0/5] qapi: Add feature flags to enum members
2021-10-09 8:08 UTC (6+ messages)
` [PATCH RFC 1/5] qapi: Enable enum member introspection to show more than name
[PATCH v4 0/3] MSG_ZEROCOPY for multifd
2021-10-09 7:56 UTC (4+ messages)
` [PATCH v4 1/3] QIOChannel: Add io_writev_zerocopy & io_flush_zerocopy callbacks
` [PATCH v4 2/3] QIOChannelSocket: Implement io_writev_zerocopy & io_flush_zerocopy for CONFIG_LINUX
` [PATCH v4 3/3] multifd: Implement zerocopy write in multifd migration (multifd-zerocopy)
[PATCH 0/4] hw/i386/sgx: Housekeeping around SGX
2021-10-09 6:14 UTC (3+ messages)
` [PATCH 2/4] hw/i386/sgx: Have sgx_epc_get_section() return a boolean
[PATCH] target/riscv: line up all of the registers in the info register dump
2021-10-09 5:50 UTC
[RFC PATCH v1 0/2] Improvements to SIGP handling [QEMU]
2021-10-09 5:40 UTC (4+ messages)
` [RFC PATCH v1 1/2] s390x: sigp: Force Set Architecture to return Invalid Parameter
` [RFC PATCH v1 2/2] s390x/kvm: Pass SIGP Stop flags
[PATCH] hw/misc: applesmc: use host osk as default on macs
2021-10-09 5:32 UTC (4+ messages)
[PATCH] hvf: Determine slot count from struct layout
2021-10-08 17:18 UTC (3+ messages)
[PATCH] tests: tcg: Fix PVH test with binutils 2.36+
2021-10-08 17:14 UTC (2+ messages)
QAPI sync meeting
2021-10-08 17:07 UTC (8+ messages)
[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
2021-10-08 16:08 UTC (8+ messages)
` [PATCH v2 1/3] virtio: turn VIRTQUEUE_MAX_SIZE into a variable
[PATCH 0/5] plugins/cache: L2 cache modelling and a minor leak fix
2021-10-08 15:44 UTC (7+ messages)
` [PATCH 1/5] plugins/cache: freed heap-allocated mutexes
` [PATCH 2/5] plugins/cache: implement unified L2 cache emulation
` [PATCH 3/5] plugins/cache: split command line arguments into name and value
[PATCH v3 00/22] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
2021-10-08 15:46 UTC (5+ messages)
` [PATCH v3 13/22] target/i386/sev: Remove stubs by using code elision
[PATCH v2 1/1] virtio: write back F_VERSION_1 before validate
2021-10-08 15:42 UTC (5+ messages)
[PATCH v4 00/11] virtio-iommu: Add ACPI support
2021-10-08 15:33 UTC (24+ messages)
` [PATCH v4 01/11] hw/acpi: Add VIOT table
` [PATCH v4 03/11] hw/arm/virt: Remove device tree restriction for virtio-iommu
` [PATCH v4 07/11] pc: Allow instantiating a virtio-iommu device
` [PATCH v4 08/11] tests/acpi: allow updates of VIOT expected data files
` [PATCH v4 09/11] tests/acpi: add test cases for VIOT
` [PATCH v4 10/11] tests/acpi: add expected blob for VIOT test on virt machine
[PATCH v2 00/15] qdev: Add JSON -device
2021-10-08 15:17 UTC (17+ messages)
` [PATCH v2 01/15] net: Introduce NetClientInfo.check_peer_type()
` [PATCH v2 02/15] net/vhost-user: Fix device compatibility check
` [PATCH v2 03/15] net/vhost-vdpa: "
` [PATCH v2 04/15] qom: Reduce use of error_propagate()
` [PATCH v2 05/15] iotests/245: Fix type for iothread property
` [PATCH v2 06/15] iotests/051: Fix typo
` [PATCH v2 07/15] qdev: Avoid using string visitor for properties
` [PATCH v2 08/15] qdev: Make DeviceState.id independent of QemuOpts
` [PATCH v2 09/15] softmmu/qdev-monitor: add error handling in qdev_set_id
` [PATCH v2 10/15] qemu-option: Allow deleting opts during qemu_opts_foreach()
` [PATCH v2 11/15] qdev: Add Error parameter to hide_device() callbacks
` [PATCH v2 12/15] virtio-net: Store failover primary opts pointer locally
` [PATCH v2 13/15] virtio-net: Avoid QemuOpts in failover_find_primary_device()
` [PATCH v2 14/15] qdev: Base object creation on QDict rather than QemuOpts
` [PATCH v2 15/15] vl: Enable JSON syntax for -device
[PATCH v2 0/2] vfio: Some fixes about vfio-pci MMIO RAM mapping
2021-10-08 15:05 UTC (3+ messages)
[PULL 00/12] some testing and plugin updates
2021-10-08 14:41 UTC (14+ messages)
` [PULL 01/12] configure: don't override the selected host test compiler if defined
` [PULL 02/12] tests/tcg/sha1: remove endian include
` [PULL 03/12] tests/tcg: move some multiarch files and make conditional
` [PULL 04/12] tests/docker: promote debian-riscv64-cross to a full image
` [PULL 05/12] gitlab: Add cross-riscv64-system, cross-riscv64-user
` [PULL 06/12] travis.yml: Remove the "Release tarball" job
` [PULL 07/12] gitlab: skip the check-patch job on the upstream repo
` [PULL 08/12] gitlab: fix passing of TEST_TARGETS env to cirrus
` [PULL 09/12] plugins/: Add missing functions to symbol list
` [PULL 10/12] accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
` [PULL 11/12] .github: move repo lockdown to the v2 configuration
` [PULL 12/12] tests/docker: add a debian-native image and make available
[PULL 00/13] M68k next patches
2021-10-08 13:29 UTC (15+ messages)
` [PULL 01/13] macfb: handle errors that occur during realize
` [PULL 02/13] macfb: update macfb.c to use the Error API best practices
` [PULL 03/13] macfb: fix invalid object reference in macfb_common_realize()
` [PULL 04/13] macfb: fix overflow of color_palette array
` [PULL 05/13] macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer
` [PULL 06/13] macfb: add trace events for reading and writing the control registers
` [PULL 07/13] macfb: implement mode sense to allow display type to be detected
` [PULL 08/13] macfb: add qdev property to specify display type
` [PULL 09/13] macfb: add common monitor modes supported by the MacOS toolbox ROM
` [PULL 10/13] macfb: fix up 1-bit pixel encoding
` [PULL 11/13] macfb: fix 24-bit RGB "
` [PULL 12/13] macfb: add vertical blank interrupt
` [PULL 13/13] q800: wire macfb IRQ to separate video interrupt on VIA2
[PATCH] MAINTAINERS: Add myself as reviewer of 'Machine core' API
2021-10-08 13:09 UTC (2+ messages)
[PATCH v4 00/23] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
2021-10-08 11:46 UTC (6+ messages)
` [PATCH v4 16/23] target/i386/sev: Remove stubs by using code elision
[PATCH v4 00/13] macfb: fixes for booting MacOS
2021-10-08 11:42 UTC (2+ messages)
Approaches for same-on-same linux-user execve?
2021-10-08 11:20 UTC (5+ messages)
[PATCH] hw/arm/sbsa-ref: Fixed cpu type error message typo
2021-10-08 10:59 UTC (3+ messages)
[RFC PATCH v2 00/25] block layer: split block APIs in global state and I/O
2021-10-08 10:48 UTC (4+ messages)
` [RFC PATCH v2 24/25] job.h: split function pointers in JobDriver
[PATCH] generic-loader: remove the ram_size limit when a loading binary file
2021-10-08 10:38 UTC (6+ messages)
[PATCH 0/3] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
2021-10-08 10:21 UTC (4+ messages)
` [PATCH 2/3] virtio-iommu: Default to bypass during boot
[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
2021-10-08 10:17 UTC (12+ messages)
[PATCH] target/riscv: csr: Implement mconfigptr CSR
2021-10-08 9:47 UTC (3+ messages)
[PATCH v3 00/17] iotests: support zstd
2021-10-08 9:22 UTC (5+ messages)
[PATCH 00/24] configure->meson queue for 6.2
2021-10-08 9:19 UTC (16+ messages)
` [PATCH 01/24] configure: remove --oss-lib
` [PATCH 15/24] configure, meson: move libaio check to meson.build
` [PATCH 23/24] configure: prepare for auto-generated option parsing
` [PATCH 24/24] configure: automatically parse command line for meson -D options
[PATCH v0] vhost-user: fix duplicated notifier MR init
2021-10-08 8:02 UTC
[PATCH 0/2] Improve vhost-user VQ notifier unmap
2021-10-08 8:00 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] vhost-user: fix VirtQ notifier cleanup
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).