qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 13:56:31 to 2021-01-14 19:14:56 UTC [more...]

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

[PATCH v2 00/12] testing/next (tags!, shippable/travis deprecation, regression fixes, checkpatch)
 2021-01-14 19:00 UTC  (27+ 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 v1 0/7] pseries: avoid unplug the last online CPU core + assorted fixes
 2021-01-14 18:06 UTC  (8+ 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

[Bug 1911797] [NEW] hmp command `hostfwd_remove` does not work on running vm
 2021-01-14 18:36 UTC 

[PATCH v19 00/20] Initial support for multi-process Qemu
 2021-01-14 18:24 UTC  (25+ messages)
` [PATCH v19 01/20] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v19 02/20] multi-process: add configure and usage information
` [PATCH v19 03/20] memory: alloc RAM from file at offset
` [PATCH v19 04/20] multi-process: Add config option for multi-process QEMU
` [PATCH v19 05/20] multi-process: setup PCI host bridge for remote device
` [PATCH v19 06/20] multi-process: setup a machine object for remote device process
` [PATCH v19 07/20] io: add qio_channel_writev_full_all helper
` [PATCH v19 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
` [PATCH v19 09/20] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v19 10/20] multi-process: Initialize message handler in remote device
` [PATCH v19 11/20] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v19 12/20] multi-process: setup memory manager for remote device
` [PATCH v19 13/20] multi-process: introduce proxy object
` [PATCH v19 14/20] multi-process: add proxy communication functions
` [PATCH v19 15/20] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v19 16/20] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v19 17/20] multi-process: Synchronize remote memory
` [PATCH v19 18/20] multi-process: create IOHUB object to handle irq
` [PATCH v19 19/20] multi-process: Retrieve PCI info from remote process
` [PATCH v19 20/20] multi-process: perform device reset in the "

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  (19+ messages)
    ` qmp-shell TUI (was: Re: Call for Google Summer of Code 2021 project ideas)

[PATCH 0/9] hw/block: m25p80: Fix the mess of dummy bytes needed for fast read commands
 2021-01-14 18:13 UTC  (14+ messages)
` [PATCH 1/9] hw/block: m25p80: Fix the number of dummy bytes needed for Windbond flashes
` [PATCH 2/9] hw/block: m25p80: Fix the number of dummy bytes needed for Numonyx/Micron flashes
` [PATCH 3/9] hw/block: m25p80: Fix the number of dummy bytes needed for Macronix flashes
` [PATCH 4/9] hw/block: m25p80: Fix the number of dummy bytes needed for Spansion flashes
` [PATCH 5/9] hw/block: m25p80: Support fast read for SST flashes
` [PATCH 6/9] hw/ssi: xilinx_spips: Fix generic fifo dummy cycle handling
` [PATCH 7/9] Revert "aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command"
` [PATCH 8/9] Revert "aspeed/smc: snoop SPI transfers to fake dummy cycles"
` [PATCH 9/9] hw/ssi: npcm7xx_fiu: Correct the dummy cycle emulation logic

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

[PATCH v3 00/10] iotests: Fix 129 and expand 297’s reach
 2021-01-14 17:03 UTC  (11+ 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 00/23] next round of audio patches
 2021-01-14 16:58 UTC  (10+ messages)
` [PATCH 01/23] sdlaudio: remove leftover SDL1.2 code
` [PATCH 02/23] audio: fix bit-rotted code
` [PATCH 03/23] sdlaudio: add -audiodev sdl,out.buffer-count option
  ` [PATCH 03/23] sdlaudio: add -audiodev sdl, out.buffer-count option
` [PATCH 06/23] sdlaudio: fill remaining sample buffer with silence

[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  (9+ messages)

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

[PATCH] machine: add missing doc for memory-backend option
 2021-01-14 16:29 UTC  (2+ messages)

[PULL v2 00/69] MIPS patches for 2021-01-14
 2021-01-14 16:20 UTC  (18+ messages)
` [PULL v2 29/69] target/mips/translate: Add declarations for generic code
` [PULL v2 30/69] target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
` [PULL v2 31/69] target/mips: Replace gen_exception_end(EXCP_RI) by gen_rsvd_instruction
` [PULL v2 32/69] target/mips: Declare generic FPU / Coprocessor functions in translate.h
` [PULL v2 35/69] target/mips/translate: Extract decode_opc_legacy() from decode_opc()
` [PULL v2 36/69] target/mips/translate: Expose check_mips_64() to 32-bit mode
` [PULL v2 52/69] target/mips: Introduce decode tree bindings for MSA ASE
` [PULL v2 53/69] target/mips: Use decode_ase_msa() generated from decodetree
` [PULL v2 54/69] target/mips: Extract LSA/DLSA translation generators
` [PULL v2 55/69] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PULL v2 56/69] target/mips: Introduce decodetree helpers for Release6 "
` [PULL v2 57/69] target/mips: Remove now unreachable LSA/DLSA opcodes code
` [PULL v2 58/69] target/mips: Convert Rel6 Special2 opcode to decodetree
` [PULL v2 63/69] target/mips: Convert Rel6 LDL/LDR/SDL/SDR opcodes "
` [PULL v2 66/69] target/mips: Remove CPU_R5900 definition
` [PULL v2 67/69] target/mips: Remove CPU_NANOMIPS32 definition
` [PULL v2 68/69] target/mips: Remove vendor specific CPU definitions

[Bug 1911666] Re: ZDI-CAN-10904: QEMU Plan 9 File System TOCTOU Privilege Escalation Vulnerability
 2021-01-14 16:24 UTC  (2+ messages)

[PATCH v4 00/11] virtio-mem: vfio support
 2021-01-14 16:19 UTC  (11+ messages)
` [PATCH v4 04/11] vfio: Support for RamDiscardMgr in the !vIOMMU case
` [PATCH v4 06/11] vfio: Sanity check maximum number of DMA mappings with RamDiscardMgr
` [PATCH v4 11/11] vfio: Disable only uncoordinated discards

[PATCH v3 0/4] support NVMe smart critial warning injection
 2021-01-14 15:57 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 0/3] target/mips: Remove vendor specific CPU definitions
 2021-01-14 16:01 UTC  (2+ messages)

[qemu-web PATCH v2] Add virtio-blk and virtio-scsi configuration post
 2021-01-14 16:05 UTC  (3+ messages)

[RFC PATCH v6 00/11] hw/ssi: imx_spi: Fix various bugs in the imx_spi model
 2021-01-14 16:00 UTC  (6+ messages)

[PATCH] 9pfs: Fully restart unreclaim loop (CVE-2021-20181)
 2021-01-14 16:04 UTC 

[PATCH 00/18] hw: Mark the device with no migratable fields
 2021-01-14 15:49 UTC  (3+ messages)

[PATCHv6 0/3] arm-virt: add secure pl061 for reset/power down
 2021-01-14 16:03 UTC  (5+ messages)
` [PATCHv6 1/3] hw: gpio: implement gpio-pwr driver for qemu reset/poweroff
` [PATCHv6 2/3] arm-virt: add secure pl061 for reset/power down
` [PATCHv6 3/3] arm-virt: combine code for secure and non secure pl061

[PATCH v18 00/20] Initial support for multi-process Qemu
 2021-01-14 15:41 UTC  (4+ messages)
` [PATCH v18 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers

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

[PATCH v2 0/1] security-process: update with mailing list details
 2021-01-14 15:32 UTC  (5+ messages)
` [PATCH v2 1/1] security-process: update process information

[PATCH v2 0/2] loongson3_virt TCG SMP support
 2021-01-14 15:21 UTC  (4+ messages)
` [PATCH v2 1/2] hw/intc: Add Loongson Inter Processor Interrupt controller

[PATCH v3 0/2] Fixing several GCC 11 warnings
 2021-01-14 15:09 UTC  (9+ messages)
` [PATCH v3 1/2] Fix net.c warning on GCC 11

[PATCH 0/2] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()
 2021-01-14 14:59 UTC  (4+ messages)
` [PATCH 1/2] net/eth: Simplify _eth_get_rss_ex_dst_addr()
` [PATCH 2/2] net/eth: Fix stack-buffer-overflow in _eth_get_rss_ex_dst_addr()

USB Gen2 passthrough not working
 2021-01-14 14:56 UTC 

[PATCH] 9pfs/proxy: Check return value of proxy_marshal()
 2021-01-14 14:32 UTC  (3+ messages)

[PATCH v4 0/8] acpi: Some fixes for pxb support for ARM virt machine
 2021-01-14 14:24 UTC  (5+ messages)
` [PATCH v4 2/8] acpi: Fix unmatched expected DSDT.pxb file

About 'qemu-security' list subscription process
 2021-01-14 14:03 UTC 

[PATCH 0/2] ui/gtk: Update refresh rate on EGL as well
 2021-01-14 14:01 UTC  (3+ messages)
` [PATCH 1/2] ui/gtk: expose gd_monitor_update_interval
` [PATCH 2/2] ui/gtk: update monitor interval on egl displays

[PATCH v2 00/25] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2021-01-14 14:01 UTC  (15+ messages)
` [PATCH v2 06/25] tests/docker: remove FEATURES env var from templates
` [PATCH v2 15/25] tests/docker: expand fedora package list
` [PATCH v2 16/25] tests/docker: expand ubuntu1804 "
` [PATCH v2 17/25] tests/docker: expand ubuntu2004 "
` [PATCH v2 18/25] tests/docker: expand opensuse-leap "
` [PATCH v2 23/25] tests/docker: auto-generate ubuntu2004 with lcitool
` [PATCH v2 24/25] tests/docker: auto-generate opensuse-leap "

[PATCH v3 0/3] nvdimm: read-only file support
 2021-01-14 14:05 UTC  (3+ messages)

[PULL 0/7] Yank patches patches for 2021-01-13
 2021-01-14 14:04 UTC  (3+ messages)
` [PATCH] Fix build with new yank feature by adding stubs

[PATCH 0/2] ui/gtk: run gd_monitor_update_interval on EGL as well
 2021-01-14 13:48 UTC  (2+ messages)
` [PATCH 1/2] ui/gtk: expose gd_monitor_update_interval


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