qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-15 21:19:53 to 2021-03-16 12:59:34 UTC [more...]

[PATCH v4 0/2] Some modification about ram_save_host_page()
 2021-03-16 12:57 UTC  (2+ messages)
` [PATCH v4 1/2] migration/ram: Reduce unnecessary rate limiting

[PATCH v7 0/8] Pegasos2 emulation
 2021-03-16 12:55 UTC  (9+ messages)

Windows 10 won't run on default x86_64 machine anymore
 2021-03-16 12:53 UTC  (13+ messages)

[PATCH] include/sysemu: Poison all accelerator CONFIG switches in common code
 2021-03-16 12:52 UTC 

[PATCH 0/6] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-03-16 12:48 UTC  (11+ messages)
` [PATCH 1/6] accel: Introduce 'query-accels' QMP command

[PATCH] docs: Remove obsolete paragraph about config-target.mak
 2021-03-16 12:42 UTC 

[RFC PATCH 0/2] hw/s390x: modularize virtio-gpu-ccw
 2021-03-16 12:26 UTC  (3+ messages)
` [RFC PATCH 1/2] modules: introduce target specific modules
` [RFC PATCH 2/2] hw/s390x: modularize virtio-gpu-ccw

[PULL V2 00/20] Net patches
 2021-03-16 12:30 UTC  (2+ messages)

[PATCH v3 0/6] qcow2: compressed write cache
 2021-03-16 12:25 UTC  (7+ messages)
` [PATCH v3 6/6] block/qcow2: use seqcache for compressed writes

[Bug 1880518] [NEW] issue while installing docker inside s390x container
 2021-03-16 12:00 UTC  (3+ messages)
` [Bug 1880518] "

[PATCH v4 00/12] net: Pad short frames for network backends
 2021-03-16 12:04 UTC  (13+ messages)
` [PATCH v4 01/12] net: eth: Add a helper to pad a short Ethernet frame
` [PATCH v4 02/12] net: Add a 'do_not_pad" to NetClientState
` [PATCH v4 03/12] net: Pad short frames to minimum size before sending from SLiRP/TAP
` [PATCH v4 04/12] hw/net: virtio-net: Initialize nc->do_not_pad to true
` [PATCH v4 05/12] hw/net: e1000: Remove the logic of padding short frames in the receive path
` [PATCH v4 06/12] hw/net: vmxnet3: "
` [PATCH v4 07/12] hw/net: i82596: "
` [PATCH v4 08/12] hw/net: ne2000: "
` [PATCH v4 09/12] hw/net: pcnet: "
` [PATCH v4 10/12] hw/net: rtl8139: "
` [PATCH v4 11/12] hw/net: sungem: "
` [PATCH v4 12/12] hw/net: sunhme: "

[PULL v2 0/5] Meson version update
 2021-03-16 12:17 UTC  (5+ messages)

[PATCH] target/mips/mxu: Rewrite D16MIN / D16MAX opcodes
 2021-03-16 12:03 UTC  (3+ messages)

[PULL 0/1] 9p queue 2021-03-16
 2021-03-16 10:49 UTC  (2+ messages)
` [PULL 1/1] hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD

[PATCH] migration: Move populate_vfio_info() into a separate file
 2021-03-16 11:20 UTC  (4+ messages)

[PATCH v2] hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM
 2021-03-16 11:03 UTC 

[PULL 0/3] Audio 20210316 patches
 2021-03-16 10:54 UTC  (5+ messages)
` [PULL 1/3] coreaudio: Drop support for macOS older than 10.6
` [PULL 2/3] coreaudio: Extract device operations
` [PULL 3/3] coreaudio: Handle output device change

[PATCH] hw/core: Only build guest-loader if libfdt is available
 2021-03-16 10:48 UTC  (3+ messages)

[RFC v2 00/13] vDPA software assisted live migration
 2021-03-16 10:43 UTC  (18+ messages)
` [RFC v2 05/13] vhost: Route guest->host notification through shadow virtqueue
` [RFC v2 06/13] vhost: Route host->guest "
` [RFC v2 08/13] virtio: Add vhost_shadow_vq_get_vring_addr
` [RFC v2 10/13] vhost: add vhost_kernel_set_vring_enable
` [RFC v2 11/13] vhost: Shadow virtqueue buffers forwarding
` [RFC v2 12/13] vhost: Check for device VRING_USED_F_NO_NOTIFY at shadow virtqueue kick
` [RFC v2 13/13] vhost: Use VRING_AVAIL_F_NO_INTERRUPT at device call on shadow virtqueue

[PULL 00/11] QAPI patches patches for 2021-03-16
 2021-03-16 10:33 UTC  (12+ messages)
` [PULL 01/11] qemuutil: remove qemu_set_fd_handler duplicate symbol
` [PULL 02/11] qemu-options: New -compat to set policy for deprecated interfaces
` [PULL 03/11] qapi: Implement deprecated-output=hide for QMP command results
` [PULL 04/11] qapi: Implement deprecated-output=hide for QMP events
` [PULL 05/11] qapi: Implement deprecated-output=hide for QMP event data
` [PULL 06/11] monitor: Drop query-qmp-schema 'gen': false hack
` [PULL 07/11] qapi: Implement deprecated-output=hide for QMP introspection
` [PULL 08/11] test-util-sockets: Add stub for monitor_set_cur()
` [PULL 09/11] qapi: Implement deprecated-input=reject for QMP commands
` [PULL 10/11] qapi: Implement deprecated-input=reject for QMP command arguments
` [PULL 11/11] qapi: New -compat deprecated-input=crash

[PATCH v3 00/13] net: Pad short frames for network backends
 2021-03-16 10:19 UTC  (17+ messages)
` [PATCH v3 01/13] net: eth: Add a helper to pad a short ethernet frame
` [PATCH v3 02/13] net: Add a 'do_not_pad" to NetClientState
` [PATCH v3 03/13] net: slirp: Pad short frames to minimum size before send
` [PATCH v3 04/13] net: tap: "
` [PATCH v3 05/13] hw/net: virtio-net: Initialize nc->do_not_pad to true
` [PATCH v3 06/13] hw/net: e1000: Remove the logic of padding short frames in the receive path
` [PATCH v3 07/13] hw/net: vmxnet3: "
` [PATCH v3 08/13] hw/net: i82596: "
` [PATCH v3 09/13] hw/net: ne2000: "
` [PATCH v3 10/13] hw/net: pcnet: "
` [PATCH v3 11/13] hw/net: rtl8139: "
` [PATCH v3 12/13] hw/net: sungem: "
` [PATCH v3 13/13] hw/net: sunhme: "

libqemuutil
 2021-03-16 10:15 UTC  (6+ messages)

[PULL 0/6] s390x patches for 6.0 softfreeze
 2021-03-16 10:12 UTC  (7+ messages)
` [PULL 1/6] s390x/kvm: Get rid of legacy_s390_alloc()
` [PULL 2/6] exec: Get rid of phys_mem_set_alloc()
` [PULL 3/6] s390x/cpu_model: use official name for 8562
` [PULL 4/6] target/s390x: Implement the MVPG condition-code-option bit
` [PULL 5/6] target/s390x: Store r1/r2 for page-translation exceptions during MVPG
` [PULL 6/6] s390x/pci: Add missing initialization for g_autofree variables

[PATCH 1/2] Fix the segment fault when calling yank_register_instance
 2021-03-16  9:45 UTC  (3+ messages)

[RFC PATCH] docs/devel: expand style section of memory management
 2021-03-16  9:29 UTC  (5+ messages)

[PATCH] hw/i8254: fix vmstate load
 2021-03-16  9:11 UTC  (4+ messages)

[PATCH] sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlog
 2021-03-16  9:10 UTC  (2+ messages)

[PATCH v4 00/17] target/ppc: Fix truncation of env->hflags
 2021-03-16  8:17 UTC  (16+ messages)
` [PATCH v4 01/17] target/ppc: Move helper_regs.h functions out-of-line
` [PATCH v4 02/17] target/ppc: Move 601 hflags adjustment to hreg_compute_hflags
` [PATCH v4 03/17] target/ppc: Properly sync cpu state with new msr in cpu_load_old
` [PATCH v4 04/17] target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msr
` [PATCH v4 05/17] target/ppc: Retain hflags_nmsr only for migration
` [PATCH v4 06/17] target/ppc: Fix comment for MSR_FE{0,1}
` [PATCH v4 08/17] target/ppc: Reduce env->hflags to uint32_t

[PATCH] hw/net: fsl_etsec: Tx padding length should exclude CRC
 2021-03-16  8:15 UTC 

[PATCH v7 0/3] vnc: support reload x509 certificates
 2021-03-16  8:13 UTC  (3+ messages)

[PATCH v8 0/3] vnc: support reload x509 certificates
 2021-03-16  7:58 UTC  (4+ messages)
` [PATCH v8 1/3] crypto: add reload for QCryptoTLSCredsClass
` [PATCH v8 2/3] vnc: support reload x509 certificates for vnc
` [PATCH v8 3/3] qmp: add new qmp display-reload

[PATCH v5 00/13] hw/block/nvme: metadata and end-to-end data protection support
 2021-03-16  7:34 UTC  (10+ messages)
` [PATCH v5 07/13] hw/block/nvme: prefer runtime helpers instead of device parameters
` [PATCH v5 08/13] hw/block/nvme: pull lba format initialization
` [PATCH v5 09/13] hw/block/nvme: parameterize nvme_ns_nlbas

[PATCH v3 0/3] target/arm: Add support for FEAT_TLBIOS and FEAT_TLBIRANGE
 2021-03-16  6:20 UTC  (4+ messages)
` [PATCH v3 1/3] target/arm: Add support for FEAT_TLBIRANGE

[PULL 00/11] Ui 20210316 patches
 2021-03-16  5:38 UTC  (12+ messages)
` [PULL 01/11] ui: introduce "password-secret" option for VNC servers
` [PULL 02/11] ui: introduce "password-secret" option for SPICE server
` [PULL 03/11] ui: deprecate "password" "
` [PULL 04/11] opengl: Do not convert format with glTexImage2D on OpenGL ES
` [PULL 05/11] ui/cocoa: Do not exit immediately after shutdown
` [PULL 06/11] ui: add more trace points for VNC client/server messages
` [PULL 07/11] ui: avoid sending framebuffer updates outside client desktop bounds
` [PULL 08/11] ui: use client width/height in WMVi message
` [PULL 09/11] ui: honour the actual guest display dimensions without rounding
` [PULL 10/11] ui: fold qemu_alloc_display in only caller
` [PULL 11/11] ui/cocoa: Comment about modifier key input quirks

Bug in tlbi_aa64_vae2is_write: tlbbits_for_regime called with swapped ARMMMUIdx_ values?
 2021-03-16  5:33 UTC 

[RFC PATCH] configure: Poison (almost) all target-specific #defines
 2021-03-16  5:28 UTC  (3+ messages)

[PATCH 00/38] target/riscv: support packed extension v0.9.2
 2021-03-16  2:40 UTC  (16+ messages)
` [PATCH 05/38] target/riscv: 8-bit Addition & Subtraction Instruction
` [PATCH 06/38] target/riscv: SIMD 16-bit Shift Instructions
` [PATCH 07/38] target/riscv: SIMD 8-bit "
` [PATCH 08/38] target/riscv: SIMD 16-bit Compare Instructions
` [PATCH 09/38] target/riscv: SIMD 8-bit "
` [PATCH 11/38] target/riscv: SIMD 8-bit Multiply Instructions
` [PATCH 12/38] target/riscv: SIMD 16-bit Miscellaneous Instructions

[PATCH v2 00/13] net: Pad short frames for network backends
 2021-03-16  2:25 UTC  (3+ messages)
` [PATCH v2 03/13] net: slirp: Pad short frames to minimum size before send

[PATCH v2] hw/block: m25p80: Support fast read for SST flashes
 2021-03-16  1:39 UTC  (3+ messages)

[PULL 00/11] pflash patches for 2021-03-16
 2021-03-15 23:35 UTC  (12+ messages)
` [PULL 01/11] hw/block/pflash_cfi: Fix code style for checkpatch.pl
` [PULL 02/11] hw/block/pflash_cfi01: Extract pflash_cfi01_fill_cfi_table()
` [PULL 03/11] hw/block/pflash_cfi02: Extract pflash_cfi02_fill_cfi_table()
` [PULL 04/11] hw/block/pflash_cfi02: Set rom_mode to true in pflash_setup_mappings()
` [PULL 05/11] hw/block/pflash_cfi02: Open-code pflash_register_memory(rom=false)
` [PULL 06/11] hw/block/pflash_cfi02: Rename register_memory(true) as mode_read_array
` [PULL 07/11] hw/block/pflash_cfi02: Factor out pflash_reset_state_machine()
` [PULL 08/11] hw/block/pflash_cfi02: Add DeviceReset method
` [PULL 09/11] hw/block/pflash_cfi01: Clarify trace events
` [PULL 10/11] hw/block/pflash_cfi01: Correct the type of PFlashCFI01.ro
` [PULL 11/11] hw/block/pflash_cfi: Replace DPRINTF with trace events

[PATCH v2 00/29] tcg: Workaround macOS 11.2 mprotect bug
 2021-03-15 23:37 UTC  (8+ 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 00/12] hw/block/pflash: Refactors around setting the device in read-array mode
 2021-03-15 23:24 UTC  (2+ messages)

[PATCH v3 0/5] tests/acceptance: Add bFLT loader linux-user test
 2021-03-15 23:08 UTC  (6+ messages)
` [PATCH v3 1/5] tests/acceptance: Extract QemuBaseTest from Test
` [PATCH v3 2/5] tests/acceptance: Make pick_default_qemu_bin() more generic
` [PATCH v3 3/5] tests/acceptance: Introduce QemuUserTest base class
` [PATCH v3 4/5] tests/acceptance: Share useful helpers from virtiofs_submounts test
` [PATCH v3 5/5] tests/acceptance: Add bFLT loader linux-user test

[PULL 00/27] MIPS patches for 2021-03-13
 2021-03-15 22:43 UTC  (4+ messages)
` [PULL 18/27] target/mips: Extract MXU code to new mxu_translate.c file

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

[PULL 0/1] Block patches
 2021-03-15 22:01 UTC  (2+ messages)

[PATCH v2] Hexagon (target/hexagon) TCG generation cleanup
 2021-03-15 21:59 UTC 

[Bug 1919253] [NEW] QEMU doesn't build reproducibly anymore in 5.2.0
 2021-03-15 21:36 UTC 

[PATCH] Hexagon (target/hexagon) TCG generation cleanup
 2021-03-15 21:45 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/6] target/mips: Amend MXU support
 2021-03-15 21:26 UTC  (5+ messages)
` [Qemu-devel] [PATCH 5/6] target/mips: MXU: Add handlers for max/min instructions


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