qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-13 19:28:02 to 2021-09-14 12:41:45 UTC [more...]

[PULL 00/44] tcg patch queue, v2
 2021-09-14 12:39 UTC  (47+ messages)
` [PULL 01/44] accel/tcg: Add DisasContextBase argument to translator_ld*
` [PULL 02/44] accel/tcg: Clear PAGE_WRITE before translation
` [PULL 03/44] tcg/i386: Split P_VEXW from P_REXW
` [PULL 04/44] accel/tcg: remove redundant TCG_KICK_PERIOD define
` [PULL 05/44] tcg: Remove tcg_global_reg_new defines
` [PULL 06/44] tcg/ppc: Replace TCG_TARGET_CALL_DARWIN with _CALL_DARWIN
` [PULL 07/44] tcg/ppc: Ensure _CALL_SYSV is set for 32-bit ELF
` [PULL 08/44] tcg/arm: Fix tcg_out_vec_op function signature
` [PULL 09/44] target/avr: Remove pointless use of CONFIG_USER_ONLY definition
` [PULL 10/44] target/i386: Restrict sysemu-only fpu_helper helpers
` [PULL 11/44] target/i386: Simplify TARGET_X86_64 #ifdef'ry
` [PULL 12/44] target/xtensa: Restrict do_transaction_failed() to sysemu
` [PULL 13/44] accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt
` [PULL 14/44] target/alpha: Restrict cpu_exec_interrupt() handler to sysemu
` [PULL 15/44] target/arm: "
` [PULL 16/44] target/cris: "
` [PULL 17/44] target/hppa: "
` [PULL 18/44] target/i386: "
` [PULL 19/44] target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folder
` [PULL 20/44] target/m68k: Restrict cpu_exec_interrupt() handler to sysemu
` [PULL 21/44] target/microblaze: "
` [PULL 22/44] target/mips: "
` [PULL 23/44] target/nios2: "
` [PULL 24/44] target/openrisc: "
` [PULL 25/44] target/ppc: "
` [PULL 26/44] target/riscv: "
` [PULL 27/44] target/sh4: "
` [PULL 28/44] target/sparc: "
` [PULL 29/44] target/rx: "
` [PULL 30/44] target/xtensa: "
` [PULL 31/44] accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() "
` [PULL 32/44] user: Remove cpu_get_pic_interrupt() stubs
` [PULL 33/44] user: Mark cpu_loop() with noreturn attribute
` [PULL 34/44] accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts
` [PULL 35/44] tcg/arm: Remove fallback definition of __ARM_ARCH
` [PULL 36/44] tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}
` [PULL 37/44] tcg/arm: Simplify use_armv5t_instructions
` [PULL 38/44] tcg/arm: Support armv4t in tcg_out_goto and tcg_out_call
` [PULL 39/44] tcg/arm: Split out tcg_out_ldstm
` [PULL 40/44] tcg/arm: Simplify usage of encode_imm
` [PULL 41/44] tcg/arm: Drop inline markers
` [PULL 42/44] tcg/arm: Give enum arm_cond_code_e a typedef and use it
` [PULL 43/44] tcg/arm: More use of the ARMInsn enum
` [PULL 44/44] tcg/arm: More use of the TCGReg enum

[PULL 00/14] aspeed queue
 2021-09-14 12:26 UTC  (9+ messages)
` [PULL 14/14] hw/arm/aspeed: Add Fuji machine type

[PATCH v4 00/10] qcow2 check: check some reserved bits and subcluster bitmaps
 2021-09-14 12:24 UTC  (11+ messages)
` [PATCH v4 01/10] qcow2-refcount: improve style of check_refcounts_l2()
` [PATCH v4 02/10] qcow2: compressed read: simplify cluster descriptor passing
` [PATCH v4 03/10] qcow2: introduce qcow2_parse_compressed_l2_entry() helper
` [PATCH v4 04/10] qcow2-refcount: introduce fix_l2_entry_by_zero()
` [PATCH v4 05/10] qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap
` [PATCH v4 06/10] qcow2-refcount: check_refcounts_l2(): check l2_bitmap
` [PATCH v4 07/10] qcow2-refcount: check_refcounts_l2(): check reserved bits
` [PATCH v4 08/10] qcow2-refcount: improve style of check_refcounts_l1()
` [PATCH v4 09/10] qcow2-refcount: check_refcounts_l1(): check reserved bits
` [PATCH v4 10/10] qcow2-refcount: check_refblocks(): add separate message for reserved

[PATCH] tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist
 2021-09-14 12:32 UTC 

[PATCH v6 0/6] pSeries FORM2 affinity support
 2021-09-14 12:26 UTC  (11+ messages)
` [PATCH v6 1/6] spapr_numa.c: split FORM1 code into helpers
` [PATCH v6 2/6] spapr_numa.c: scrap 'legacy_numa' concept
` [PATCH v6 3/6] spapr: introduce spapr_numa_associativity_reset()
` [PATCH v6 4/6] spapr_numa.c: parametrize FORM1 macros
` [PATCH v6 5/6] spapr: move FORM1 verifications to post CAS

[PATCH 1/2] qga-win: Detect OS based on Windows 10 by first build number
 2021-09-14 12:14 UTC  (2+ messages)
` [PATCH 2/2] qga-win: Detect Windows 11 by "

[PATCH 0/3] target/arm: Set FPSCR.LTPSIZE for user-mode
 2021-09-14 12:07 UTC  (4+ messages)
` [PATCH 1/3] target/arm: Don't skip M-profile reset entirely in user mode
` [PATCH 2/3] target/arm: Always clear exclusive monitor on reset
` [PATCH 3/3] target/arm: Consolidate ifdef blocks in reset

[RFC PATCH v2] accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
 2021-09-14 12:04 UTC 

[PATCH v3 00/10] qcow2 check: check some reserved bits and subcluster bitmaps
 2021-09-14 12:03 UTC  (17+ messages)
` [PATCH v3 05/10] qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap
` [PATCH v3 06/10] qcow2-refcount: check_refcounts_l2(): check l2_bitmap
` [PATCH v3 07/10] qcow2-refcount: check_refcounts_l2(): check reserved bits
` [PATCH v3 08/10] qcow2-refcount: improve style of check_refcounts_l1()
` [PATCH v3 09/10] qcow2-refcount: check_refcounts_l1(): check reserved bits
` [PATCH v3 10/10] qcow2-refcount: check_refblocks(): add separate message for reserved

[PULL 0/5] Migration.next patches
 2021-09-14 11:51 UTC  (6+ messages)
` [PULL 1/5] multifd: Implement yank for multifd send side
` [PULL 2/5] multifd: Unconditionally unregister yank function
` [PULL 3/5] migration/rdma: Try to register On-Demand Paging memory region
` [PULL 4/5] migration/rdma: advise prefetch write for ODP region
` [PULL 5/5] migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*()

[PATCH] vhost-vsock: fix migration issue when seqpacket is supported
 2021-09-14 11:49 UTC  (9+ messages)

[RFC v3 00/32] Rust binding for QAPI and qemu-ga QMP handler examples
 2021-09-14 11:34 UTC  (4+ messages)
` [RFC v3 12/32] rust: provide a common crate for QEMU

[PATCH] hw/virtio: Update vring after modifying its queue size
 2021-09-14 11:12 UTC  (2+ messages)

[PATCH v3 0/6] qapi: Add support for aliases
 2021-09-14 11:00 UTC  (16+ messages)
` [PATCH v3 4/6] qapi: Apply aliases in qobject-input-visitor
` [PATCH v3 5/6] qapi: Add support for aliases
` [PATCH v3 6/6] tests/qapi-schema: Test cases "

[PATCH v3 00/17] iotests: support zstd
 2021-09-14 10:25 UTC  (18+ messages)
` [PATCH v3 01/17] iotests.py: img_info_log(): rename imgopts argument
` [PATCH v3 02/17] iotests.py: qemu_img*("create"): support IMGOPTS='compression_type=zstd'
` [PATCH v3 03/17] iotests: drop qemu_img_verbose() helper
` [PATCH v3 04/17] iotests.py: rewrite default luks support in qemu_img
` [PATCH v3 05/17] iotest 303: explicit compression type
` [PATCH v3 06/17] iotest 065: "
` [PATCH v3 07/17] iotests.py: filter out successful output of qemu-img create
` [PATCH v3 08/17] iotests.py: filter compression type out
` [PATCH v3 09/17] iotest 302: use img_info_log() helper
` [PATCH v3 10/17] qcow2: simple case support for downgrading of qcow2 images with zstd
` [PATCH v3 11/17] iotests/common.rc: introduce _qcow2_dump_header helper
` [PATCH v3 12/17] iotests: massive use _qcow2_dump_header
` [PATCH v3 13/17] iotest 39: "
` [PATCH v3 14/17] iotests: bash tests: filter compression type
` [PATCH v3 15/17] iotests 60: more accurate set dirty bit in qcow2 header
` [PATCH v3 16/17] iotest 214: explicit compression type
` [PATCH v3 17/17] iotests: declare lack of support for compresion_type in IMGOPTS

[PATCH v2] target/ppc: Fix 64-bit decrementer
 2021-09-14 10:23 UTC  (4+ messages)

[PATCH v11 00/16] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-09-14 10:24 UTC  (4+ messages)
` [PATCH v11 03/16] target/riscv: clwz must ignore high bits (use shift-left & changed logic)

[qemu-web PATCH] Update FUSE block export blog post
 2021-09-14 10:02 UTC  (3+ messages)

[PULL v4 00/23] target-arm queue
 2021-09-14  9:30 UTC  (2+ messages)

[PATCH] qemu-img: Allow target be aligned to sector size
 2021-09-14  9:24 UTC  (2+ messages)

[PATCH 0/2] Improve vhost-user VQ notifier unmap
 2021-09-14  8:42 UTC  (3+ messages)
` [PATCH 1/2] vhost-user: fix VirtQ notifier cleanup

[qemu-web RFC PATCH] Add Sponsors page
 2021-09-14  8:26 UTC  (5+ messages)

[qemu-web PATCH] Gemfile: Add webrick bundle dependency
 2021-09-14  8:21 UTC  (4+ messages)

[PATCH v2] docs: add supported host CPU architectures section
 2021-09-14  8:18 UTC  (3+ messages)

[PATCH v2 00/17] iotests: support zstd
 2021-09-14  8:02 UTC  (5+ messages)
` [PATCH v2 04/17] iotests.py: rewrite default luks support in qemu_img

[PATCH V2] util: Remove redundant checks in the openpty()
 2021-09-14  7:43 UTC  (2+ messages)

[PATCH 00/22] qapi: Remove simple unions from the schema language
 2021-09-14  7:15 UTC  (21+ messages)
` [PATCH 03/22] qapi: Convert simple union KeyValue to flat one
` [PATCH 04/22] qapi: Convert simple union InputEvent "
` [PATCH 10/22] qapi: Convert simple union TransactionAction "
` [PATCH 12/22] test-qobject-input-visitor: Wean off UserDefListUnion
` [PATCH 19/22] tests/qapi-schema: Drop simple union __org.qemu_x-Union1
` [PATCH 21/22] qapi: Drop simple unions

[PULL 0/6] Vga 20210910 patches
 2021-09-14  7:11 UTC  (3+ messages)

[RFC PATCH 0/7] linux-user: Streamline handling of SIGSEGV/SIGBUS
 2021-09-14  6:58 UTC  (12+ messages)
` [RFC PATCH 1/7] include/exec: Move cpu_signal_handler declaration
` [RFC PATCH 2/7] accel/tcg: Split out adjust_signal_pc
` [RFC PATCH 3/7] accel/tcg: Split out handle_sigsegv_accerr_write
` [RFC PATCH 4/7] accel/tcg: Move clear_helper_retaddr to cpu loop
` [RFC PATCH 5/7] accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
` [RFC PATCH 6/7] linux-user: Handle SIGSEGV/SIGBUS in host_to_target_siginfo_noswap
` [RFC PATCH 7/7] linux-user: Reorg cpu_signal_handler

[PATCH v4 00/33] Qemu SGX virtualization
 2021-09-14  6:53 UTC  (13+ messages)
` [PATCH v4 04/33] i386: Add 'sgx-epc' device to expose EPC sections to guest
` [PATCH v4 10/33] i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRs
` [PATCH v4 22/33] hostmem-epc: Add the reset interface for EPC backend reset
` [PATCH v4 23/33] sgx-epc: Add the reset interface for sgx-epc virt device

[PATCH] gitlab-ci: Make more custom runner jobs manual, and don't allow failure
 2021-09-14  5:44 UTC  (2+ messages)

hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
 2021-09-14  4:54 UTC  (4+ messages)
` [PATCH 1/3] bios-tables-test: allow changes in DSDT ACPI tables for q35
` [PATCH 2/3] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
` [PATCH 3/3] bios-tables-test: Update ACPI DSDT table golden blobs for q35

[PATCH] qapi: define cleanup function for g_autoptr(Error)
 2021-09-14  4:46 UTC  (7+ messages)

[PATCH RESEND v2 0/4] hw/dma: Align SiFive PDMA behavior with real hardware
 2021-09-14  2:24 UTC  (3+ messages)
` [PATCH RESEND v2 4/4] hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer

[PATCH] target/riscv: Force to set mstatus_hs.[SD|FS] bits in mark_fs_dirty()
 2021-09-14  2:13 UTC  (3+ messages)

[PATCH v2 0/2] vfio: Some fixes about vfio-pci MMIO RAM mapping
 2021-09-14  1:53 UTC  (3+ messages)
` [PATCH v2 1/2] vfio/pci: Fix vfio-pci sub-page MMIO BAR mmaping in live migration
` [PATCH v2 2/2] vfio/common: Add trace point when a MMIO RAM section less than PAGE_SIZE

[PATCH] target/riscv: Backup/restore mstatus.SD bit when virtual register swapped
 2021-09-14  1:37 UTC 

[RFC v2 0/2] ui: Add a Wayland backend for Qemu UI (v2)
 2021-09-13 22:20 UTC  (3+ messages)
` [RFC v2 1/2] virtio-gpu: Add support for VIRTIO_GPU_F_RELEASE_FENCE
` [RFC v2 2/2] ui: Add a plain Wayland backend for Qemu UI

[RFC v6] virtio/vsock: add two more queues for datagram types
 2021-09-13 22:18 UTC 

question on vhost, limiting kernel threads and NPROC
 2021-09-13 21:32 UTC  (4+ messages)

[PATCH v9 00/11] hvf: Implement Apple Silicon Support
 2021-09-13 21:29 UTC  (8+ messages)
` [PATCH v9 07/11] hvf: arm: Implement PSCI handling

[qemu-hexagon] Error mapping file: Invalid argument
 2021-09-13 21:07 UTC  (4+ messages)

[PATCH] target/ppc: Fix 64-bit decrementer
 2021-09-13 20:19 UTC  (7+ messages)

[PATCH 0/2] Require hypervisor privilege for tlbie[l] when PSR=0 and HR=1
 2021-09-13 19:38 UTC  (5+ messages)
` [PATCH 1/2] target/ppc: add LPCR[HR] to DisasContext and hflags
` [PATCH 2/2] target/ppc: Check privilege level based on PSR and LPCR[HR] in tlbie[l]


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).