qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-12 08:48:06 to 2021-02-12 19:14:21 UTC [more...]

[PATCH v7 00/31] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-02-12 18:48 UTC  (19+ messages)
` [PATCH v7 01/31] tcg: Introduce target-specific page data for user-only
` [PATCH v7 02/31] linux-user: Introduce PAGE_ANON
` [PATCH v7 03/31] exec: Use uintptr_t for guest_base
` [PATCH v7 04/31] exec: Use uintptr_t in cpu_ldst.h
` [PATCH v7 05/31] exec: Improve types for guest_addr_valid
` [PATCH v7 06/31] linux-user: Check for overflow in access_ok
` [PATCH v7 07/31] linux-user: Tidy VERIFY_READ/VERIFY_WRITE
` [PATCH v7 08/31] bsd-user: "
` [PATCH v7 09/31] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v7 10/31] linux-user: Fix guest_addr_valid vs reserved_va
` [PATCH v7 12/31] exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
` [PATCH v7 13/31] linux-user: Explicitly untag memory management syscalls
` [PATCH v7 14/31] linux-user: Use guest_range_valid in access_ok
` [PATCH v7 15/31] exec: Rename guest_{addr,range}_valid to *_untagged
` [PATCH v7 16/31] linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
` [PATCH v7 17/31] linux-user: Move lock_user et al out of line
` [PATCH v7 25/31] target/arm: Split out syndrome.h from internals.h
` [PATCH v7 27/31] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-02-12 18:56 UTC  (5+ messages)
` [PATCH v2 03/42] esp: QOMify the internal ESP device state
` [PATCH v2 30/42] esp: add 4 byte PDMA read and write transfers

[PATCH v3 0/3] migration: dirty-bitmap: Allow control of bitmap persistence
 2021-02-12 18:44 UTC  (7+ messages)
` [PATCH v3 1/3] migration: dirty-bitmap: Convert alias map inner members to BitmapMigrationBitmapAlias
` [PATCH v3 2/3] migration: dirty-bitmap: Allow control of bitmap persistence
` [PATCH v3 3/3] qemu-iotests: 300: Add test case for modifying persistence of bitmap

[PATCH v2 0/7] m68k: add Virtual M68k Machine
 2021-02-12 18:44 UTC  (3+ messages)
` [PATCH v2 4/7] m68k: add an interrupt controller

can surface_bits_per_pixel() for the console surface ever return anything other than 32 ?
 2021-02-12 18:38 UTC  (3+ messages)

[PATCH 00/24] hw/arm: New board model mps3-an524
 2021-02-12 18:38 UTC  (39+ messages)
` [PATCH 02/24] hw/misc/mps2-scc: Support configurable number of OSCCLK values
` [PATCH 03/24] hw/arm/mps2-tz: Correct the OSCCLK settings for mps2-an505 and mps2-an511
` [PATCH 04/24] hw/arm/mps2-tz: Make the OSCCLK settings be configurable per-board
` [PATCH 05/24] hw/misc/mps2-fpgaio: Make number of LEDs configurable by board
` [PATCH 06/24] hw/misc/mps2-fpgaio: Support SWITCH register
` [PATCH 07/24] hw/arm/mps2-tz: Make FPGAIO switch and LED config per-board
` [PATCH 08/24] hw/arm/mps2-tz: Condition IRQ splitting on number of CPUs, not board type
` [PATCH 09/24] hw/arm/mps2-tz: Make number of IRQs board-specific
` [PATCH 19/24] hw/arm/mps2-tz: Get armv7m_load_kernel() size argument from RAMInfo
` [PATCH 20/24] hw/arm/mps2-tz: Add new mps3-an524 board
` [PATCH 21/24] hw/arm/mps2-tz: Stub out USB controller for mps3-an524
` [PATCH 22/24] hw/arm/mps2-tz: Provide PL031 RTC on mps3-an524
` [PATCH 23/24] docs/system/arm/mps2.rst: Document the new mps3-an524 board
` [PATCH 24/24] hw/arm/mps2: Update old infocenter.arm.com URLs

[PATCH v2 00/10] mirror: cancel nbd reconnect
 2021-02-12 18:21 UTC  (6+ messages)
` [PATCH v2 02/10] block/nbd: implement .bdrv_cancel_in_flight
` [PATCH v2 04/10] job: add .cancel handler for the driver

[PATCH 0/3] hw/display/sm501: Tidy up template header
 2021-02-12 18:06 UTC  (4+ messages)
` [PATCH 1/3] hw/display/sm501: Remove dead code for non-32-bit RGB surfaces
` [PATCH 2/3] hw/display/sm501: Expand out macros in template header
` [PATCH 3/3] hw/display/sm501: Inline template header into C file

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-02-12 18:03 UTC  (40+ messages)
` [PATCH 01/38] target/riscv: implementation-defined constant parameters
` [PATCH 02/38] target/riscv: Hoist vector functions
` [PATCH 03/38] target/riscv: Fixup saturate subtract function
` [PATCH 04/38] target/riscv: 16-bit Addition & Subtraction Instructions
` [PATCH 05/38] target/riscv: 8-bit Addition & Subtraction Instruction
` [PATCH 06/38] target/riscv: SIMD 16-bit Shift Instructions
` [PATCH 07/38] target/riscv: SIMD 8-bit "
` [PATCH 08/38] target/riscv: SIMD 16-bit Compare Instructions
` [PATCH 09/38] target/riscv: SIMD 8-bit "
` [PATCH 10/38] target/riscv: SIMD 16-bit Multiply Instructions
` [PATCH 11/38] target/riscv: SIMD 8-bit "
` [PATCH 12/38] target/riscv: SIMD 16-bit Miscellaneous Instructions
` [PATCH 13/38] target/riscv: SIMD 8-bit "
` [PATCH 14/38] target/riscv: 8-bit Unpacking Instructions
` [PATCH 15/38] target/riscv: 16-bit Packing Instructions
` [PATCH 16/38] target/riscv: Signed MSW 32x32 Multiply and Add Instructions
` [PATCH 17/38] target/riscv: Signed MSW 32x16 "
` [PATCH 18/38] target/riscv: Signed 16-bit Multiply 32-bit Add/Subtract Instructions
` [PATCH 19/38] target/riscv: Signed 16-bit Multiply 64-bit "
` [PATCH 20/38] target/riscv: Partial-SIMD Miscellaneous Instructions
` [PATCH 21/38] target/riscv: 8-bit Multiply with 32-bit Add Instructions
` [PATCH 22/38] target/riscv: 64-bit Add/Subtract Instructions
` [PATCH 23/38] target/riscv: 32-bit Multiply "
` [PATCH 24/38] target/riscv: Signed 16-bit Multiply with "
` [PATCH 25/38] target/riscv: Non-SIMD Q15 saturation ALU Instructions
` [PATCH 26/38] target/riscv: Non-SIMD Q31 "
` [PATCH 27/38] target/riscv: 32-bit Computation Instructions
` [PATCH 28/38] target/riscv: Non-SIMD Miscellaneous Instructions
` [PATCH 29/38] target/riscv: RV64 Only SIMD 32-bit Add/Subtract Instructions
` [PATCH 30/38] target/riscv: RV64 Only SIMD 32-bit Shift Instructions
` [PATCH 31/38] target/riscv: RV64 Only SIMD 32-bit Miscellaneous Instructions
` [PATCH 32/38] target/riscv: RV64 Only SIMD Q15 saturating Multiply Instructions
` [PATCH 33/38] target/riscv: RV64 Only 32-bit "
` [PATCH 34/38] target/riscv: RV64 Only 32-bit Multiply & Add Instructions
` [PATCH 35/38] target/riscv: RV64 Only 32-bit Parallel "
` [PATCH 36/38] target/riscv: RV64 Only Non-SIMD 32-bit Shift Instructions
` [PATCH 37/38] target/riscv: RV64 Only 32-bit Packing Instructions
` [PATCH 38/38] target/riscv: configure and turn on packed extension from command line

[PATCH v2 00/21] plugins/next pre-PR (hwprofile, regression fixes, icount count fix)
 2021-02-12 17:19 UTC  (18+ messages)
` [PATCH v2 16/21] accel/tcg: actually cache our partial icount TB
` [PATCH v2 20/21] accel/tcg: allow plugin instrumentation to be disable via cflags

[Bug 1915539] [NEW] Null-ptr dereference on AHCICmdHdr in ahci_pio_transfer
 2021-02-12 17:16 UTC 

[RFC PATCH v2 0/2] PCIe DOE for PCIe and CXL 2.0 v2 release
 2021-02-12 17:23 UTC  (5+ messages)
` [RFC PATCH v2 1/2] Basic PCIe DOE support
` [RFC v2 2/2] Basic CXL DOE for CDAT and Compliance Mode

[PATCH 0/2] monitor: Shutdown fixes
 2021-02-12 17:20 UTC  (3+ messages)
` [PATCH 1/2] monitor: Fix assertion failure on shutdown
` [PATCH 2/2] monitor/qmp: Stop processing requests when shutdown is requested

[Bug 1915535] [NEW] Assertion `child->perm & BLK_PERM_WRITE' failed in bdrv_co_write_req_prepare through atapi
 2021-02-12 17:01 UTC 

[PATCH] docs/sphinx/qapidoc.py: Handle change of QAPI's builtin module name
 2021-02-12 16:51 UTC  (3+ messages)

[Bug 1915531] [NEW] qemu-user child process hangs when forking due to glib allocation
 2021-02-12 16:10 UTC 

[PATCH v13 0/5] UFFD write-tracking migration/snapshots
 2021-02-12 16:11 UTC  (5+ messages)

[PATCH v4 00/19] i386: KVM: expand Hyper-V features early and provide simple 'hv-default=on' option
 2021-02-12 16:05 UTC  (17+ messages)
` [PATCH v4 16/21] i386: track explicit 'hv-*' features enablement/disablement
` [PATCH v4 17/21] i386: support 'hv-passthrough, hv-feature=off' on the command line
` [PATCH v4 20/21] i386: provide simple 'hv-default=on' option

[PATCH v3 00/10] ACPI related fixes to comform the spec better
 2021-02-12 15:40 UTC  (9+ messages)
` [PATCH v3 03/10] i386: add properoty, x-smm-compat-5, to keep compatibility of SMM
` [PATCH v3 04/10] acpi/core: always set SCI_EN when SMM isn't supported
` [PATCH v3 05/10] acpi: set fadt.smi_cmd to zero when SMM is not supported
` [PATCH v3 07/10] hw/i386: declare ACPI mother board resource for MMCONFIG region

[PATCH v2 0/2] migration: dirty-bitmap: Allow control of bitmap persistence
 2021-02-12 15:36 UTC  (3+ messages)
` [PATCH v2 2/2] migration: dirty-bitmap: Allow control of bitmap persistance

[PATCH] virtiofs_submounts.py test: Note on vmlinuz param
 2021-02-12 15:16 UTC 

Call for Google Summer of Code 2021 project ideas
 2021-02-12 13:51 UTC  (3+ messages)
` [Rust-VMM] "

[RFC PATCH v2 0/4] Allow changing bs->file on reopen
 2021-02-12 14:41 UTC  (3+ messages)

[PATCH v3 0/4] failover: trivial cleanup and fix
 2021-02-12 14:40 UTC  (8+ messages)
` [PATCH v3 1/4] pci: cleanup failover sanity check
` [PATCH v3 2/4] virtio-net: add missing object_unref()
` [PATCH v3 3/4] failover: really display a warning when the primary device is not found
` [PATCH v3 4/4] pcie: don't set link state active if the slot is empty

[PATCH v2 0/2] block: Use 'read-zeroes=true' mode by default with 'null-co' driver
 2021-02-12 14:32 UTC  (6+ messages)
` [PATCH v2 1/2] block: Explicit null-co uses 'read-zeroes=false'

[PATCH] monitor: Fix order in monitor_cleanup()
 2021-02-12 14:22 UTC  (6+ messages)

getting the console output for s390 cdrom-test?
 2021-02-12 14:10 UTC  (13+ messages)

[PATCH 0/2] Allwinner H3 fixes for EMAC and acceptance tests
 2021-02-12 14:10 UTC  (2+ messages)

[PATCH] tests/qtest/boot-sector: Check that the guest did not panic
 2021-02-12 13:59 UTC  (3+ messages)

[PATCH] hw/sd: sdhci: Do not transfer any data when command fails
 2021-02-12 13:55 UTC  (5+ messages)

[PATCH] Fix segfault during NBD iotest 083
 2021-02-12 13:13 UTC  (6+ messages)
` [PATCH] io: error_prepend() in qio_channel_readv_full_all() causes segfault

[PATCH] blockjob: Fix crash with IOthread when block commit after snapshot
 2021-02-12 13:03 UTC  (3+ messages)

[RFC v18 00/15] i386 cleanup PART 2
 2021-02-12 12:57 UTC  (17+ messages)
` [RFC v18 01/15] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [RFC v18 02/15] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [RFC v18 03/15] accel: introduce new accessor functions
` [RFC v18 04/15] target/i386: fix host_cpu_adjust_phys_bits error handling
` [RFC v18 05/15] accel-cpu: make cpu_realizefn return a bool
` [RFC v18 06/15] meson: add target_user_arch
` [RFC v18 07/15] i386: split off softmmu-only functionality in tcg-cpu
` [RFC v18 08/15] i386: split smm helper (softmmu)
` [RFC v18 09/15] i386: split tcg excp_helper into softmmu and user parts
` [RFC v18 10/15] i386: split tcg btp_helper "
` [RFC v18 11/15] i386: split misc helper into user and softmmu parts
` [RFC v18 12/15] i386: separate fpu_helper "
` [RFC v18 13/15] i386: slit svm_helper into softmmu and stub-only user
` [RFC v18 14/15] i386: split seg_helper into user-only and softmmu parts
` [RFC v18 15/15] i386: split off softmmu part of cpu.c

[PATCH] iotests: Consistent $IMGOPTS boundary matching
 2021-02-12 12:32 UTC  (2+ messages)

[PATCH 0/1] Acceptance Tests: bump Avocado version requirement to 85.0
 2021-02-12 12:29 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/2] file-posix: Cache next hole
 2021-02-12 12:11 UTC  (12+ messages)
` [PATCH 1/2] block/mirror: Fix mirror_top's permissions
` [PATCH 2/2] file-posix: Cache next hole

Interested in contributing to QEMU
 2021-02-12 12:10 UTC  (5+ messages)

libvfio-user library in QEMU
 2021-02-12 12:08 UTC 

[Qemu-devel] [Bug 1404278] [NEW] tap connections not working on windows host
 2021-02-12 10:51 UTC  (2+ messages)
` [Bug 1404278] "

[PULL v2 00/11] target-arm queue
 2021-02-12 10:07 UTC  (2+ messages)

RFC Qemu mipssim patches
 2021-02-12  9:44 UTC  (3+ messages)

[PATCH] qom/object.c: Fix typo
 2021-02-12  9:38 UTC  (2+ messages)

USB pass through into Mac OS 9.x with qemu-system-ppc
 2021-02-12  8:53 UTC  (4+ 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).