qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-26 17:19:30 to 2022-02-28 07:58:32 UTC [more...]

[PATCH 0/8] Misc build fixes and cleanups
 2022-02-28  7:53 UTC  (5+ messages)
` [PATCH 6/8] char: move qemu_openpty_raw from util/ to char/

[PATCH] hw/arm/virt: Validate memory size on the first NUMA node
 2022-02-28  7:52 UTC 

[PATCH 0/4] Fix broken PCIe device after migration
 2022-02-28  7:49 UTC  (15+ messages)
` [PATCH 2/4] pcie: update slot power status only is power control is enabled

[PATCH v2 00/14] vDPA shadow virtqueue
 2022-02-28  7:41 UTC  (26+ messages)
` [PATCH v2 01/14] vhost: Add VhostShadowVirtqueue
` [PATCH v2 02/14] vhost: Add Shadow VirtQueue kick forwarding capabilities
` [PATCH v2 03/14] vhost: Add Shadow VirtQueue call "
` [PATCH v2 04/14] vhost: Add vhost_svq_valid_features to shadow vq
` [PATCH v2 05/14] virtio: Add vhost_shadow_vq_get_vring_addr
` [PATCH v2 06/14] vdpa: adapt vhost_ops callbacks to svq
` [PATCH v2 07/14] vhost: Shadow virtqueue buffers forwarding
` [PATCH v2 08/14] util: Add iova_tree_alloc
` [PATCH v2 09/14] vhost: Add VhostIOVATree
` [PATCH v2 10/14] vdpa: Add custom IOTLB translations to SVQ
` [PATCH v2 11/14] vdpa: Adapt vhost_vdpa_get_vring_base "
` [PATCH v2 12/14] vdpa: Never set log_base addr if SVQ is enabled
` [PATCH v2 13/14] vdpa: Expose VHOST_F_LOG_ALL on SVQ
` [PATCH v2 14/14] vdpa: Add x-svq to NetdevVhostVDPAOptions

[PULL 0/7] aspeed queue
 2022-02-28  7:12 UTC  (8+ messages)
` [PULL 1/7] arm: Remove swift-bmc machine
` [PULL 2/7] ast2600: Add Secure Boot Controller model
` [PULL 3/7] aspeed: rainier: Add i2c LED devices
` [PULL 4/7] aspeed: rainier: Add strap values taken from hardware
` [PULL 5/7] aspeed: Introduce a create_pca9552() helper
` [PULL 6/7] aspeed/smc: Add an address mask on segment registers
` [PULL 7/7] aspeed/sdmc: Add trace events

Timer delays in VM
 2022-02-28  6:22 UTC 

[PATCH 0/9] Avocado tests: filter out tests using TCG booting full blown distros
 2022-02-28  7:00 UTC  (11+ messages)
` [PATCH 2/9] Avocado tests: use logging namespace that is preserved in test logs
` [PATCH 3/9] Avocado migration test: adapt to "utils.network" API namespace change
` [PATCH 4/9] Avocado: bump to version 95.0
` [PATCH 5/9] tests/avocado/linux_ssh_mips_malta.py: add missing accel (tcg) tag
` [PATCH 8/9] Avocado tests: classify tests based on what it's booted

[PATCH v3 0/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table
 2022-02-28  6:56 UTC  (16+ messages)
` [PATCH v3 1/4] hw/isa: add function to check for existence of device by its type
` [PATCH v3 2/4] tests/acpi: i386: allow FACP acpi table changes
` [PATCH v3 3/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table
` [PATCH v3 4/4] tests/acpi: i386: update FACP table differences

[PATCH v2 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
 2022-02-28  5:22 UTC  (2+ messages)
` [PATCH v2 2/2] Added parameter to take screenshot with screendump as PNG

[PATCH 3/3] whpx: Added support for breakpoints and stepping
 2022-02-28  4:31 UTC  (7+ messages)

[PATCH] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-02-28  4:26 UTC  (6+ messages)

[PATCH v5 00/12] Improve PMU support
 2022-02-28  4:17 UTC  (3+ messages)
` [PATCH v5 06/12] target/riscv: Add support for hpmcounters/hpmevents

[PATCH v6 0/6] support subsets of Float-Point in Integer Registers extensions
 2022-02-28  4:09 UTC  (7+ messages)
` [PATCH v6 3/6] target/riscv: add support for zfinx
` [PATCH v6 4/6] target/riscv: add support for zdinx
` [PATCH v6 5/6] target/riscv: add support for zhinx/zhinxmin

[PATCH v2 1/2] hw/ssi: Add Ibex SPI device model
 2022-02-28  3:40 UTC  (2+ messages)
` [PATCH v2 2/2] riscv: opentitan: Connect opentitan SPI Host

[PATCH] softmmu/vl: Remove redundant local variable
 2022-02-28  3:27 UTC 

[PATCH v6 00/14] support subsets of scalar crypto extension
 2022-02-28  3:19 UTC  (30+ messages)
` [PATCH v6 01/14] target/riscv: rvk: add cfg properties for zbk* and zk*
` [PATCH v6 02/14] target/riscv: rvk: add support for zbkb extension
` [PATCH v6 03/14] target/riscv: rvk: add support for zbkc extension
` [PATCH v6 04/14] target/riscv: rvk: add support for zbkx extension
` [PATCH v6 05/14] crypto: move sm4_sbox from target/arm
` [PATCH v6 06/14] target/riscv: rvk: add support for zknd/zkne extension in RV32
` [PATCH v6 07/14] target/riscv: rvk: add support for zkne/zknd extension in RV64
` [PATCH v6 08/14] target/riscv: rvk: add support for sha256 related instructions in zknh extension
` [PATCH v6 09/14] target/riscv: rvk: add support for sha512 related instructions for RV32 "
` [PATCH v6 10/14] target/riscv: rvk: add support for sha512 related instructions for RV64 "
` [PATCH v6 11/14] target/riscv: rvk: add support for zksed/zksh extension
` [PATCH v6 12/14] target/riscv: rvk: add CSR support for Zkr
` [PATCH v6 13/14] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions
` [PATCH v6 14/14] target/riscv: rvk: expose zbk* and zk* properties

[RFC PATCH 0/4] ppc: nested TCG migration (KVM-on-TCG)
 2022-02-28  2:06 UTC  (9+ messages)
` [RFC PATCH 1/4] target/ppc: TCG: Migrate tb_offset and decr
` [RFC PATCH 3/4] hw/ppc: Take nested guest into account when saving timebase

[PATCH v2 1/3] target/ppc: Fix POWER9 DD2.0 PVR, add DD2.1
 2022-02-28  2:09 UTC  (5+ messages)
` [PATCH v2 2/3] spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcall

[PATCH v3 0/4] cutils: Introduce bundle mechanism
 2022-02-28  1:01 UTC  (7+ messages)
` [PATCH v3 1/4] "
` [PATCH] ui/cocoa: Use the standard about panel
` [PATCH v3 2/4] datadir: Use bundle mechanism
` [PATCH v3 3/4] ui/icons: "
` [PATCH v3 4/4] net: "

[PATCH v4] ui/cocoa: Use NSWindow's ability to resize
 2022-02-28  0:32 UTC  (3+ messages)

[PATCH] qapi: Belatedly adjust limitations documentation
 2022-02-27 22:55 UTC  (2+ messages)

[PATCH] tcg/tci: Use tcg_out_ldst in tcg_out_st
 2022-02-27 22:53 UTC  (2+ messages)

[PATCH v2 0/9] tcg: support 32-bit guest addresses as signed
 2022-02-27 22:52 UTC  (14+ messages)
` [PATCH v2 1/9] tcg: Add TCG_TARGET_SIGNED_ADDR32
` [PATCH v2 2/9] accel/tcg: Split out g2h_tlbe
` [PATCH v2 3/9] accel/tcg: Support TCG_TARGET_SIGNED_ADDR32 for softmmu
` [PATCH v2 4/9] accel/tcg: Add guest_base_signed_addr32 for user-only
` [PATCH v2 5/9] linux-user: Support TCG_TARGET_SIGNED_ADDR32
` [PATCH v2 6/9] tcg/aarch64: "
` [PATCH v2 7/9] tcg/mips: "
` [PATCH v2 8/9] tcg/riscv: "
` [PATCH v2 9/9] tcg/loongarch64: "

[PATCH v2 00/22] isa: Resolve unneeded IRQ attributes from ISADevice
 2022-02-27 22:40 UTC  (18+ messages)
` [PATCH v2 01/22] hw/rtc/mc146818rtc: QOM'ify IRQ number
` [PATCH v2 02/22] hw/rtc/m48t59-isa: "
` [PATCH v2 03/22] hw/input/pckbd: QOM'ify IRQ numbers
` [PATCH v2 04/22] hw/isa/isa-bus: Remove isabus_dev_print()
` [PATCH v2 05/22] hw/ppc/pnv: Determine ns16550's IRQ number from QOM property
` [PATCH v2 06/22] isa: Drop unused attributes from ISADevice
` [PATCH v2 15/22] hw/ipmi/isa_ipmi_bt: Disuse isa_init_irq()
` [PATCH v2 22/22] isa: Remove unused isa_init_irq()

[PATCH v9 00/11] 9p: Add support for darwin
 2022-02-27 22:35 UTC  (12+ messages)
` [PATCH v9 01/11] 9p: linux: Fix a couple Linux assumptions
` [PATCH v9 02/11] 9p: Rename 9p-util -> 9p-util-linux
` [PATCH v9 03/11] 9p: darwin: Handle struct stat(fs) differences
` [PATCH v9 04/11] 9p: darwin: Handle struct dirent differences
` [PATCH v9 05/11] 9p: darwin: Ignore O_{NOATIME, DIRECT}
` [PATCH v9 06/11] 9p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAX
` [PATCH v9 07/11] 9p: darwin: *xattr_nofollow implementations
` [PATCH v9 08/11] 9p: darwin: Compatibility for f/l*xattr
` [PATCH v9 09/11] 9p: darwin: Implement compatibility for mknodat
` [PATCH v9 10/11] 9p: darwin: Adjust assumption on virtio-9p-test
` [PATCH v9 11/11] 9p: darwin: meson: Allow VirtFS on Darwin

[PATCH 0/7] target/nios2: Rewrite interrupt handling
 2022-02-27 22:06 UTC  (13+ messages)
` [PATCH 1/7] target/nios2: Remove mmu_read_debug
` [PATCH 2/7] target/nios2: Replace MMU_LOG with tracepoints
` [PATCH 3/7] target/nios2: Only build mmu.c for system mode
` [PATCH 4/7] target/nios2: Hoist R_ZERO check in rdctl
` [PATCH 5/7] target/nios2: Split mmu_write
` [PATCH 6/7] target/nios2: Special case ipending in rdctl and wrctl
` [PATCH 7/7] target/nios2: Rewrite interrupt handling

[PATCH] pc: add option to disable PS/2 mouse/keyboard
 2022-02-27 21:06 UTC 

[PATCH 0/9] Cleanup of qemu_oom_check() and qemu_memalign()
 2022-02-27 18:36 UTC  (23+ messages)
` [PATCH 1/9] hw/usb/redirect.c: Stop using qemu_oom_check()
` [PATCH 2/9] util: Make qemu_oom_check() a static function
` [PATCH 3/9] util: Unify implementations of qemu_memalign()
` [PATCH 4/9] util/oslib-win32: Return NULL on qemu_try_memalign() with zero size
` [PATCH 5/9] meson.build: Don't misdetect posix_memalign() on Windows
` [PATCH 6/9] util: Share qemu_try_memalign() implementation between POSIX and Windows
` [PATCH 7/9] util: Use meson checks for valloc() and memalign() presence
` [PATCH 8/9] util: Put qemu_vfree() in memalign.c
` [PATCH 9/9] osdep: Move memalign-related functions to their own header

[PATCH v2 0/4] target/nios2: Shadow register set, EIC and VIC
 2022-02-27 16:59 UTC  (8+ messages)
` [PATCH v2 1/4] target/nios2: Shadow register set
` [PATCH v2 4/4] hw/nios2: Machine with a Vectored Interrupt Controller

[PATCH v2 0/4] cutils: Introduce bundle mechanism
 2022-02-27 16:23 UTC  (3+ messages)
` [PATCH v2 4/4] net: Use "

[PATCH v5] tests/qtest: add qtests for npcm7xx sdhci
 2022-02-27 14:54 UTC  (2+ messages)

[PATCH v2 0/1] Fix MAX_OPC_PARAM_IARGS accordingly
 2022-02-27 11:31 UTC  (2+ messages)
` [PATCH v2 1/1] tcg: Set MAX_OPC_PARAM_IARGS to 7

[PATCH 0/1] Fix MAX_OPC_PARAM_IARGS accordingly
 2022-02-27 11:09 UTC 

[PATCH 0/2] Resolve some redundant property accessors
 2022-02-27 10:23 UTC  (4+ messages)
` [PATCH] virtio/virtio-balloon: Prefer Object* over void* parameter

[PATCH v3] ui/cocoa: Use the standard about panel
 2022-02-27  4:22 UTC 

[PATCH v2] ui/cocoa: Use the standard about panel
 2022-02-27  4:22 UTC  (3+ messages)

[PATCH v2 00/16] bsd-user: Start upstreaming the system calls
 2022-02-27  3:20 UTC  (6+ messages)
` [PATCH v2 07/16] bsd-user/x86_64/target_arch_thread.h: Assume a FreeBSD target
` [PATCH v2 10/16] bsd-user: Move system call building to os-syscall.c
` [PATCH v2 13/16] bsd-user/bsd-file.h: Implementation details for the filesystem calls
` [PATCH v2 14/16] bsd-user: introduce target.h

[Qemu-devel] [Bug 1735049] [NEW] Need MTTCG support for x86 guests
 2022-02-26 18:16 UTC  (2+ messages)
` [Bug 1735049] "


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