qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 16:57:14 to 2021-01-15 06:32:34 UTC [more...]

[PATCH 00/23] next round of audio patches
 2021-01-15  6:31 UTC  (7+ messages)
` [PATCH 04/23] sdlaudio: don't start playback in init routine
` [PATCH 05/23] sdlaudio: always clear the sample buffer
` [PATCH 06/23] sdlaudio: fill remaining sample buffer with silence

[PATCH] hw/block/nvme: fix zone write finalize
 2021-01-15  6:01 UTC  (3+ messages)

[PATCH v2 0/5] softmmu: some space-style problems while coding
 2021-01-15  3:58 UTC  (6+ messages)
` [PATCH v2 1/5] softmmu: fix problems about spaces
` [PATCH v2 2/5] softmmu: braces {} are needed for if statement
` [PATCH v2 3/5] softmmu: don't use '#' flag of printf format ('%#') in format strings
` [PATCH v2 4/5] softmmu: "foo* bar" should be "foo *bar"
` [PATCH v2 5/5] softmmu: code indent should never use tabs

[PATCH 0/9] hw/block: m25p80: Fix the mess of dummy bytes needed for fast read commands
 2021-01-15  3:29 UTC  (7+ messages)
` [PATCH 9/9] hw/ssi: npcm7xx_fiu: Correct the dummy cycle emulation logic

[PATCH v4 0/3] support NVMe smart critial warning injection
 2021-01-15  3:27 UTC  (4+ messages)
` [PATCH v4 1/3] block/nvme: introduce bit 5 for critical warning
` [PATCH v4 2/3] hw/block/nvme: add smart_critical_warning property
` [PATCH v4 3/3] hw/blocl/nvme: trigger async event during injecting smart warning

[PATCH] hw/intc/loongson_liointc: Fix per core ISR handling
 2021-01-15  2:48 UTC  (2+ messages)

[Bug 1911839] [NEW] [OSS-Fuzz] Issue 29586 e1000e: Memcpy-param-overlap in flatview_write_continue
 2021-01-15  2:38 UTC 

[PATCH 00/11] Drop support for QAPIGen without a file name
 2021-01-15  2:15 UTC  (5+ messages)
` [PATCH 09/11] qapi/gen: Support for switching to another module temporarily
` [PATCH 10/11] qapi/commands: Simplify command registry generation

[PATCH v3 0/1] target-riscv: support QMP dump-guest-memory
 2021-01-15  2:12 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v3 00/19] i386: KVM: expand Hyper-V features early and provide simple 'hv-default=on' option
 2021-01-15  2:11 UTC  (3+ messages)
` [PATCH v3 18/19] i386: "

[RFC 0/5] pc: support user provided NIC naming/indexing
 2021-01-15  1:59 UTC  (6+ messages)
` [RFC 4/5] pci: acpi: add _DSM method to PCI devices

[PATCH v2 0/7]Fix some style problems in audio
 2021-01-15  1:54 UTC  (9+ messages)
` [PATCH v2 1/7] audio: Add braces for statements/fix braces' position
` [PATCH v2 2/7] audio: Add spaces around operator/delete redundant spaces
` [PATCH v2 3/7] audio: foo* bar" should be "foo *bar"
` [PATCH v2 4/7] audio: Fix lines over 90 characters
` [PATCH v2 5/7] audio: Don't use '%#' in format strings
` [PATCH v2 6/7] audio: Suspect code indent for conditional statements
` [PATCH v2 7/7] audio: space prohibited between function name and parenthesis'('

[PATCH v2 0/1] target-riscv: support QMP dump-guest-memory
 2021-01-15  1:35 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PULL 00/23] riscv-to-apply queue
 2021-01-15  1:20 UTC  (4+ messages)
` [PULL 22/23] hw/riscv: Use the CPU to determine if 32-bit

[PATCH v1 0/7] pseries: avoid unplug the last online CPU core + assorted fixes
 2021-01-15  1:03 UTC  (15+ messages)
` [PATCH v1 1/7] spapr.h: fix trailing whitespace in phb_placement
` [PATCH v1 2/7] spapr_hcall.c: make do_client_architecture_support static
` [PATCH v1 3/7] spapr_rtas.c: fix identation in rtas_ibm_nmi_interlock() string
` [PATCH v1 4/7] spapr_rtas.c: fix identation of rtas_ibm_suspend_me() args
` [PATCH v1 5/7] spapr_cpu_core.c: use g_auto* in spapr_create_vcpu()
` [PATCH v1 6/7] spapr.c: introduce spapr_core_unplug_possible()
` [PATCH v1 7/7] spapr.c: consider CPU core online state before allowing unplug

[PATCH RFC 0/2] Add debug interface to kick/call on purpose
 2021-01-15  0:27 UTC  (3+ messages)
` [PATCH RFC 1/2] qdev: add debug interface to kick/call eventfd
` [PATCH RFC 2/2] vhost-scsi: implement DeviceEvent

[PATCH v7 00/13] Generalize memory encryption models
 2021-01-15  0:13 UTC  (6+ messages)
` [PATCH v7 13/13] s390: Recognize confidential-guest-support option

[for-6.0 v5 11/13] spapr: PEF: prevent migration
 2021-01-14 23:51 UTC  (11+ messages)
  `  "
    ` [EXTERNAL] "

[Bug 1908450] [NEW] ide/core.c ATA Major Version reporting incorrect
 2021-01-14 23:58 UTC  (5+ messages)
` [Bug 1908450] "

[PATCH 0/6] hw/block/nvme: zoned misc fixes
 2021-01-14 23:49 UTC  (3+ messages)
` [PATCH 1/6] hw/block/nvme: fix shutdown/reset logic

[PATCH v2] machine: add missing doc for memory-backend option
 2021-01-14 23:46 UTC 

[PATCH] hw/block/nvme: conditionally enable DULBE for zoned namespaces
 2021-01-14 23:39 UTC  (2+ messages)

[PATCH v5 0/6] Qemu SEV-ES guest support
 2021-01-14 23:12 UTC  (7+ messages)
` [PATCH v5 1/6] sev/i386: Add initial support for SEV-ES
` [PATCH v5 2/6] sev/i386: Require in-kernel irqchip support for SEV-ES guests
` [PATCH v5 3/6] sev/i386: Allow AP booting under SEV-ES
` [PATCH v5 4/6] sev/i386: Don't allow a system reset under an SEV-ES guest
` [PATCH v5 5/6] kvm/i386: Use a per-VM check for SMM capability
` [PATCH v5 6/6] sev/i386: Enable an SEV-ES guest based on SEV policy

[PATCH] 9pfs: Fully restart unreclaim loop (CVE-2021-20181)
 2021-01-14 23:05 UTC  (2+ messages)

[PATCH] linux-user: Remove obsolete F_SHLCK and F_WRLCK translation
 2021-01-14 22:36 UTC  (2+ messages)
` [PATCH v2] linux-user: Remove obsolete F_SHLCK and F_EXLCK translation

[PATCH v3 0/4] support NVMe smart critial warning injection
 2021-01-14 22:29 UTC  (5+ messages)
` [PATCH v3 3/4] hw/block/nvme: add smart_critical_warning property
` [PATCH v3 4/4] hw/blocl/nvme: trigger async event during injecting smart warning

[PATCH] fuzz: Add virtio-9p configurations for fuzzing
 2021-01-14 22:17 UTC 

[PATCH] osdep.h: Remove <sys/signal.h> include
 2021-01-14 22:01 UTC  (3+ messages)
` [PATCH v2] "

[Bug 1911797] [NEW] hmp command `hostfwd_remove` does not work on running vm
 2021-01-14 21:19 UTC  (6+ messages)
` [Bug 1911797] "

[RFC PATCH v3 0/6] eBPF RSS support for virtio-net
 2021-01-14 21:16 UTC  (8+ messages)
` [RFC PATCH v3 1/6] net/tap: Added TUNSETSTEERINGEBPF code
` [RFC PATCH v3 2/6] net: Added SetSteeringEBPF method for NetClientState
` [RFC PATCH v3 3/6] ebpf: Added eBPF RSS program
` [RFC PATCH v3 4/6] ebpf: Added eBPF RSS loader
` [RFC PATCH v3 5/6] virtio-net: Added eBPF RSS to virtio-net
` [RFC PATCH v3 6/6] docs: Added eBPF documentation

[PATCH] hw/riscv: sifive_u: Use SIFIVE_U_CPU for mc->default_cpu_type
 2021-01-14 20:33 UTC  (3+ messages)

[PATCH 00/22] hw/riscv: sifive_u: Add missing SPI support
 2021-01-14 20:20 UTC  (3+ messages)
` [PATCH 06/22] util: Add CRC16 (CCITT) calculation routines

[qemu-web PATCH v2] Add virtio-blk and virtio-scsi configuration post
 2021-01-14 20:17 UTC  (5+ messages)

[PATCH 0/3] Acceptance tests for mpc8544ds & virtex-ml507 ppc machines
 2021-01-14 20:17 UTC  (3+ messages)
` [PATCH 1/3] tests/acceptance: Move the pseries test to a separate file

[PATCH v2 00/12] testing/next (tags!, shippable/travis deprecation, regression fixes, checkpatch)
 2021-01-14 20:03 UTC  (36+ messages)
` [PATCH v2 01/12] tests/docker: Remove Debian 9 remnant lines
` [PATCH v2 02/12] Makefile: add GNU global tags support
` [PATCH v2 03/12] shippable.yml: Remove jobs duplicated on Gitlab-CI
` [PATCH v2 04/12] Add newline when generating Dockerfile
` [PATCH v2 05/12] Makefile: wrap ctags in quiet-command calls
` [PATCH v2 06/12] Makefile: wrap etags "
` [PATCH v2 07/12] Makefile: wrap cscope "
` [PATCH v2 08/12] docker: expand debian-amd64 image to include tag tools
` [PATCH v2 09/12] gitlab: move docs and tools build across from Travis
` [PATCH v2 10/12] Fix build with new yank feature by adding stubs
` [PATCH v2 11/12] gitlab: migrate the minimal tools and unit tests from Travis
` [PATCH v2 12/12] scripts/checkpatch.pl: fix git-show invocation to include diffstat

[PATCH 0/2] meson.build: Fix bzip2 program detection for EDK2 blobs installation
 2021-01-14 20:05 UTC  (9+ messages)
` [PATCH 1/2] meson.build: Declare global edk2_targets / install_edk2_blobs variables
` [PATCH 2/2] meson.build: Detect bzip2 program

[PATCH v3 00/10] iotests: Fix 129 and expand 297’s reach
 2021-01-14 20:02 UTC  (12+ messages)
` [PATCH v3 01/10] iotests.py: Assume a couple of variables as given
` [PATCH v3 02/10] iotests/297: Rewrite in Python and extend reach
` [PATCH v3 03/10] iotests: Move try_remove to iotests.py
` [PATCH v3 04/10] iotests/129: Remove test images in tearDown()
` [PATCH v3 05/10] iotests/129: Do not check @busy
` [PATCH v3 06/10] iotests/129: Use throttle node
` [PATCH v3 07/10] iotests/129: Actually test a commit job
` [PATCH v3 08/10] iotests/129: Limit mirror job's buffer size
` [PATCH v3 09/10] iotests/129: Clean up pylint and mypy complaints
` [PATCH v3 10/10] iotests/300: "

[PATCH 0/7] block/rbd: migrate to coroutines and add write zeroes support
 2021-01-14 19:59 UTC  (16+ messages)
` [PATCH 3/7] block/rbd: use stored image_size in qemu_rbd_getlength
` [PATCH 4/7] block/rbd: add bdrv_{attach,detach}_aio_context
` [PATCH 5/7] block/rbd: migrate from aio to coroutines
` [PATCH 6/7] block/rbd: add write zeroes support
` [PATCH 7/7] block/rbd: change request alignment to 1 byte

[PATCH] target/i386/hvf: add vmware-cpuid-freq cpu feature
 2021-01-14 19:47 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] machine: add missing doc for memory-backend option
 2021-01-14 19:38 UTC  (3+ messages)

[PATCH] tests/acceptance: Fix race conditions in s390x tests & skip fedora on gitlab-CI
 2021-01-14 19:25 UTC  (8+ messages)

[PATCH v3 0/9] Add support for Control-Flow Integrity
 2021-01-14 19:33 UTC  (6+ messages)
` [PATCH v3 3/9] hw/usb: reorder fields in UASStatus
  ` [PATCH-for-5.2? "

Emulation for riscv
 2021-01-14 19:16 UTC  (2+ messages)

[PATCH v19 00/20] Initial support for multi-process Qemu
 2021-01-14 18:24 UTC  (6+ messages)
` [PATCH v19 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers

VirtioSound device emulation implementation
 2021-01-14 17:41 UTC  (10+ messages)
            ` Fwd: "

[PATCH] target/i386/sev: add the support to query the attestation report
 2021-01-14 18:34 UTC  (2+ messages)

[PATCH v3 0/3] vnc: support some new extensions
 2021-01-14 17:43 UTC  (8+ messages)
` [PATCH v3 1/3] vnc: move check into vnc_cursor_define
` [PATCH v3 2/3] vnc: move initialization to framebuffer_update_request
` [PATCH v3 3/3] vnc: add support for extended desktop resize

Call for Google Summer of Code 2021 project ideas
 2021-01-14 17:48 UTC  (18+ messages)
    ` qmp-shell TUI (was: Re: Call for Google Summer of Code 2021 project ideas)

About creating machines on the command line
 2021-01-14 17:26 UTC  (4+ messages)

[PATCH 0/2] trace: documentation improvements
 2021-01-14 17:22 UTC  (13+ messages)
` [PATCH 1/2] trace: document how to specify multiple --trace patterns

minimal "zero conf" build dockerfiles for fedora:latest and alpine:latest
 2021-01-14 16:51 UTC  (3+ messages)

[qemu-web PATCH v2] Use GitLab repo URLs instead of git.qemu.org URLs
 2021-01-14 16:21 UTC  (5+ messages)

[PULL v2 00/69] MIPS patches for 2021-01-14
 2021-01-14 16:20 UTC  (3+ messages)
` [PULL v2 55/69] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PULL v2 68/69] target/mips: Remove vendor specific CPU definitions


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