qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-15 09:17:31 to 2021-03-15 16:18:22 UTC [more...]

[PATCH v6 00/10] Configurable policy for handling deprecated interfaces
 2021-03-15 16:16 UTC  (13+ messages)
` [PATCH v6 01/10] qemu-options: New -compat to set policy for "
` [PATCH v6 02/10] qapi: Implement deprecated-output=hide for QMP command results
` [PATCH v6 05/10] monitor: Drop query-qmp-schema 'gen': false hack
` [PATCH v6 06/10] qapi: Implement deprecated-output=hide for QMP introspection
` [PATCH v6 07/10] test-util-sockets: Add stub for monitor_set_cur()
` [PATCH v6 08/10] qapi: Implement deprecated-input=reject for QMP commands

[PULL 00/18] testing, docs, semihosting move and guest-loader
 2021-03-15 16:16 UTC  (3+ messages)
` [PULL 13/18] hw/core: implement a guest-loader to support static hypervisor guests

compile warning in i8259.c
 2021-03-15 16:15 UTC  (8+ messages)

[PATCH 0/8] Replacing malloc and the like with GLib's variants
 2021-03-15 16:07 UTC  (10+ messages)
` [PATCH 1/8] bsd-user/elfload.c: Replaced calls to malloc/free with GLib variants
` [PATCH 6/8] tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0
` [PATCH 7/8] tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_malloc
` [PATCH 8/8] tools/virtiofsd: Replacing malloc-like calls with GLib's variants

[PATCH 0/9] Changing qemu_mutex_locks to lock guard macros
 2021-03-15 16:07 UTC  (8+ messages)
` [PATCH 2/9] block: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD
` [PATCH 8/9] hw/9pfs/9p-synth: Replaced qemu_mutex_lock "

[Bug 1919169] [NEW] [git]Startup crash when trying to use an EFI enabled VM in accel/kvm/kvm-all.c
 2021-03-15 15:50 UTC 

[PATCH v2 0/1] Fix qemu_strtosz regression
 2021-03-15 15:58 UTC  (2+ messages)
` [PATCH v2 1/1] utils: Use fixed-point arithmetic in qemu_strtosz

[RFC PATCH] configure: Poison (almost) all target-specific #defines
 2021-03-15 15:52 UTC  (8+ messages)

[PATCH v3 00/30] qapi/qom: QAPIfy --object and object-add
 2021-03-15 15:52 UTC  (30+ messages)
` [PATCH v3 22/30] qom: Factor out user_creatable_process_cmdline()
` [PATCH v3 26/30] qemu-img: Use user_creatable_process_cmdline() for --object
` [PATCH v3 27/30] hmp: QAPIfy object_add

[PATCH 0/7] block/nbd: decouple reconnect from drain
 2021-03-15 15:48 UTC  (5+ messages)
` [PATCH 1/7] block/nbd: avoid touching freed connect_thread
` [PATCH 2/7] block/nbd: use uniformly nbd_client_connecting_wait

[PATCH 0/3] vhost-user: warn when guest RAM is not shared
 2021-03-15 15:34 UTC  (4+ messages)
` [PATCH 1/3] tests/qtest/vhost-user-test: use share=on with memfd

[PULL 00/27] MIPS patches for 2021-03-13
 2021-03-15 15:34 UTC  (2+ messages)

[PATCH] Document qemu-img options data_file and data_file_raw
 2021-03-15 15:31 UTC  (4+ messages)

[PATCH] hw/display/virtio-vga: made vga memory size configurable
 2021-03-15 15:24 UTC  (4+ messages)

[PATCH v3 0/6] Allow changing bs->file on reopen
 2021-03-15 15:19 UTC  (2+ messages)

[PATCH 0/3] virtiofsd: Deal with empty filenames
 2021-03-15 15:18 UTC  (5+ messages)
` [PATCH 3/3] virtiofsd: Don't allow "
  ` [Virtio-fs] "

[PATCH 0/2] util/compatfd.c: Fixed styling and replaced malloc
 2021-03-15 15:13 UTC  (9+ messages)
` [PATCH 1/2] util/compatfd.c: Fixed style issues
` [PATCH 2/2] util/compatfd.c: Replaced a malloc call with g_malloc

[PATCH] virtiofsd: Add qemu version and copyright info
 2021-03-15 15:04 UTC  (2+ messages)

[PATCH v2 0/7] virtiofsd: Avoid potential deadlocks
 2021-03-15 14:57 UTC  (15+ messages)
` [PATCH v2 1/7] vhost-user: Drop misleading EAGAIN checks in slave_read()
` [PATCH v2 2/7] vhost-user: Fix double-close on slave_read() error path
` [PATCH v2 3/7] vhost-user: Factor out duplicated slave_fd teardown code
` [PATCH v2 4/7] vhost-user: Convert slave channel to QIOChannelSocket
` [PATCH v2 5/7] vhost-user: Introduce nested event loop in vhost_user_read()
` [PATCH v2 6/7] vhost-user: Monitor slave channel "
` [PATCH v2 7/7] virtiofsd: Release vu_dispatch_lock when stopping queue

[PATCH v3 0/3] fuzz: Add a sparse-memory device to accelerate fuzzing
 2021-03-15 14:54 UTC  (5+ messages)
` [PATCH v3 1/3] memory: add a sparse memory device for fuzzing
` [PATCH v3 2/3] fuzz: configure a sparse-mem device, by default
` [PATCH v3 3/3] fuzz: move some DMA hooks

[PATCH 0/6] accel: Restrict TCG-specific code
 2021-03-15 14:48 UTC  (6+ messages)
` [PATCH 3/6] accel/tcg: Restrict tb_gen_code() from other accelerators

[PATCH v3 0/6] qcow2: compressed write cache
 2021-03-15 14:40 UTC  (6+ messages)
` [PATCH v3 6/6] block/qcow2: use seqcache for compressed writes

[PULL 0/9] M68k for 6.0 patches
 2021-03-15 14:37 UTC  (4+ messages)
` [PULL 5/9] char: add goldfish-tty

[Bug 1909247] [NEW] QEMU: use after free vulnerability in esp_do_dma() in hw/scsi/esp.c
 2021-03-15 14:19 UTC  (5+ messages)
` [Bug 1909247] "

IMX FEC model- modification in interrupts
 2021-03-15 14:18 UTC  (3+ messages)
  ` EXT SENDER - "

[Bug 1910723] [NEW] NULL pointer dereference issues in am53c974 SCSI host bus adapter
 2021-03-15 14:07 UTC  (2+ messages)
` [Bug 1910723] "

[PATCH 0/2] SEV firmware error list touchups
 2021-03-15 14:08 UTC  (2+ messages)

[PATCH v3 0/4] acpi: Set proper maximum size for "etc/table-loader" blob
 2021-03-15 14:06 UTC  (5+ messages)
` [PATCH v3 4/4] acpi: Set proper maximum size for "etc/acpi/rsdp" blob

[RFC] nbd: decouple reconnect from drain
 2021-03-15 14:07 UTC  (4+ messages)

[PATCH v2] net/macos: implement vmnet-based network device
 2021-03-15 14:03 UTC  (4+ messages)

[PATCH v3 00/16] target/ppc: Fix truncation of env->hflags
 2021-03-15 13:55 UTC  (5+ messages)
` [PATCH v3 14/16] hw/ppc: Use hreg_store_msr for msr updates

[PATCH v2 0/3] fuzz: Add a sparse-memory device to accelerate fuzzing
 2021-03-15 13:52 UTC  (8+ messages)
` [PATCH v2 1/3] memory: add a sparse memory device for fuzzing
` [PATCH v2 2/3] fuzz: configure a sparse-mem device, by default
` [PATCH v2 3/3] fuzz: move some DMA hooks

[PATCH] Hexagon (target/hexagon) TCG generation cleanup
 2021-03-15 13:40 UTC  (2+ messages)

[PATCH 00/11] AVR patch queue for QEMU 6.0
 2021-03-15 13:15 UTC  (3+ messages)
` [PATCH 03/11] hw/avr: Add limited support for avr gpio registers

[Bug 1918302] [NEW] qemu-system-arm segfaults while servicing SYS_HEAPINFO
 2021-03-15 13:28 UTC  (6+ messages)
` [Bug 1918302] "

[PATCH v7 0/3] vnc: support reload x509 certificates
 2021-03-15 13:32 UTC  (6+ messages)
` [PATCH v7 1/3] crypto: add reload for QCryptoTLSCredsClass
` [PATCH v7 2/3] vnc: support reload x509 certificates for vnc
` [PATCH v7 3/3] qmp: add new qmp display-reload

[PATCH v8 00/35] Hexagon patch series
 2021-03-15 13:31 UTC  (7+ messages)
` [PATCH v8 29/35] Hexagon (target/hexagon) translation

[PATCH v3] Add missing initialization for g_autofree variables
 2021-03-15 13:31 UTC  (5+ messages)

[PATCH] utils: Use fma in qemu_strtosz
 2021-03-15 13:27 UTC  (8+ messages)

[PATCH] utils: Reduce chance of rounding inaccuracy in qemu_strtosz
 2021-03-15 13:18 UTC  (5+ messages)

[PATCH v29 00/17] Add migration support for VFIO devices
 2021-03-15 13:08 UTC  (3+ messages)
` [PATCH v29 17/17] qapi: Add VFIO devices migration stats in Migration stats

[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
 2021-03-15 12:46 UTC  (2+ messages)
` [Bug 1915925] "

[Bug 1917161] [NEW] Parameter 'type' expects a netdev backend type
 2021-03-15 12:47 UTC  (2+ messages)
` [Bug 1917161] "

[PULL v2 00/42] Block layer patches and object-add QAPIfication
 2021-03-15 12:35 UTC 

[PATCH v7 0/8] Pegasos2 emulation
 2021-03-15 12:33 UTC  (3+ messages)

[PATCH] spapr: Assert DIMM unplug state in spapr_memory_unplug()
 2021-03-15 12:11 UTC  (2+ messages)

[PATCH 00/14] deprecations: remove many old deprecations
 2021-03-15 12:21 UTC  (9+ messages)
` [PATCH 07/14] machine: remove 'arch' field from 'query-cpus-fast' QMP command
` [PATCH 10/14] hw/scsi: remove 'scsi-disk' device
` [PATCH 14/14] block: remove support for using "file" driver with block/char devices

[PATCH 0/4] hw/block/pflash_cfi01: Remove pflash_cfi01_get_memory()
 2021-03-15 12:08 UTC  (3+ messages)

[PULL 00/38] Block layer patches and object-add QAPIfication
 2021-03-15 12:10 UTC  (4+ messages)

[PATCH v2 0/2] virtio-pci: add check for vdev in virtio_pci_isr_read
 2021-03-15 11:59 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] virtio-pci: remove explicit initialization of val

[PATCH] qom: Support JSON in user_creatable_parse_str()
 2021-03-15 12:00 UTC  (4+ messages)

[PATCH v3 1/3] edid: move timing generation into a separate function
 2021-03-15 11:46 UTC  (3+ messages)
` [PATCH v3 2/3] edid: allow arbitrary-length checksums
` [PATCH v3 3/3] edid: add support for DisplayID extension (5k resolution)

[PATCH 0/2] fuzz: add a script to help build reproducers
 2021-03-15 11:42 UTC  (5+ messages)
` [PATCH 1/2] fuzz: add a script to "
` [PATCH 2/2] fuzz: add instructions for building reproducers

[PATCH] fuzz: add a am53c974 generic-fuzzer config
 2021-03-15 11:44 UTC  (2+ messages)

[PATCH] tests: Move benchmarks into a separate folder
 2021-03-15 11:39 UTC  (2+ messages)

[PATCH 0/2] hw/block/nvme: coverity fixes
 2021-03-15 11:24 UTC  (5+ messages)
` [PATCH 1/2] hw/block/nvme: fix potential overflow
` [PATCH 2/2] hw/block/nvme: assert namespaces array indices

ALSA errors?
 2021-03-15 11:07 UTC 

[PATCH] net/macos: implement vmnet-based netdev
 2021-03-15 10:36 UTC  (2+ messages)

[PATCH v2 00/13] net: Pad short frames for network backends
 2021-03-15 10:24 UTC  (11+ messages)
` [PATCH v2 01/13] net: Add ETH_ZLEN define in eth.h
` [PATCH v2 02/13] net: Add a 'do_not_pad" to NetClientState

[PATCH] ui/cocoa: Do not raise keys before QEMU resigns active
 2021-03-15 10:15 UTC  (3+ messages)

[RFC PATCH 0/8] softmmu: Restrict CPU I/O instructions
 2021-03-15 10:13 UTC  (4+ messages)
` [RFC PATCH 4/8] qtest/fuzz: "

[PATCH v16 00/23] i386 cleanup PART 2
 2021-03-15  9:57 UTC  (4+ messages)

[PULL 00/16] Net patches
 2021-03-15  9:52 UTC  (5+ messages)

[PULL 0/1] Block patches
 2021-03-15  9:51 UTC  (2+ messages)
` [PULL 1/1] virtio-blk: Respect discard granularity

[PATCH] Hexagon (target/hexagon) remove unnecessary semicolons
 2021-03-15  9:43 UTC  (2+ messages)

[PATCH v7 0/2] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-15  9:38 UTC  (2+ messages)

[PULL V2 00/20] Net patches
 2021-03-15  9:14 UTC  (19+ messages)
` [PULL V2 03/20] net: validate that ids are well formed
` [PULL V2 04/20] e1000: fail early for evil descriptor
` [PULL V2 05/20] net: introduce qemu_receive_packet()
` [PULL V2 06/20] e1000: switch to use qemu_receive_packet() for loopback
` [PULL V2 07/20] dp8393x: switch to use qemu_receive_packet() for loopback packet
` [PULL V2 08/20] msf2-mac: switch to use qemu_receive_packet() for loopback
` [PULL V2 09/20] sungem: "
` [PULL V2 10/20] tx_pkt: switch to use qemu_receive_packet_iov() "
` [PULL V2 11/20] rtl8139: switch to use qemu_receive_packet() "
` [PULL V2 12/20] pcnet: "
` [PULL V2 13/20] cadence_gem: "
` [PULL V2 14/20] lan9118: "
` [PULL V2 15/20] pvrdma: wean code off pvrdma_ring.h kernel header
` [PULL V2 16/20] qapi: net: Add query-netdev command
` [PULL V2 17/20] tests: Add tests for "
` [PULL V2 18/20] net: Move NetClientState.info_str to dynamic allocations
` [PULL V2 19/20] hmp: Use QAPI NetdevInfo in hmp_info_network
` [PULL V2 20/20] net: Do not fill legacy info_str for backends

[PATCH v2] edid: add support for DisplayID extension (5k resolution)
 2021-03-15  9:23 UTC  (3+ messages)

[PATCH] Hexagon (target/hexagon) fix typo in comment
 2021-03-15  9:28 UTC  (2+ 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).