messages from 2022-09-28 17:43:45 to 2022-09-29 12:10:42 UTC [more...]
[PATCH v2 0/7] qga: Add FreeBSD support
2022-09-29 11:28 UTC (10+ messages)
` [PATCH 1/7] qga: Add initial "
` [PATCH 2/7] qga: Move Linux-specific FS freeze/thaw code to a separate file
` [PATCH 3/7] qga: Add UFS freeze/thaw support for FreeBSD
` [PATCH 4/7] qga: Add shutdown/halt/reboot "
` [PATCH 5/7] qga: Add support for user password setting in FreeBSD
` [PATCH 6/7] qga: Move HW address getting to a separate function
` [PATCH 7/7] qga: Add HW address getting for FreeBSD
[PATCH v1 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext
2022-09-29 11:18 UTC (8+ messages)
` [PATCH v1 2/7] util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()
` [PATCH v1 3/7] util: Introduce ThreadContext user-creatable object
` [PATCH v1 4/7] util: Add write-only "node-affinity" property for ThreadContext
` [PATCH v1 5/7] util: Make qemu_prealloc_mem() optionally consume a ThreadContext
[PATCH v3 0/5] hw/arm/virt: Improve address assignment for high memory regions
2022-09-29 11:21 UTC (12+ messages)
` [PATCH v3 3/5] hw/arm/virt: Introduce variable region_base in virt_set_high_memmap()
` [PATCH v3 4/5] hw/arm/virt: Improve high memory region address assignment
` [PATCH v3 5/5] hw/arm/virt: Add 'highmem-compact' property
[PULL 0/8] chardev patches
2022-09-29 11:05 UTC (9+ messages)
` [PULL 1/8] msmouse: Handle mouse reset
` [PULL 2/8] chardev: src buffer const for write functions
` [PULL 3/8] msmouse: Use fifo8 instead of array
` [PULL 4/8] msmouse: Add pnp data
` [PULL 5/8] serial: Allow unaligned i/o access
` [PULL 6/8] chardev: fix segfault in finalize
` [PULL 7/8] oslib-posix: Introduce qemu_socketpair()
` [PULL 8/8] vhost-user: Call qemu_socketpair() instead of socketpair()
[RFC PATCH] tests/docker: move alpine from edge to tagged release
2022-09-29 11:06 UTC (2+ messages)
[PATCH v2] pci: Assert that capabilities never overlap
2022-09-29 10:55 UTC (7+ messages)
[PATCH v3] virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
2022-09-29 10:49 UTC (2+ messages)
[PATCH v2 0/5] Make serial msmouse work
2022-09-29 10:06 UTC (4+ messages)
` [PATCH v3 1/5] msmouse: Handle mouse reset
[PATCH v2 0/2] Add zoned storage emulation to virtio-blk driver
2022-09-29 9:48 UTC (3+ messages)
` [PATCH v2 1/2] include: update virtio_blk headers from Linux 5.19-rc2+
` [PATCH v2 2/2] virtio-blk: add zoned storage emulation for zoned devices
[PATCH v2 0/2] add zone append write for zoned device
2022-09-29 9:31 UTC (3+ messages)
` [PATCH v2 1/2] file-posix: add the tracking of the zones wp
` [PATCH v2 2/2] block: introduce zone append write for zoned devices
[PATCH v9 0/5] improve error handling for module load
2022-09-29 9:30 UTC (6+ messages)
` [PATCH v9 1/5] module: removed unused function argument "mayfail"
` [PATCH v9 2/5] module: rename module_load_one to module_load
` [PATCH v9 3/5] module: add Error arguments to module_load and module_load_qom
` [PATCH v9 4/5] dmg: warn when opening dmg images containing blocks of unknown type
` [PATCH v9 5/5] accel: abort if we fail to load the accelerator plugin
Question regarding live-migration with drive-mirror
2022-09-29 9:39 UTC (3+ messages)
[PATCH v10 0/7] Add support for zoned device
2022-09-29 8:36 UTC (8+ messages)
` [PATCH v10 1/7] include: add zoned device structs
` [PATCH v10 2/7] file-posix: introduce helper functions for sysfs attributes
` [PATCH v10 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v10 4/7] raw-format: add zone operations to pass through requests
` [PATCH v10 5/7] config: add check to block layer
` [PATCH v10 6/7] qemu-iotests: test new zone operations
` [PATCH v10 7/7] docs/zoned-storage: add zoned device documentation
[PATCH v2 00/13] Misc ppc/mac machines clean up
2022-09-29 7:45 UTC (13+ messages)
` [PATCH v2 03/13] mac_{old|new}world: Set tbfreq at declaration
` [PATCH v2 05/13] mac_oldworld: Do not open code sysbus_mmio_map()
` [PATCH v2 06/13] mac_newworld: Simplify creation of Uninorth devices
` [PATCH v2 09/13] hw/ppc/mac.h: Move macio specific parts out from shared header
` [PATCH v2 10/13] hw/ppc/mac.h: Move grackle-pcihost declaration "
` [PATCH v2 13/13] mac_nvram: Use NVRAM_SIZE constant
[PATCH] tests: Add sndio to the FreeBSD CI containers / VM
2022-09-29 8:14 UTC (3+ messages)
[PATCH v2 0/2] Fix dumping in kdump format with non-aligned memory
2022-09-29 7:54 UTC (3+ messages)
` [PATCH v2 2/2] dump: fix kdump to work over non-aligned blocks
[PATCH 1/1] qxl: add subsystem_vendor_id property
2022-09-29 7:37 UTC (2+ messages)
[PATCH 0/2] ast2600: Disable NEON and VFPv4-D32
2022-09-29 7:20 UTC (6+ messages)
` [PATCH 1/2] target/arm: Disable VFPv4-D32 when NEON is not available
` [PATCH 2/2] ast2600: Drop NEON from the CPU features
[RESEND PATCH v8 0/4] Enable notify VM exit
2022-09-29 7:20 UTC (5+ messages)
` [RESEND PATCH v8 1/4] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [RESEND PATCH v8 2/4] kvm: allow target-specific accelerator properties
` [RESEND PATCH v8 3/4] kvm: expose struct KVMState
` [RESEND PATCH v8 4/4] i386: add notify VM exit support
[PATCH 2/3] vdpa: load vlan configuration at NIC startup
2022-09-29 7:13 UTC (11+ messages)
[PATCH v2 0/4] Fix some loongarch tcg bugs
2022-09-29 7:27 UTC (10+ messages)
` [PATCH v2 1/4] target/loongarch: ftint_xxx insns set the result high 32bit 0xffffffff
` [PATCH v2 2/4] target/loongarch: bstrins.w need set dest register EXT_SIGN
` [PATCH v2 4/4] target/loongarch: flogb_{s/d} add set float_flag_divbyzero
[PATCH 00/10] Misc ppc/mac machines clean up
2022-09-29 7:07 UTC (9+ messages)
` [PATCH 03/10] mac_{old|new}world: Set default values for some local variables
` [PATCH 08/10] hw/ppc/mac.h: Move grackle-pcihost declaration out from shared header
[PATCH v8 0/4] Enable notify VM exit
2022-09-29 7:03 UTC (5+ messages)
` [PATCH v8 1/4] i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
` [PATCH v8 2/4] kvm: allow target-specific accelerator properties
` [PATCH v8 3/4] kvm: expose struct KVMState
` [PATCH v8 4/4] i386: add notify VM exit support
[RFC PATCH] tests/qtest: bump up QOS_PATH_MAX_ELEMENT_SIZE
2022-09-29 6:58 UTC (6+ messages)
[PATCH v5 00/17] tcg: CPUTLBEntryFull and TARGET_TB_PCREL
2022-09-29 6:53 UTC (3+ messages)
If your networking is failing after updating to the latest git version of QEMU
2022-09-29 6:34 UTC (4+ messages)
[PATCH qemu v2 1/2] m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED
2022-09-29 6:37 UTC (8+ messages)
` [PATCH qemu v2 2/2] m68k: align bootinfo strings and data to 4 bytes
[PATCH 0/1] Update vfio-user module to the latest
2022-09-29 6:27 UTC (8+ messages)
[PATCH v8 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
2022-09-29 6:22 UTC (8+ messages)
[PATCH v1 0/3] ui/gtk: Add a new parameter to assign connectors/monitors to Guests' windows
2022-09-29 5:00 UTC (6+ messages)
[PATCH v4 0/9] target/arm: pc-relative translation blocks
2022-09-29 4:30 UTC (7+ messages)
` [PATCH v4 3/9] target/arm: Change gen_*set_pc_im to gen_*update_pc
` [PATCH v4 9/9] target/arm: Enable TARGET_TB_PCREL
[PATCH v2 0/3] Add memmap and fix bugs for LoongArch
2022-09-29 4:12 UTC (9+ messages)
` [PATCH v2 1/3] hw/loongarch: Add memmap for LoongArch virt machine
` [PATCH v2 2/3] hw/intc: Fix LoongArch extioi function
` [PATCH v2 3/3] hw/intc: Fix LoongArch ipi device emulation
[PATCH] Hexagon (target/hexagon) Fix predicated assignment to .tmp
2022-09-29 2:31 UTC
[PATCH v9 0/4] RISC-V Smstateen support
2022-09-29 1:44 UTC (8+ messages)
` [PATCH v9 1/4] target/riscv: Add smstateen support
` [PATCH v9 3/4] target/riscv: smstateen check for fcsr
` [PATCH v9 4/4] target/riscv: smstateen knobs
[PATCH v1 1/1] hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllers
2022-09-29 1:28 UTC (2+ messages)
[PULL 0/3] Hexagon (target/hexagon) improve store handling
2022-09-29 1:04 UTC (4+ messages)
` [PULL 1/3] Hexagon (target/hexagon) add instruction attributes from archlib
` [PULL 2/3] Hexagon (target/hexagon) move store size tracking to translation
` [PULL 3/3] Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]
[PATCH v2 00/66] target/arm: Implement FEAT_HAFDBS
2022-09-28 23:31 UTC (7+ messages)
` [PATCH v2 29/66] target/arm: Introduce arm_hcr_el2_eff_secstate
` [PATCH v2 31/66] target/arm: Fix S2 disabled check in S1_ptw_translate
[PATCH v2 3/3] hw/timer: ibex_timer.c: Add support for writes to mtime
2022-09-28 22:59 UTC (4+ messages)
[PATCH v1 00/10] plugins/next (disas, monitor, docs, execlog)
2022-09-28 22:59 UTC (5+ messages)
` [PATCH v1 04/10] tests/tcg: add memory-sve test for aarch64
` [PATCH v1 09/10] contrib/plugins: reset skip when matching in execlog
[PATCH 0/6] aspeed: avocado test boosts
2022-09-28 22:48 UTC (3+ messages)
` [PATCH 1/6] tests/avocado/machine_aspeed.py: Fix typos on buildroot
[PATCH 1/2] include: import virtio_blk headers from linux with zoned device support
2022-09-28 22:33 UTC (5+ messages)
` [PATCH 2/2] virtio-blk: add zoned storage emulation for zoned devices
[PATCH] ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switch
2022-09-28 21:58 UTC
venv for python qtest bits? (was: Re: [PATCH 11/12] acpi/tests/bits: add README file for bits qtests)
2022-09-28 21:43 UTC (20+ messages)
` Why we should avoid new submodules if possible
[PATCH v2] target/hppa: Generate illegal instruction exception for 64-bit instructions
2022-09-28 21:05 UTC (2+ messages)
[PATCH 0/8] linux-user: Futex improvements
2022-09-28 20:33 UTC (3+ messages)
` [PATCH 8/8] linux-user: Log tid for strace
[PULL 00/37] Linux user for 7.2 patches
2022-09-28 20:27 UTC (38+ messages)
` [PULL 01/37] linux-user: use 'max' instead of 'qemu32' / 'qemu64' by default
` [PULL 02/37] linux-user: fix readlinkat handling with magic exe symlink
` [PULL 03/37] linux-user: Add missing signals in strace output
` [PULL 04/37] linux-user: Add missing clock_gettime64() syscall strace
` [PULL 05/37] linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls
` [PULL 06/37] linux-user: Log failing executable in EXCP_DUMP()
` [PULL 07/37] linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info
` [PULL 08/37] linux-user/hppa: Dump IIR on register dump
` [PULL 09/37] linux-user: Fix strace of chmod() if mode == 0
` [PULL 10/37] linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch
` [PULL 11/37] linux-user: Add strace for clock_nanosleep()
` [PULL 12/37] linux-user: Show timespec on strace for futex()
` [PULL 13/37] linux-user: Provide MADV_* definitions
` [PULL 14/37] linux-user: Fix madvise(MADV_DONTNEED) on alpha
` [PULL 15/37] linux-user: Implement stracing madvise()
` [PULL 16/37] linux-user: Passthrough MADV_DONTNEED for certain file mappings
` [PULL 17/37] tests/tcg/linux-test: Add linux-madvise test
` [PULL 18/37] linux-user: Fix TARGET_PROT_SEM for XTENSA
` [PULL 19/37] linux-user: Add proper strace format strings for getdents()/getdents64()
` [PULL 20/37] linux-user/hppa: Add signal trampoline for hppa target
` [PULL 21/37] linux-user/hppa: Drop stack guard page on "
` [PULL 22/37] linux-user/hppa: Increase guest stack size to 80MB for "
` [PULL 23/37] linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()
` [PULL 24/37] linux-user/hppa: Fix setup_sigcontext()
` [PULL 25/37] linux-user: fix bug about missing signum convert of sigqueue
` [PULL 26/37] linux-user: Don't assume 0 is not a valid host timer_t value
` [PULL 27/37] linux-user/s390x: Save/restore fpc when handling a signal
` [PULL 28/37] linux-user: Introduce stubs for ELF AT_BASE_PLATFORM
` [PULL 29/37] linux-user: Set ELF_BASE_PLATFORM for MIPS
` [PULL 30/37] linux-user: Combine do_futex and do_futex_time64
` [PULL 31/37] linux-user: Sink call to do_safe_futex
` [PULL 32/37] linux-user: Implement FUTEX_WAKE_BITSET
` [PULL 33/37] linux-user: Convert signal number for FUTEX_FD
` [PULL 34/37] linux-user: Implement PI futexes
` [PULL 35/37] linux-user: Update print_futex_op
` [PULL 36/37] linux-user: Lock log around strace
` [PULL 37/37] linux-user: Add parameters of getrandom() syscall for strace
[PATCH 0/5] Small meson updates for QEMU 7.2
2022-09-28 21:08 UTC (5+ messages)
` [PATCH 4/5] configure, meson: move C++ compiler detection to meson.build
[RFC PATCH] semihosting: update link to spec
2022-09-28 21:07 UTC (2+ messages)
[PULL 00/38] Linux user for 7.2 patches
2022-09-28 20:23 UTC (3+ messages)
[PATCH v5 00/12] blkio: add libblkio BlockDriver
2022-09-28 20:12 UTC (7+ messages)
` [PATCH v5 02/12] blkio: add libblkio block driver
` [PATCH v5 11/12] blkio: implement BDRV_REQ_REGISTERED_BUF optimization
virtiofsd: Any reason why there's not an "openat2" sandbox mode?
2022-09-28 19:28 UTC (9+ messages)
` [Virtio-fs] "
[PATCH v3 00/15] gdbstub/next (MemTxAttrs, re-factoring)
2022-09-28 18:56 UTC (12+ messages)
` [PATCH v3 01/15] hw: encode accessing CPU index in MemTxAttrs
` [PATCH v3 02/15] target/arm: ensure TCG IO accesses set appropriate MemTxAttrs
` [PATCH v3 06/15] target/arm: ensure m-profile helpers "
` [PATCH v3 08/15] hw/intc/gic: use MxTxAttrs to divine accessing CPU
` [PATCH v3 09/15] hw/timer: convert mptimer access to attrs to derive cpu index
[PATCH 0/3] Hexagon (target/hexagon) improve store handling
2022-09-28 17:52 UTC (4+ messages)
` [PATCH 3/3] Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]
[PATCH v2 1/3] hw/watchdog: wdt_ibex_aon.c: Implement the watchdog for the OpenTitan
2022-09-28 18:25 UTC (2+ messages)
[PATCH v9 00/10] s390x: CPU Topology
2022-09-28 18:11 UTC (9+ messages)
` [PATCH v9 01/10] s390x/cpus: Make absence of multithreading clear
[RFC PATCH v2 00/29] PowerPC interrupt rework
2022-09-28 17:31 UTC (2+ messages)
[PATCH] target/hppa: Generate illegal instruction exception for 64-bit instructions
2022-09-28 16:44 UTC (3+ messages)
[PATCH 1/1] 9pfs: avoid iterator invalidation in v9fs_mark_fids_unreclaim
2022-09-28 17:24 UTC (4+ 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).