qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-14 18:08:03 to 2021-03-15 10:25:45 UTC [more...]

[PATCH v3 00/16] target/ppc: Fix truncation of env->hflags
 2021-03-15 10:23 UTC  (12+ messages)
` [PATCH v3 03/16] target/ppc: Properly sync cpu state with new msr in cpu_load_old
` [PATCH v3 05/16] target/ppc: Retain hflags_nmsr only for migration
` [PATCH v3 07/16] target/ppc: Disconnect hflags from MSR
` [PATCH v3 08/16] target/ppc: Reduce env->hflags to uint32_t
` [PATCH v3 10/16] target/ppc: Create helper_scv
` [PATCH v3 11/16] target/ppc: Put LPCR[GTSE] in hflags
` [PATCH v3 13/16] target/ppc: Remove env->immu_idx and env->dmmu_idx
` [PATCH v3 14/16] hw/ppc: Use hreg_store_msr for msr updates
` [PATCH v3 15/16] linux-user/ppc: Fix "
` [PATCH v3 16/16] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

[PATCH v2 00/13] net: Pad short frames for network backends
 2021-03-15 10:21 UTC  (21+ 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 v2 03/13] net: slirp: Pad short frames to minimum size before send
` [PATCH v2 04/13] net: tap: "
` [PATCH v2 05/13] hw/net: virtio-net: Initialize nc->do_not_pad to true
` [PATCH v2 06/13] hw/net: e1000: Remove the logic of padding short frames in the receive path
` [PATCH v2 07/13] hw/net: vmxnet3: "
` [PATCH v2 08/13] hw/net: i82596: "
` [PATCH v2 09/13] hw/net: ne2000: "
` [PATCH v2 10/13] hw/net: pcnet: "
` [PATCH v2 11/13] hw/net: rtl8139: "
` [PATCH v2 12/13] hw/net: sungem: "
` [PATCH v2 13/13] hw/net: sunhme: "

[PATCH v3] Add missing initialization for g_autofree variables
 2021-03-15 10:21 UTC  (2+ messages)

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

[RFC PATCH 0/8] softmmu: Restrict CPU I/O instructions
 2021-03-15 10:13 UTC  (12+ messages)
` [RFC PATCH 1/8] softmmu/physmem: Rename io_mem_unassigned -> unassigned_mr
` [RFC PATCH 2/8] exec: Extract CPU I/O instructions to "cpu-io.h"
` [RFC PATCH 3/8] target: Introduce TARGET_HAS_IOPORT
` [RFC PATCH 4/8] qtest/fuzz: Restrict CPU I/O instructions
` [RFC PATCH 5/8] qtest/libqos: "
` [RFC PATCH 6/8] qtest: "
` [RFC PATCH 7/8] monitor: "
` [RFC PATCH 8/8] softmmu: "

[PATCH 0/3] virtiofsd: Deal with empty filenames
 2021-03-15 10:06 UTC  (8+ messages)
` [PATCH 1/3] virtiofsd: Don't allow empty paths in lookup_name()
  ` [Virtio-fs] "
` [PATCH 2/3] virtiofsd: Convert some functions to return bool
  ` [Virtio-fs] "
` [PATCH 3/3] virtiofsd: Don't allow empty filenames
  ` [Virtio-fs] "

[PATCH 0/8] Replacing malloc and the like with GLib's variants
 2021-03-15 10:01 UTC  (11+ messages)
` [PATCH 5/8] util/compatfd.c: Replaced a malloc with GLib's variant
` [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 v3 0/6] qcow2: compressed write cache
 2021-03-15  9:58 UTC  (5+ messages)
` [PATCH v3 6/6] block/qcow2: use seqcache for compressed writes

[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  (6+ 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 v3 00/30] qapi/qom: QAPIfy --object and object-add
 2021-03-15  9:39 UTC  (5+ messages)
` [PATCH v3 27/30] hmp: QAPIfy object_add

[PATCH v7 0/2] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-15  9:38 UTC  (4+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] target/s390x: Store r1/r2 for page-translation exceptions during MVPG

[PULL V2 00/20] Net patches
 2021-03-15  9:14 UTC  (21+ messages)
` [PULL V2 01/20] virtio-net: calculating proper msix vectors on init
` [PULL V2 02/20] net: Fix build error when DEBUG_NET is on
` [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  (3+ messages)

[PATCH] utils: Use fma in qemu_strtosz
 2021-03-15  9:10 UTC  (3+ messages)

[PATCH 0/3] hw: Constify VMStateDescription
 2021-03-15  9:05 UTC  (2+ messages)

[PATCH v3 0/4] acpi: Set proper maximum size for "etc/table-loader" blob
 2021-03-15  8:57 UTC  (2+ messages)

[PATCH v2] Add missing initialization for g_autofree variables
 2021-03-15  8:35 UTC  (3+ messages)

[PATCH v7 0/5] Introducing QMP query-netdev command
 2021-03-15  8:19 UTC  (3+ messages)

[Bug 1916112] [NEW] Illegal instruction crash of QEMU on Jetson Nano
 2021-03-15  7:38 UTC  (2+ messages)
` [Bug 1916112] "

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

Questions about timer interrupt handling in QEMU
 2021-03-15  6:38 UTC  (2+ messages)

[PATCH v3] multi-process: Initialize variables declared with g_auto*
 2021-03-15  6:32 UTC  (4+ messages)

[PATCH 0/7] block/nbd: decouple reconnect from drain
 2021-03-15  6:06 UTC  (8+ messages)
` [PATCH 1/7] block/nbd: avoid touching freed connect_thread
` [PATCH 2/7] block/nbd: use uniformly nbd_client_connecting_wait
` [PATCH 3/7] block/nbd: assert attach/detach runs in the proper context
` [PATCH 4/7] block/nbd: transfer reconnection stuff across aio_context switch
` [PATCH 5/7] block/nbd: better document a case in nbd_co_establish_connection
` [PATCH 6/7] block/nbd: decouple reconnect from drain
` [PATCH 7/7] block/nbd: stop manipulating in_flight counter

[PATCH v2] replay: notify CPU on event
 2021-03-15  6:01 UTC  (2+ messages)

[PATCH] hw/virtio: enable ioeventfd configuring for mmio
 2021-03-15  6:00 UTC  (2+ messages)

[PATCH] replay: don't wait in run_on_cpu
 2021-03-15  5:59 UTC  (2+ messages)

[RFC] nbd: decouple reconnect from drain
 2021-03-15  5:36 UTC  (3+ messages)

[PATCH V3 0/8] hw/block/nvme: support namespace attachment
 2021-03-15  4:56 UTC  (3+ messages)
` [PATCH V3 1/8] hw/block/nvme: support namespace detach

[PATCH] Hexagon (target/hexagon) TCG generation cleanup
 2021-03-15  4:54 UTC 

[PATCH] Hexagon (target/hexagon) change DECODE_MAPPED_REG operand name to OPNUM
 2021-03-15  4:54 UTC 

[PATCH] Hexagon (target/hexagon) remove unnecessary checks in find_iclass_slots
 2021-03-15  4:53 UTC 

[PATCH] Hexagon (target/hexagon) translation changes
 2021-03-15  4:53 UTC 

[Bug 1919036] [NEW] Assertion failure in fifo8_push_all() through am53c974
 2021-03-15  3:26 UTC  (3+ messages)
` [Bug 1919036] "

[Bug 1907909] [NEW] assertion failure in am53c974
 2021-03-15  3:06 UTC  (2+ messages)
` [Bug 1907909] "

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

[Bug 1919035] [NEW] Assertion failure in fifo8_pop_buf() through am53c974
 2021-03-15  3:02 UTC  (2+ messages)
` [Bug 1919035] "

[PATCH v8 00/35] Hexagon patch series
 2021-03-15  3:09 UTC  (16+ messages)
` [PATCH v8 26/35] Hexagon (target/hexagon) TCG generation
` [PATCH v8 27/35] Hexagon (target/hexagon) TCG for instructions with multiple definitions
` [PATCH v8 29/35] Hexagon (target/hexagon) translation

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

[PATCH] fuzz: check machine, before PC-specific code
 2021-03-15  1:53 UTC  (5+ messages)

[PULL 0/4] AVR patches for 2021-03-15
 2021-03-14 23:46 UTC  (5+ messages)
` [PULL 1/4] hw/misc/led: Add yellow LED
` [PULL 2/4] hw/avr/arduino: List board schematic links
` [PULL 3/4] target/avr: Fix some comment spelling errors
` [PULL 4/4] target/avr: Fix interrupt execution

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

[PATCH] qtest/libqos/meson: Restrict architecture specific objects
 2021-03-14 23:25 UTC  (2+ messages)

[PATCH v2 0/3] fuzz: Add a sparse-memory device to accelerate fuzzing
 2021-03-14 23:14 UTC  (3+ messages)
` [PATCH v2 1/3] memory: add a sparse memory device for fuzzing

[PATCH v3] fuzz: map all BARs and enable PCI devices
 2021-03-14 22:44 UTC  (2+ messages)

[RFC PATCH 0/6] vhost-user: Shutdown/Flush slave channel properly
 2021-03-14 22:26 UTC  (3+ messages)

[PATCH v2 00/29] tcg: Workaround macOS 11.2 mprotect bug
 2021-03-14 22:12 UTC  (33+ messages)
` [PATCH v2 01/29] meson: Split out tcg/meson.build
` [PATCH v2 02/29] meson: Split out fpu/meson.build
` [PATCH v2 03/29] tcg: Re-order tcg_region_init vs tcg_prologue_init
` [PATCH v2 04/29] tcg: Remove error return from tcg_region_initial_alloc__locked
` [PATCH v2 05/29] tcg: Split out tcg_region_initial_alloc
` [PATCH v2 06/29] tcg: Split out tcg_region_prologue_set
` [PATCH v2 07/29] tcg: Split out region.c
` [PATCH v2 08/29] accel/tcg: Inline cpu_gen_init
` [PATCH v2 09/29] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
` [PATCH v2 10/29] accel/tcg: Rename tcg_init to tcg_init_machine
` [PATCH v2 11/29] tcg: Create tcg_init
` [PATCH v2 12/29] accel/tcg: Merge tcg_exec_init into tcg_init_machine
` [PATCH v2 13/29] accel/tcg: Pass down max_cpus to tcg_init
` [PATCH v2 14/29] tcg: Introduce tcg_max_ctxs
` [PATCH v2 15/29] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
` [PATCH v2 16/29] tcg: Replace region.end with region.total_size
` [PATCH v2 17/29] tcg: Rename region.start to region.after_prologue
` [PATCH v2 18/29] tcg: Tidy tcg_n_regions
` [PATCH v2 19/29] tcg: Tidy split_cross_256mb
` [PATCH v2 20/29] tcg: Move in_code_gen_buffer and tests to region.c
` [PATCH v2 21/29] tcg: Allocate code_gen_buffer into struct tcg_region_state
` [PATCH v2 22/29] tcg: Return the map protection from alloc_code_gen_buffer
` [PATCH v2 23/29] tcg: Sink qemu_madvise call to common code
` [PATCH v2 24/29] tcg: Do not set guard pages in the rx buffer
` [PATCH v2 25/29] util/osdep: Add qemu_mprotect_rw
` [PATCH v2 26/29] tcg: Round the tb_size default from qemu_get_host_physmem
` [PATCH v2 27/29] tcg: Merge buffer protection and guard page protection
` [PATCH v2 28/29] tcg: When allocating for !splitwx, begin with PROT_NONE
` [PATCH v2 29/29] tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/

[PATCH] include/ui/console.h: Delete is_surface_bgr()
 2021-03-14 21:59 UTC  (2+ messages)

[PATCH] virtio: Fix virtio_mmio_read()/virtio_mmio_write()
 2021-03-14 20:03 UTC 

[PATCH v4 2/4] util/qemu-sockets.c: Split host:port parsing out of inet_parse
 2021-03-14 19:52 UTC  (10+ messages)

[PATCH v5 00/13] hw/block/nvme: metadata and end-to-end data protection support
 2021-03-14 19:31 UTC  (3+ messages)
` [PATCH v5 01/13] hw/block/nvme: fix zone management receive reporting too many zones

[PULL 0/5] Linux user for 6.0 patches
 2021-03-14 19:15 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).