messages from 2021-10-08 00:28:26 to 2021-10-09 16:10:45 UTC [more...]
[PATCH v3 0/9] bsd-user mmap fixes
2021-10-09 16:04 UTC (12+ 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 15:24 UTC
[PATCH v2 00/15] bsd-user: misc cleanup for aarch64 import
2021-10-09 14:40 UTC (17+ 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] 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 (10+ 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 (14+ messages)
` [RFC PATCH v2 04/25] include/block/block: split header into I/O and global state API
` [RFC PATCH v2 11/25] include/block/blockjob.h: "
` [RFC PATCH v2 17/25] include/block/transactions: global state API + assertions
` [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 (20+ messages)
` [PATCH 01/24] configure: remove --oss-lib
` [PATCH 06/24] kconfig: split CONFIG_SPARSE_MEM from fuzzing
` [PATCH 07/24] configure, meson: move fuzzing configuration to Meson
` [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
[PATCH v3 0/2] Improve vhost-user VQ notifier unmap
2021-10-08 7:58 UTC (3+ messages)
` [PATCH v3 1/2] vhost-user: fix VirtQ notifier cleanup
` [PATCH v3 2/2] vhost-user: remove VirtQ notifier restore
[PATCH] hw/core/machine: Add the missing delimiter in cpu_slot_to_string()
2021-10-08 7:50 UTC
[PATCH] hw/riscv: virt: bugfix the memory-backend-file command is invalid
2021-10-08 6:44 UTC (3+ messages)
[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
2021-10-08 6:31 UTC (2+ messages)
[PATCH v2 0/2] pylint: fix new errors and warnings in qemu-iotests
2021-10-08 6:28 UTC (3+ messages)
` [PATCH v2 1/2] pylint: fix errors and warnings generated by tests/qemu-iotests/297
` [PATCH v2 2/2] qemu-iotests: fix image-fleecing pylint errors
[PATCH 1/1] i386/monitor: Fix inverse PG_PRESENT_MASK checking in mem_info_la57()
2021-10-08 6:31 UTC
[PATCH 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
2021-10-08 6:07 UTC (7+ messages)
` [PATCH 1/2] numa: Set default distance map if needed
[PATCH] target/riscv: Pass the same value to oprsz and maxsz for vmv.v.v
2021-10-08 3:40 UTC (2+ messages)
[PATCH v2 0/1] hw: aspeed_gpio: Fix GPIO array indexing
2021-10-08 3:35 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH 0/1] hw: aspeed_gpio: Fix GPIO array indexing
2021-10-08 3:19 UTC (5+ messages)
` [PATCH 1/1] "
[RFC PATCH 00/13] target/riscv: Rationalize XLEN and operand length
2021-10-08 2:28 UTC (3+ messages)
` [PATCH 01/13] target/riscv: Move cpu_get_tb_cpu_state out of line
[RFC v9 00/29] vSMMUv3/pSMMUv3 2 stage VFIO integration
2021-10-08 2:13 UTC (7+ messages)
` [RFC v9 15/29] vfio: Set up nested stage mappings
[PATCH v3 0/9] optimize the downtime for vfio migration
2021-10-08 1:32 UTC (10+ messages)
` [PATCH v3 4/9] msix: simplify the conditional in msix_set/unset_vector_notifiers
` [PATCH v3 7/9] vfio: add infrastructure to commit the deferred kvm routing
` [PATCH v3 8/9] Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
[PATCH v7 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
2021-10-08 1:29 UTC (9+ messages)
` [PATCH v7 02/10] ACPI ERST: PCI device_id for ERST
` [PATCH v7 04/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v7 09/10] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v7 10/10] ACPI ERST: step 6 of bios-tables-test.c
[PATCH v2 0/5] hw/arm: Add MMC device for NPCM7XX boards
2021-10-08 0:26 UTC (6+ messages)
` [PATCH v2 1/5] hw/sd: add nuvoton MMC
` [PATCH v2 2/5] hw/arm: Add Nuvoton SD module to board
` [PATCH v2 3/5] hw/arm: Attach MMC to quanta-gbs-bmc
` [PATCH v2 4/5] tests/qtest/libqos: add SDHCI commands
` [PATCH v2 5/5] tests/qtest: add qtests for npcm7xx sdhci
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).