messages from 2022-01-11 11:32:55 to 2022-01-11 22:04:32 UTC [more...]
[PULL 00/13] Net patches
2022-01-11 22:02 UTC (4+ messages)
[PATCH v10 0/7] Add vmnet.framework based network backend
2022-01-11 21:14 UTC (8+ messages)
` [PATCH v10 1/7] net/vmnet: add vmnet dependency and customizable option
` [PATCH v10 2/7] net/vmnet: add vmnet backends to qapi/net
` [PATCH v10 3/7] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v10 4/7] net/vmnet: implement host mode (vmnet-host)
` [PATCH v10 5/7] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v10 6/7] net/vmnet: update qemu-options.hx
` [PATCH v10 7/7] net/vmnet: update MAINTAINERS list
[PATCH] linux-user: rt_sigprocmask, check read perms first
2022-01-11 20:50 UTC (4+ messages)
[PATCH] nbd/server.c: Remove unused field
2022-01-11 20:17 UTC (2+ messages)
[PATCH] tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using it
2022-01-11 20:45 UTC (2+ messages)
[PATCH 0/1] ppc/pnv: use stack->pci_regs[] in pnv_pec_stk_pci_xscom_write()
2022-01-11 20:01 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH v4 00/23] Migration: Transmit and detect zero pages in the multifd threads
2022-01-11 20:00 UTC (26+ messages)
` [PATCH v4 01/23] migration: All this fields are unsigned
` [PATCH v4 02/23] migration: We only need last_stage in two places
` [PATCH v4 03/23] migration: ram_release_pages() always receive 1 page as argument
` [PATCH v4 04/23] migration: Remove masking for compression
` [PATCH v4 05/23] migration: simplify do_compress_ram_page
` [PATCH v4 06/23] migration: Move ram_release_pages() call to save_zero_page_to_file()
` [PATCH v4 07/23] multifd: Use proper maximum compression values
` [PATCH v4 08/23] multifd: Move iov from pages to params
` [PATCH v4 09/23] multifd: Make zlib use iov's
` [PATCH v4 10/23] multifd: Make zstd "
` [PATCH v4 11/23] multifd: Remove send_write() method
` [PATCH v4 12/23] multifd: Use a single writev on the send side
` [PATCH v4 13/23] multifd: Unfold "used" variable by its value
` [PATCH v4 14/23] multifd: Use normal pages array on the send side
` [PATCH v4 15/23] multifd: Use normal pages array on the recv side
` [PATCH v4 16/23] multifd: recv side only needs the RAMBlock host address
` [PATCH v4 17/23] multifd: Rename pages_used to normal_pages
` [PATCH v4 18/23] migration: Make ram_save_target_page() a pointer
` [PATCH v4 19/23] multifd: Add property to enable/disable zero_page
` [PATCH v4 20/23] multifd: Support for zero pages transmission
` [PATCH v4 21/23] multifd: Zero "
` [PATCH v4 22/23] migration: Use multifd before we check for the zero page
` [PATCH v4 23/23] migration: Export ram_release_page()
[PATCH v4 00/11] Improve PMU support
2022-01-11 19:57 UTC (4+ messages)
` [PATCH v4 07/11] target/riscv: Support mcycle/minstret write operation
[PULL 00/30] Linux user for 7.0 patches
2022-01-11 19:52 UTC (31+ messages)
` [PULL 01/30] linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap
` [PULL 02/30] linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRAND
` [PULL 03/30] linux-user/alpha: Use force_sig_fault
` [PULL 04/30] linux-user/cris: "
` [PULL 05/30] linux-user/hppa: "
` [PULL 06/30] linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOW
` [PULL 07/30] linux-user: Remove TARGET_NSIGFPE
` [PULL 08/30] linux-user/hppa: Set FPE_CONDTRAP for COND
` [PULL 09/30] linux-user/i386: Split out maybe_handle_vm86_trap
` [PULL 10/30] linux-user/i386: Use force_sig, force_sig_fault
` [PULL 11/30] linux-user/m68k: Use force_sig_fault
` [PULL 12/30] linux-user/microblaze: "
` [PULL 13/30] linux-user/microblaze: Fix SIGFPE si_codes
` [PULL 14/30] linux-user/mips: Improve do_break
` [PULL 15/30] linux-user/mips: Use force_sig_fault
` [PULL 16/30] target/mips: Extract break code into env->error_code
` [PULL 17/30] target/mips: Extract trap "
` [PULL 18/30] linux-user/openrisc: Use force_sig_fault
` [PULL 19/30] linux-user/ppc: "
` [PULL 20/30] linux-user/riscv: "
` [PULL 21/30] linux-user/s390x: "
` [PULL 22/30] linux-user/sh4: "
` [PULL 23/30] linux-user/sparc: "
` [PULL 24/30] linux-user/xtensa: "
` [PULL 25/30] linux-user/arm: Move target_oabi_flock64 out of target_structs.h
` [PULL 26/30] linux-user: Move target_struct.h generic definitions to generic/
` [PULL 27/30] linux-user: Do not special-case NULL for PR_GET_PDEATHSIG
` [PULL 28/30] linux-user: Map signal number in PR_GET_PDEATHSIG
` [PULL 29/30] linux-user: Implement PR_SET_PDEATHSIG
` [PULL 30/30] linux-user: Implement capability prctls
[PATCH 0/4] tests/qtest: Check for devices and machines before adding tests
2022-01-11 19:53 UTC (3+ messages)
` [PATCH 3/4] tests/qtest/cdrom-test: Check whether devices are available before using them
[RFC qemu.qmp PATCH 00/24] Python: Fork qemu.qmp Python lib into independent repo
2022-01-11 19:48 UTC (6+ messages)
` [RFC qemu.qmp PATCH 17/24] Makefile: add build and publish targets
[PATCH v3 00/10] hw/dma: Use dma_addr_t type definition when relevant
2022-01-11 18:43 UTC (11+ messages)
` [PATCH v3 01/10] stubs: Restrict fw_cfg to system emulation
` [PATCH v3 02/10] hw/nvram: Restrict fw_cfg QOM interface to sysemu and tools
` [PATCH v3 03/10] hw/pci: Restrict pci-bus stub to sysemu
` [PATCH v3 04/10] hw/pci: Document pci_dma_map()
` [PATCH v3 05/10] hw/dma: Remove CONFIG_USER_ONLY check
` [PATCH v3 06/10] hw/rdma/rdma_utils: Rename rdma_pci_dma_map 'len' argument
` [PATCH v3 07/10] hw/scsi: Rename SCSIRequest::resid as 'residual'
` [PATCH v3 08/10] hw/dma: Fix format string issues using dma_addr_t
` [PATCH v3 09/10] hw/dma: Move ScatterGatherEntry / QEMUSGList declarations around
` [PATCH v3 10/10] hw/dma: Use dma_addr_t type definition when relevant
[PATCH v2 0/9] hw/dma: Use dma_addr_t type definition when relevant
2022-01-11 18:47 UTC (3+ messages)
[PATCH] virtiofsd: Do not support blocking flock
2022-01-11 18:10 UTC
[RFC PATCH v3 0/7] host: Support macOS 12
2022-01-11 18:36 UTC (9+ messages)
` [RFC PATCH v3 1/7] configure: Allow passing extra Objective C compiler flags
` [RFC PATCH v3 3/7] hvf: Make hvf_get_segments() / hvf_put_segments() local
` [RFC PATCH v3 4/7] hvf: Remove deprecated hv_vcpu_flush() calls
` [RFC PATCH v3 5/7] audio/coreaudio: Remove a deprecation warning on macOS 12
[PATCH v5 0/5] user creatable pnv-phb4 devices
2022-01-11 18:10 UTC (11+ messages)
` [PATCH v5 1/5] ppc/pnv: set phb4 properties in stk_realize()
` [PATCH v5 2/5] ppc/pnv: move PHB4 XSCOM init to phb4_realize()
` [PATCH v5 3/5] ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStack
` [PATCH v5 4/5] ppc/pnv: Introduce user creatable pnv-phb4 devices
` [PATCH v5 5/5] ppc/pnv: turn pnv_phb4_update_regions() into static
[PATCH] qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ
2022-01-11 17:52 UTC (2+ messages)
[PATCH] tests: Fix typo in check-help output
2022-01-11 17:55 UTC
[PATCH v2 00/13] arm gicv3 ITS: Various bug fixes and refactorings
2022-01-11 17:10 UTC (14+ messages)
` [PATCH v2 01/13] hw/intc/arm_gicv3_its: Fix event ID bounds checks
` [PATCH v2 02/13] hw/intc/arm_gicv3_its: Convert int ID check to num_intids convention
` [PATCH v2 03/13] hw/intc/arm_gicv3_its: Fix handling of process_its_cmd() return value
` [PATCH v2 04/13] hw/intc/arm_gicv3_its: Don't use data if reading command failed
` [PATCH v2 05/13] hw/intc/arm_gicv3_its: Use enum for return value of process_* functions
` [PATCH v2 06/13] hw/intc/arm_gicv3_its: Fix return codes in process_its_cmd()
` [PATCH v2 07/13] hw/intc/arm_gicv3_its: Refactor process_its_cmd() to reduce nesting
` [PATCH v2 08/13] hw/intc/arm_gicv3_its: Fix return codes in process_mapti()
` [PATCH v2 09/13] hw/intc/arm_gicv3_its: Fix return codes in process_mapc()
` [PATCH v2 10/13] hw/intc/arm_gicv3_its: Fix return codes in process_mapd()
` [PATCH v2 11/13] hw/intc/arm_gicv3_its: Factor out "find address of table entry" code
` [PATCH v2 12/13] hw/intc/arm_gicv3_its: Check indexes before use, not after
` [PATCH v2 13/13] hw/intc/arm_gicv3_its: Range-check ICID before indexing into collection table
[PATCH] hw/arm: kudo add lm75s behind bus 1 switch at 75
2022-01-11 17:23 UTC
[PULL 00/26] ppc queue
2022-01-11 17:28 UTC (4+ messages)
` [PULL 06/26] target/ppc: Improve logging in Radix MMU
[PATCH 0/8] virtio: Add vhost-user based Video decode
2022-01-11 16:38 UTC (15+ messages)
` [PATCH 1/8] vhost-user-video: Add a README.md with cheat sheet of commands
` [PATCH 2/8] MAINTAINERS: Add virtio-video section
` [PATCH 3/8] vhost-user-video: boiler plate code for vhost-user-video device
` [PATCH 4/8] vhost-user-video: add meson subdir build logic
` [PATCH 7/8] hw/display: add vhost-user-video-pci
` [PATCH 8/8] tools/vhost-user-video: Add initial vhost-user-video vmm
[PATCH v6 00/23] QEMU RISC-V AIA support
2022-01-11 17:18 UTC (4+ messages)
` [PATCH v6 09/23] target/riscv: Implement AIA local interrupt priorities
RFC: QMP configuration - allocating/setting qdev array properties?
2022-01-11 16:54 UTC
[PATCH v7 0/6] ARM virt: Support CPU cluster topology
2022-01-11 16:29 UTC (2+ messages)
[PATCH 0/3] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
2022-01-11 16:24 UTC (4+ messages)
[PATCH for-7.0 0/6] target/arm: Implement LVA, LPA, LPA2 features
2022-01-11 16:00 UTC (4+ messages)
` [PATCH 1/6] target/arm: Fault on invalid TCR_ELx.TxSZ
[PATCH v3 0/3] block: Minor vhost-user-blk fixes
2022-01-11 15:54 UTC (2+ messages)
[PATCH v2] block-backend: prevent dangling BDS pointers across aio_poll()
2022-01-11 15:36 UTC (3+ messages)
[PATCH v3 0/2] block-backend: prevent dangling BDS pointers across aio_poll()
2022-01-11 15:36 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] iotests/stream-error-on-reset: New test
[PATCH 0/1] Fix -device JSON support wrt hotplug
2022-01-11 15:21 UTC (2+ messages)
cirrus-ci: FreeBSD failure (lttng-ust package not found)
2022-01-11 15:22 UTC (3+ messages)
qemu-efi-aarch64 package
2022-01-11 14:26 UTC
[PATCH v9 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
2022-01-11 14:49 UTC (8+ messages)
` [PATCH v9 05/10] ACPI ERST: support for ACPI ERST feature
[PATCH] hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUEST
2022-01-11 14:58 UTC
[PATCH v2] target/arm/cpu64: Use 32-bit GDBstub when running in 32-bit KVM mode
2022-01-11 14:38 UTC (3+ messages)
[PATCH v7 0/4] VNC-related HMP/QMP fixes
2022-01-11 14:18 UTC (4+ messages)
[PATCH] target/s390x: Fix 32-bit shifts
2022-01-11 14:22 UTC (2+ messages)
[PATCH v3] hw/arm/virt: KVM: Enable PAuth when supported by the host
2022-01-11 14:18 UTC (5+ messages)
[PATCH] clock-vmstate: Add missing END_OF_LIST
2022-01-11 14:01 UTC (6+ messages)
[PULL 0/2] SD/MMC patches for 2022-01-08
2022-01-11 14:20 UTC (5+ messages)
[PATCH v3 0/6] migration: misc cleanups
2022-01-11 13:45 UTC (10+ messages)
` [PATCH v3 1/6] migration: All this fields are unsigned
` [PATCH v3 2/6] migration: We only need last_stage in two places
` [PATCH v3 3/6] migration: ram_release_pages() always receive 1 page as argument
` [PATCH v3 4/6] migration: Remove masking for compression
` [PATCH v3 5/6] migration: simplify do_compress_ram_page
` [PATCH v3 6/6] migration: Move ram_release_pages() call to save_zero_page_to_file()
[PATCH v4 0/3] hw/net: Move MV88W8618 network device out of hw/arm/ directory
2022-01-11 14:12 UTC (2+ messages)
[PATCH v4 00/14] vfio-user server in QEMU
2022-01-11 13:12 UTC (9+ messages)
` [PATCH v4 07/14] vfio-user: run vfio-user context
[PATCH v3 00/18] ppc/pnv: Extend the powernv10 machine
2022-01-11 13:34 UTC (2+ messages)
[PATCH] hw/smbios: Add table 4 parameter, "processor-id"
2022-01-11 13:13 UTC (2+ messages)
[PATCH 0/5] Introduce camera subsystem and USB video device
2022-01-11 13:00 UTC (6+ messages)
` [PATCH 4/5] usb: allow max 8192 bytes for desc
` "
[PATCH v1] util/oslib-posix: Fix missing unlock in the error path of os_mem_prealloc()
2022-01-11 12:56 UTC (2+ messages)
[PATCH 0/8] target/ppc: powerpc_excp improvements [40x] (3/n)
2022-01-11 12:48 UTC (4+ messages)
` [PATCH 8/8] target/ppc: 405: System call exception cleanup
[PATCH v1] libvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with hugetlb
2022-01-11 12:54 UTC (2+ messages)
[PATCH] usb: allow max 8192 bytes for desc
2022-01-11 12:59 UTC (8+ messages)
` "
` "
[RFC PATCH v2 0/6] host: Support macOS 12
2022-01-11 12:51 UTC (5+ messages)
` [RFC PATCH v2 2/6] audio/coreaudio: Remove a deprecation warning on "
[PATCH v2 00/37] Add D-Bus display backend
2022-01-11 12:45 UTC (5+ messages)
` [PATCH v2 19/37] console: save current scanout details
[PATCH v4 0/7] tcg/arm: Unaligned access and other cleanup
2022-01-11 12:06 UTC (11+ messages)
` [PATCH v4 3/7] tcg/arm: Remove use_armv6_instructions
` [PATCH v4 4/7] tcg/arm: Check alignment for ldrd and strd
` [PATCH v4 5/7] tcg/arm: Support unaligned access for softmmu
` [PATCH v4 6/7] tcg/arm: Reserve a register for guest_base
` [PATCH v4 7/7] tcg/arm: Support raising sigbus for user-only
[PATCH] Fix null pointer dereference in util/fdmon-epoll.c
2022-01-11 12:10 UTC
[PULL v2 00/10] virtio: revert config interrupt changes
2022-01-11 11:37 UTC (2+ messages)
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).