qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-18 05:15:15 to 2020-06-18 14:49:48 UTC [more...]

[PATCH v3 00/17] 64bit block-layer
 2020-06-18 14:47 UTC  (7+ messages)
` [PATCH v3 06/17] block/io: support int64_t bytes in bdrv_aligned_pwritev()
` [PATCH v3 08/17] block/io: support int64_t bytes in bdrv_aligned_preadv()

[PATCH v2 0/2] Add strace support for printing arguments for ioctls
 2020-06-18 14:44 UTC  (5+ messages)
` [PATCH v2 1/2] linux-user: Add thunk argument types for SIOCGSTAMP and SIOCGSTAMPNS
` [PATCH v2 2/2] linux-user: Add strace support for printing arguments of ioctl()

[PATCH v3] arm/virt: Add memory hot remove support
 2020-06-18 14:42 UTC  (3+ messages)

[PATCH v4 0/6] Add strace support for printing arguments of selected syscalls
 2020-06-18 14:41 UTC  (7+ messages)
` [PATCH v4 1/6] linux-user: Extend strace support to enable argument printing after syscall execution
` [PATCH v4 3/6] linux-user: Add strace support for printing argument of syscalls used for extended attributes
` [PATCH v4 6/6] linux-user: Add strace support for printing arguments of fallocate()

[PULL 00/43] Block layer patches
 2020-06-18 14:30 UTC  (2+ messages)

[PATCH v1] memory: assert MemoryRegionOps callbacks are defined
 2020-06-18 14:29 UTC  (6+ messages)

[PATCH v3] docs: vhost-user: add Virtio status protocol feature
 2020-06-18 14:25 UTC  (2+ messages)

[PATCH v7 00/42] target/arm: Implement ARMv8.5-MemTag, system mode
 2020-06-18 14:22 UTC  (33+ messages)
` [PATCH v7 01/42] target/arm: Add isar tests for mte
` [PATCH v7 02/42] target/arm: Improve masking of SCR RES0 bits
` [PATCH v7 03/42] target/arm: Add support for MTE to SCTLR_ELx
` [PATCH v7 04/42] target/arm: Add support for MTE to HCR_EL2 and SCR_EL3
` [PATCH v7 05/42] target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXIT
` [PATCH v7 06/42] target/arm: Add DISAS_UPDATE_NOCHAIN
` [PATCH v7 07/42] target/arm: Add MTE system registers
` [PATCH v7 08/42] target/arm: Add MTE bits to tb_flags
` [PATCH v7 09/42] target/arm: Implement the IRG instruction
` [PATCH v7 10/42] target/arm: Implement the ADDG, SUBG instructions
` [PATCH v7 11/42] target/arm: Implement the GMI instruction
` [PATCH v7 13/42] target/arm: Define arm_cpu_do_unaligned_access for user-only
` [PATCH v7 14/42] target/arm: Add helper_probe_access
` [PATCH v7 15/42] target/arm: Implement LDG, STG, ST2G instructions
` [PATCH v7 17/42] target/arm: Restrict the values of DCZID.BS under TCG
` [PATCH v7 18/42] target/arm: Simplify DC_ZVA

[PULL V2 00/33] Net patches
 2020-06-18 14:05 UTC  (35+ messages)
` [PULL V2 01/33] virtio-net: implement RSS configuration command
` [PULL V2 02/33] virtio-net: implement RX RSS processing
` [PULL V2 03/33] tap: allow extended virtio header with hash info
` [PULL V2 04/33] virtio-net: reference implementation of hash report
` [PULL V2 05/33] vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macro
` [PULL V2 06/33] virtio-net: add migration support for RSS and hash report
` [PULL V2 07/33] virtio-net: align RSC fields with updated virtio-net header
` [PULL V2 08/33] Fix tulip breakage
` [PULL V2 09/33] hw/net/tulip: Fix 'Descriptor Error' definition
` [PULL V2 10/33] hw/net/tulip: Log descriptor overflows
` [PULL V2 11/33] net: cadence_gem: Fix debug statements
` [PULL V2 12/33] net: cadence_gem: Fix the queue address update during wrap around
` [PULL V2 13/33] net: cadence_gem: Fix irq update w.r.t queue
` [PULL V2 14/33] net: cadence_gem: Define access permission for interrupt registers
` [PULL V2 15/33] net: cadence_gem: Set ISR according to queue in use
` [PULL V2 16/33] net: cadence_gem: Move tx/rx packet buffert to CadenceGEMState
` [PULL V2 17/33] net: cadence_gem: Fix up code style
` [PULL V2 18/33] net: cadence_gem: Add support for jumbo frames
` [PULL V2 19/33] net: cadnece_gem: Update irq_read_clear field of designcfg_debug1 reg
` [PULL V2 20/33] net: cadence_gem: Update the reset value for interrupt mask register
` [PULL V2 21/33] net: cadence_gem: TX_LAST bit should be set by guest
` [PULL V2 22/33] net: cadence_gem: Fix RX address filtering
` [PULL V2 23/33] net: use peer when purging queue in qemu_flush_or_purge_queue_packets()
` [PULL V2 24/33] net/colo-compare.c: Create event_bh with the right AioContext
` [PULL V2 25/33] chardev/char.c: Use qemu_co_sleep_ns if in coroutine
` [PULL V2 26/33] net/colo-compare.c: Fix deadlock in compare_chr_send
` [PULL V2 27/33] net/colo-compare.c: Only hexdump packets if tracing is enabled
` [PULL V2 28/33] net/colo-compare.c: Check that colo-compare is active
` [PULL V2 29/33] net/colo-compare.c: Correct ordering in complete and finalize
` [PULL V2 30/33] colo-compare: Fix memory leak in packet_enqueue()
` [PULL V2 31/33] hw/net/e1000e: Do not abort() on invalid PSRCTL register value
` [PULL V2 32/33] net: Drop the legacy "name" parameter from the -net option
` [PULL V2 33/33] net: Drop the NetLegacy structure, always use Netdev instead

[PATCH 00/78] Patch Round-up for stable 4.2.1, freeze on 2020-06-22
 2020-06-18 13:47 UTC  (4+ messages)
` [PATCH 72/78] 9p: Lock directory streams with a CoMutex

[PATCH v9 0/5] vhost-user block device backend implementation
 2020-06-18 13:44 UTC  (11+ messages)
` [PATCH v9 1/5] Allow vu_message_read to be replaced
` [PATCH v9 2/5] generic vhost user server
` [PATCH v9 3/5] move logical block size check function to a common utility function

[PATCH] docs: vhost-user: add Virtio status protocol feature
 2020-06-18 13:41 UTC  (4+ messages)

[PATCH v9 00/10] accel: Allow targets to use Kconfig
 2020-06-18 13:28 UTC  (12+ messages)
` [PATCH v9 01/10] MAINTAINERS: Fix KVM path expansion glob
` [PATCH v9 02/10] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH v9 03/10] MAINTAINERS: Cover the HAX accelerator stub
` [PATCH v9 04/10] configure: Generate rule to calculate the base architecture of a target
` [PATCH v9 05/10] Makefile: Remove dangerous EOL trailing backslash
` [PATCH v9 06/10] Makefile: Write MINIKCONF variables as one entry per line
` [PATCH v9 07/10] accel/Kconfig: Extract accel selectors into their own config
` [PATCH v9 08/10] accel/Kconfig: Add the TCG selector
` [PATCH v9 09/10] Makefile: Allow target-specific optional Kconfig
` [PATCH v9 10/10] accel/tcg: Add stub for probe_access()

[PULL 00/15] bitmaps patches for 2020-06-09
 2020-06-18 13:28 UTC  (4+ messages)
` [PULL 14/15] qcow2_format.py: dump bitmaps header extension

[PATCH v2 0/2] target/mips: Add two groups of loongson-ext instructions
 2020-06-18 13:04 UTC  (7+ messages)

[PATCH v25 QEMU 0/3] virtio-balloon: add support for page poison and free page reporting
 2020-06-18 12:54 UTC  (4+ messages)
` [PATCH v25 QEMU 3/3] virtio-balloon: Replace free page hinting references to 'report' with 'hint'

[PATCH 0/7] misc: Reduce QEMUTimer pressure by using lower precision when possible
 2020-06-18 12:42 UTC  (6+ messages)
` [PATCH 1/7] qemu-common: Briefly document qemu_timedate_diff() unit

QEMU | Pipeline #157595486 has failed for master | 3f429a34
 2020-06-18 12:33 UTC 

qemu-pr-helper -v suppresses errors, isn't that weird?
 2020-06-18 12:15 UTC  (2+ messages)

[PATCH for-5.1] qcow2: Don't open images with a backing file and the data-file-raw bit
 2020-06-18 12:03 UTC  (3+ messages)

[Bug 1883560] [NEW] mips linux-user builds occasionly crash randomly only to be fixed by a full clean re-build
 2020-06-18 11:53 UTC  (2+ messages)

[PATCH 0/5] QEMU Gating CI
 2020-06-18 11:45 UTC  (3+ messages)
` [PATCH 4/5] GitLab Gating CI: introduce pipeline-status contrib script

QEMU | Pipeline #157572877 has failed for master | bac8d222
 2020-06-18 11:32 UTC 

Understanding initialization order for spice in qemu
 2020-06-18 11:30 UTC  (2+ messages)

[PULL 0/4] Microvm 20200617 patches
 2020-06-18 11:15 UTC  (2+ messages)

[PATCH v2] hw/audio/gus: Fix registers 32-bit access
 2020-06-18 11:09 UTC  (2+ messages)

[PATCH v4 0/4] block: seriously improve savevm performance
 2020-06-18 11:07 UTC  (13+ messages)
` [PATCH 2/5] block/aio_task: allow start/wait task from any coroutine
` [PATCH 3/5] block/aio_task: drop aio_task_pool_wait_one() helper
` [PATCH 4/5] block, migration: add bdrv_flush_vmstate helper
` [PATCH 5/5] block/io: improve savevm performance

[PATCH] target/arm/kvm: Check supported feature per accelerator (not per vCPU)
 2020-06-18 10:59 UTC  (8+ messages)

[PATCH] block: Raise an error when backing file parameter is an empty string
 2020-06-18 10:48 UTC  (2+ messages)

[PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-06-18 10:39 UTC  (4+ messages)
` [PATCH v4 18/21] virtio-mem: Migration sanity checks

[PATCH 1/1] docs/s390x: fix vfio-ap device_del description
 2020-06-18 10:35 UTC  (3+ messages)

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2020-06-18 10:27 UTC  (6+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images
` [Bug 1805256] Update Released

[PATCH] hw/audio/gus: Fix registers 32-bit access
 2020-06-18 10:35 UTC  (9+ messages)

[PATCH 2/2] scripts/tracetool: Add plainlog backend
 2020-06-18 10:30 UTC  (4+ messages)

[PATCH v4 0/6] Vs clang-10 and gcc-9 warnings
 2020-06-18 10:22 UTC  (2+ messages)

[PATCH V5] util/oslib-posix : qemu_init_exec_dir implementation for Mac
 2020-06-18 10:14 UTC  (2+ messages)

[PATCH 0/1] configure: prefer python's sphinx module
 2020-06-18  9:56 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] crypto/linux_keyring: fix 'secret_keyring' configure test
 2020-06-18  9:49 UTC  (2+ messages)

[PATCH] hw/arm/virt: Add 5.0 HW compat props
 2020-06-18  9:47 UTC  (2+ messages)

[PATCH RESEND v2] nvme: allow cmb and pmr emulation on same device
 2020-06-18  9:25 UTC  (3+ messages)
` [PATCH RESEND v2 2/2] nvme: allow cmb and pmr to be enabled "

[PATCH 0/7] python: create installable package
 2020-06-18  9:23 UTC  (4+ messages)

[PATCH v2] arm/virt: Add memory hot remove support
 2020-06-18  9:19 UTC  (4+ messages)

[PATCH v3 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-06-18  9:04 UTC  (4+ messages)
` [PATCH v3 2/5] virtio-iommu: Implement RESV_MEM probe request

[PATCH 0/3] Add OpenSBI dynamic firmware support
 2020-06-18  8:56 UTC  (6+ messages)
` [PATCH 1/3] riscv: Unify Qemu's reset vector code path
` [PATCH 2/3] RISC-V: Copy the fdt in dram instead of ROM

[PATCH v2 0/2] iotests: Make _filter_img_create more active
 2020-06-18  8:41 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] iotests: filter few more luks specific create options

ovmf / PCI passthrough impaired due to very limiting PCI64 aperture
 2020-06-18  8:29 UTC  (18+ messages)

[PATCH] softmmu/vl: Remove the check for colons in -accel parameters
 2020-06-18  8:24 UTC  (3+ messages)

[PATCH v4 0/5] vTPM/aarch64 ACPI support
 2020-06-18  7:50 UTC  (5+ messages)
` [PATCH v4 1/5] acpi: Convert build_tpm2() to build_append* API

[Qemu-devel] [Bug 1829682] [NEW] QEMU PPC SYSTEM regression - 3.1.0 and GIT - Fail to boot AIX
 2020-06-18  7:36 UTC  (3+ messages)
` [Bug 1829682] "

[PATCH v3] block: Factor out bdrv_run_co()
 2020-06-18  7:49 UTC  (5+ messages)

[PATCH v8 00/21] Add virtual device fuzzing support
 2020-06-18  7:34 UTC  (3+ messages)
` [PATCH v8 13/21] main: keep rcu_atfork callback enabled for qtest

[PATCH v4 0/8] tpm: Enable usage of TPM TIS with interrupts
 2020-06-18  7:27 UTC  (14+ messages)
` [PATCH v4 2/8] tpm: Extend TPMIfClass with get_irqnum() function
` [PATCH v4 4/8] tpm: Split TPM_TIS_IRQ into TPM_TIS_ISA_IRQ and TPM_TIS_SYSBUS_IRQ
` [PATCH v4 5/8] acpi: Enable TPM IRQ
` [PATCH v4 6/8] tests: Add updated DSDT
` [PATCH v4 7/8] tpm: Guard irq related ops in case interrupts are disabled
` [PATCH v4 8/8] tpm: Disable interrupt support for TIS on sysbus

[PATCH] softmmu/vl: Do not recommend to use -M accel=... anymore
 2020-06-18  7:19 UTC  (3+ messages)

Memory leak in spapr_machine_init()?
 2020-06-18  6:55 UTC 

Memory leak in transfer_memory_block()?
 2020-06-18  6:49 UTC  (2+ messages)

[PATCH] tests: fix a memory in test_socket_unix_abstract_good
 2020-06-18  6:12 UTC  (2+ messages)

[PATCH v2 000/100] target/arm: Implement SVE2
 2020-06-18  5:55 UTC  (12+ messages)
` [PATCH v2 084/100] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v2 086/100] target/arm: Implement SVE2 crypto unary operations
` [PATCH v2 089/100] target/arm: Implement SVE2 TBL, TBX
` [PATCH v2 091/100] target/arm: Implement SVE2 FCVTLT
` [PATCH v2 092/100] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PATCH v2 095/100] tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem
` [PATCH v2 096/100] target/arm: Share table of sve load functions
` [PATCH v2 098/100] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PATCH v2 099/100] target/arm: Implement SVE2 bitwise shift immediate

[Bug 1884017] [NEW] Intermittently erratic mouse under Windows 95
 2020-06-18  5:15 UTC  (2+ messages)
` [Bug 1884017] "

[PATCH v2 0/5] hw/riscv: sifive_u: Add Mode Select (MSEL[3:0]) support
 2020-06-18  5:08 UTC  (5+ messages)
` [PATCH v2 2/5] hw/riscv: sifive: Change SiFive E/U CPU reset vector to 0x1004

Query Regarding Contribution
 2020-06-18  5:20 UTC  (2+ messages)

[PATCH v2 00/12] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-06-18  5:15 UTC  (3+ 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).