qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-18 12:17:21 to 2021-10-19 06:19:07 UTC [more...]

[PATCH v4 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-10-19  6:18 UTC  (4+ messages)
` [PATCH v4 1/2] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot

[PATCH v3 0/2] Improve vhost-user VQ notifier unmap
 2021-10-19  6:15 UTC  (3+ messages)
` [PATCH v3 1/2] vhost-user: fix VirtQ notifier cleanup

[PATCH v2 0/2] accel/tcg: Fix monitor deadlock
 2021-10-19  5:56 UTC  (3+ messages)
` [PATCH v2 1/2] rcu: Introduce force_rcu notifier
` [PATCH v2 2/2] accel/tcg: Register a "

[PATCH v4] VNC-related HMP/QMP fixes
 2021-10-19  5:46 UTC  (7+ messages)
` [PATCH v4 2/2] monitor: refactor set/expire_password and allow VNC display id

[PATCH 0/6] RfC: try improve native hotplug for pcie root ports
 2021-10-19  5:46 UTC  (4+ messages)

[PATCH 0/2] Hexagon (target/hexagon) cleanup and bug fix
 2021-10-19  3:47 UTC  (8+ messages)
` [PATCH 1/2] Hexagon (target/hexagon) more tcg_constant_*
` [PATCH] Hexagon (target/hexagon) put writes to USR into temp until commit
` [PATCH 2/2] "

[PATCH] block/file-posix: Fix return value translation for AIO discards
 2021-10-19  3:40 UTC  (3+ messages)

[PATCH] rebuild-expected-aml.sh: allow partial target list
 2021-10-19  3:01 UTC  (2+ messages)

[PATCH v4 00/16] target/riscv: Rationalize XLEN and operand length
 2021-10-19  2:55 UTC  (21+ messages)
` [PATCH v4 01/16] target/riscv: Move cpu_get_tb_cpu_state out of line
` [PATCH v4 02/16] target/riscv: Create RISCVMXL enumeration
` [PATCH v4 03/16] target/riscv: Split misa.mxl and misa.ext
` [PATCH v4 04/16] target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
` [PATCH v4 05/16] target/riscv: Add MXL/SXL/UXL to TB_FLAGS
` [PATCH v4 06/16] target/riscv: Use REQUIRE_64BIT in amo_check64
` [PATCH v4 07/16] target/riscv: Properly check SEW in amo_op
` [PATCH v4 08/16] target/riscv: Replace is_32bit with get_xl/get_xlen
` [PATCH v4 09/16] target/riscv: Replace DisasContext.w with DisasContext.ol
` [PATCH v4 10/16] target/riscv: Use gen_arith_per_ol for RVM
` [PATCH v4 11/16] target/riscv: Adjust trans_rev8_32 for riscv64
` [PATCH v4 12/16] target/riscv: Use gen_unary_per_ol for RVB
` [PATCH v4 13/16] target/riscv: Use gen_shift*_per_ol for RVB, RVI
` [PATCH v4 14/16] target/riscv: Align gprs and fprs in cpu_dump
` [PATCH v4 15/16] target/riscv: Use riscv_csrrw_debug for cpu_dump
` [PATCH v4 16/16] target/riscv: Compute mstatus.sd on demand

[PATCH v1 1/2] target/riscv: Remove some unused macros
 2021-10-19  2:28 UTC  (6+ messages)
` [PATCH v1 2/2] target/riscv: Organise the CPU properties

[PATCH v2 00/22] QEMU RISC-V AIA support
 2021-10-18 22:55 UTC  (9+ messages)
` [PATCH v2 04/22] target/riscv: Improve fidelity of guest external interrupts

[PATCH v6] Work around vhost-user-blk-test hang
 2021-10-18 22:33 UTC  (3+ messages)

TCP/IP connections sometimes stop retransmitting packets (in nested virtualization case)
 2021-10-18 22:12 UTC  (4+ messages)

[PATCH v2 00/15] tests: acpi: add x2apic and various iommu tests
 2021-10-18 21:31 UTC  (5+ messages)
` [PATCH v2 04/15] tests: acpi: q35: test for x2APIC entries in SRAT
` [PATCH v2 05/15] tests: acpi: update expected tables blobs

[PULL v2 00/23] Pull bsd user 20211018 patches
 2021-10-18 21:06 UTC  (25+ messages)
` [PULL v2 01/23] bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
` [PULL v2 02/23] bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE
` [PULL v2 03/23] bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs
` [PULL v2 04/23] bsd-user/mmap.c: mmap return ENOMEM on overflow
` [PULL v2 05/23] bsd-user/mmap.c: mmap prefer MAP_ANON for BSD
` [PULL v2 06/23] bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging
` [PULL v2 07/23] bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag
` [PULL v2 08/23] bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head
` [PULL v2 09/23] bsd-user/mmap.c: assert that target_mprotect cannot fail
` [PULL v2 10/23] meson: *-user: only descend into *-user when configured
` [PULL v2 11/23] bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0
` [PULL v2 12/23] bsd-user/strace.list: Remove support for FreeBSD versions "
` [PULL v2 13/23] bsd-user: TARGET_RESET define is unused, remove it
` [PULL v2 14/23] bsd-user: export get_errno and is_error from syscall.c
` [PULL v2 15/23] bsd-user/errno_defs.h: Add internal error numbers
` [PULL v2 16/23] bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
` [PULL v2 17/23] bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
` [PULL v2 18/23] bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it
` [PULL v2 19/23] bsd-user: Remove used from TaskState
` [PULL v2 20/23] bsd-user: Add stop_all_tasks
` [PULL v2 21/23] bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
` [PULL v2 22/23] bsd-user: Rename sigqueue to qemu_sigqueue
` [PULL v2 23/23] bsd-user/signal: Create a dummy signal queueing function

[PATCH v4 0/3] hw/arm/virt_acpi_build: Generate DBG2 table
 2021-10-18 21:00 UTC  (3+ messages)
` [PATCH v4 3/3] bios-tables-test: Generate reference table for virt/DBG2

[PATCH v2] hw/elf_ops.h: switch to ssize_t for elf loader return type
 2021-10-18 20:56 UTC  (2+ messages)

[PATCH] tests/vm/openbsd: Update to release 7.0
 2021-10-18 20:53 UTC 

[PATCH] hw/arm/sbsa-ref: Fixed cpu type error message typo
 2021-10-18 19:48 UTC  (2+ messages)

[PATCH v4 00/12] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-10-18 19:18 UTC  (8+ messages)
` [PATCH v4 01/12] virtiofsd: Keep /proc/self/mountinfo open
` [PATCH v4 02/12] virtiofsd: Limit setxattr()'s creds-dropped region
` [PATCH v4 07/12] virtiofsd: Let lo_inode_open() return a TempFd

[PATCH v7 00/21] Add LoongArch linux-user emulation support
 2021-10-18 18:57 UTC  (32+ messages)
` [PATCH v7 01/21] target/loongarch: Add README
` [PATCH v7 02/21] target/loongarch: Add core definition
` [PATCH v7 03/21] target/loongarch: Add main translation routines
` [PATCH v7 04/21] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v7 05/21] target/loongarch: Add fixed point shift "
` [PATCH v7 06/21] target/loongarch: Add fixed point bit "
` [PATCH v7 07/21] target/loongarch: Add fixed point load/store "
` [PATCH v7 08/21] target/loongarch: Add fixed point atomic "
` [PATCH v7 09/21] target/loongarch: Add fixed point extra "
` [PATCH v7 10/21] target/loongarch: Add floating point arithmetic "
` [PATCH v7 11/21] target/loongarch: Add floating point comparison "
` [PATCH v7 12/21] target/loongarch: Add floating point conversion "
` [PATCH v7 13/21] target/loongarch: Add floating point move "
` [PATCH v7 14/21] target/loongarch: Add floating point load/store "
` [PATCH v7 15/21] target/loongarch: Add branch "
` [PATCH v7 16/21] target/loongarch: Add disassembler
` [PATCH v7 17/21] LoongArch Linux User Emulation
` [PATCH v7 18/21] default-configs: Add loongarch linux-user support
` [PATCH v7 19/21] target/loongarch: Add target build suport
` [PATCH v7 20/21] target/loongarch: 'make check-tcg' support
` [PATCH v7 21/21] scripts: add loongarch64 binfmt config

[PATCH v2 0/2] roms/edk2: Avoid cloning unused cmocka submodule
 2021-10-18 18:55 UTC  (4+ messages)

[PULL 00/23] Pull bsd user 20211018 patches
 2021-10-18 18:48 UTC  (27+ messages)
` [PULL 01/23] bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
` [PULL 02/23] bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE
` [PULL 03/23] bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs
` [PULL 04/23] bsd-user/mmap.c: mmap return ENOMEM on overflow
` [PULL 05/23] bsd-user/mmap.c: mmap prefer MAP_ANON for BSD
` [PULL 06/23] bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging
` [PULL 07/23] bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag
` [PULL 08/23] bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head
` [PULL 09/23] bsd-user/mmap.c: assert that target_mprotect cannot fail
` [PULL 10/23] meson: *-user: only descend into *-user when configured
` [PULL 11/23] bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0
` [PULL 12/23] bsd-user/strace.list: Remove support for FreeBSD versions "
` [PULL 13/23] bsd-user: TARGET_RESET define is unused, remove it
` [PULL 14/23] bsd-user: export get_errno and is_error from syscall.c
` [PULL 15/23] bsd-user/errno_defs.h: Add internal error numbers
` [PULL 16/23] bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
` [PULL 17/23] bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
` [PULL 18/23] bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it
` [PULL 19/23] bsd-user: Remove used from TaskState
` [PULL 20/23] bsd-user: Add stop_all_tasks
` [PULL 21/23] bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
` [PULL 22/23] bsd-user: Rename sigqueue to qemu_sigqueue
` [PULL 23/23] bsd-user/signal: Create a dummy signal queueing function

[PULL 00/17] MIPS patches for 2021-10-18
 2021-10-18 18:41 UTC  (2+ messages)

[RFC PATCH 0/4] Replace custom test harness with "meson test"
 2021-10-18 17:55 UTC  (3+ messages)

[RFC PATCH] chardev: don't exit() straight away on C-a x
 2021-10-18 17:30 UTC  (9+ messages)

a quetion about sysbus_realize_and_unref function
 2021-10-18 17:07 UTC  (2+ messages)

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-10-18 15:53 UTC  (4+ messages)
` [PATCH 10/15] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime

[PATCH 0/3] hw/nvram: Fix Memory Leaks in Xilinx eFUSE
 2021-10-18 16:20 UTC  (3+ messages)

[PATCH 1/6] hw/riscv: microchip_pfsoc: Use MachineState::ram and MachineClass::default_ram_id
 2021-10-18 16:00 UTC  (8+ messages)
` [PATCH 2/6] hw/riscv: opentitan: "
` [PATCH 3/6] hw/riscv: shakti_c: "
` [PATCH 4/6] hw/riscv: sifive_e: "
` [PATCH 5/6] hw/riscv: sifive_u: "
` [PATCH 6/6] hw/riscv: spike: "

[PATCH V4 00/10] vhost-vDPA multiqueue
 2021-10-18 15:44 UTC  (3+ messages)
` [PATCH V4 03/10] vhost-vdpa: prepare for the multiqueue support

[PATCH v4 00/11] virtio-iommu: Add ACPI support
 2021-10-18 15:25 UTC  (4+ messages)

[PATCH v1] libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addr
 2021-10-18 14:33 UTC  (5+ messages)

[PATCH] block: Fail gracefully when blockdev-snapshot creates loops
 2021-10-18 14:22 UTC  (2+ messages)

[PATCH v6 00/12] target/hexagon: introduce idef-parser
 2021-10-18 11:42 UTC  (10+ messages)
` [PATCH v6 07/12] target/hexagon: prepare input for the idef-parser
` [PATCH v6 08/12] target/hexagon: import lexer for idef-parser
` [PATCH v6 09/12] target/hexagon: import parser "

[PATCH v2 00/15] bsd-user: misc cleanup for aarch64 import
 2021-10-18 14:09 UTC  (7+ messages)
` [PATCH v2 01/15] meson: *-user: only descend into *-user when configured

[PATCH 0/6] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
 2021-10-18 13:27 UTC  (7+ messages)
` [PATCH 1/6] via-ide: Avoid expensive operations in irq handler
` [PATCH 4/6] usb/uhci: Replace pci_set_irq with qemu_set_irq
` [PATCH 3/6] usb/uhci: Disallow user creating a vt82c686-uhci-pci device
` [PATCH 5/6] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
` [PATCH 6/6] hw/usb/vt82c686-uhci-pci: Optimise itq handler
` [PATCH 2/6] usb/uhci: Misc clean up

[PATCH] README: Fix some documentation URLs
 2021-10-18 13:45 UTC 

[PATCH v2 0/5] aspeed/smc: Improve support for the alternate boot function
 2021-10-18 13:26 UTC  (6+ messages)
` [PATCH v2 1/5] aspeed/wdt: Introduce a container for the MMIO region
` [PATCH v2 2/5] aspeed: Initialize the watchdog device models before the FMC models
` [PATCH v2 3/5] aspeed/smc: Improve support for the alternate boot function
` [PATCH v2 4/5] aspeed/smc: Use a container for the flash mmio address space
` [PATCH v2 5/5] speed/sdhci: Add trace events

[PATCH] virtiofsd: Error on bad socket group name
 2021-10-18 12:52 UTC  (2+ messages)
` [Virtio-fs] "

[PATCH 0/4] aspeed/smc: Improve support for the alternate boot function
 2021-10-18 13:07 UTC  (4+ messages)
` [PATCH 3/4] aspeed/wdt: Add an alias for the MMIO region

[PATCH 0/1] Add missing function names to symbol list
 2021-10-18 12:49 UTC  (6+ messages)

[PULL 00/40] Misc patches for 2021-10-13
 2021-10-18 12:42 UTC  (6+ messages)
` [PULL 37/40] monitor: Tidy up find_device_state()
      ` regression on s390: was "

[PATCH] usb/uhci: Disallow user creating a vt82c686-uhci-pci device
 2021-10-18 12:15 UTC  (2+ messages)


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