qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-12 19:12:32 to 2021-03-13 23:22:15 UTC [more...]

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

[PATCH 00/11] AVR patch queue for QEMU 6.0
 2021-03-13 22:20 UTC  (24+ messages)
` [PATCH 01/11] hw/misc/led: Add yellow LED
` [PATCH 02/11] hw/avr/arduino: List board schematic links
` [PATCH 03/11] hw/avr: Add limited support for avr gpio registers
` [PATCH 04/11] hw/gpio/avr_gpio: Add migration VMstate
` [PATCH 05/11] hw/gpio/avr_gpio: Add 'id' field in AVRGPIOState
` [PATCH 06/11] hw/gpio/avr_gpio: Simplify avr_gpio_write_port using extract32()
` [PATCH 07/11] hw/gpio/avr_gpio: Add tracing for reads and writes
` [PATCH 08/11] hw/avr/arduino: Add D13 LED
` [PATCH 09/11] hw/avr/arduino: Replace magic number by gpio_port_index() call
` [PATCH 10/11] target/avr: Fix some comment spelling errors
` [PATCH 11/11] target/avr: Fix interrupt execution

[PATCH] utils: Reduce chance of rounding inaccuracy in qemu_strtosz
 2021-03-13 21:48 UTC  (2+ messages)

[PULL 00/27] MIPS patches for 2021-03-13
 2021-03-13 19:48 UTC  (28+ messages)
` [PULL 01/27] hw/mips/gt64xxx: Initialize ISD I/O memory region in DeviceRealize()
` [PULL 02/27] hw/mips/gt64xxx: Simplify ISD MemoryRegion read/write handlers
` [PULL 03/27] hw/mips/gt64xxx: Fix typos in qemu_log_mask() formats
` [PULL 04/27] hw/mips/gt64xxx: Rename trace events related to interrupt registers
` [PULL 05/27] hw/mips/gt64xxx: Trace accesses to ISD registers
` [PULL 06/27] target/mips/meson: Introduce mips_tcg source set
` [PULL 07/27] target/mips/meson: Restrict mips-semi.c to TCG
` [PULL 08/27] target/mips: Rewrite complex ifdef'ry
` [PULL 09/27] target/mips: Remove XBurst Media eXtension Unit dead code
` [PULL 10/27] target/mips: Remove unused CPUMIPSState* from MXU functions
` [PULL 11/27] target/mips: Pass instruction opcode to decode_opc_mxu()
` [PULL 12/27] target/mips: Use OPC_MUL instead of OPC__MXU_MUL
` [PULL 13/27] target/mips: Move MUL opcode check from decode_mxu() to decode_legacy()
` [PULL 14/27] target/mips: Rename decode_opc_mxu() as decode_ase_mxu()
` [PULL 15/27] target/mips: Convert decode_ase_mxu() to decodetree prototype
` [PULL 16/27] target/mips: Simplify decode_opc_mxu() ifdef'ry
` [PULL 17/27] target/mips: Introduce mxu_translate_init() helper
` [PULL 18/27] target/mips: Extract MXU code to new mxu_translate.c file
` [PULL 19/27] target/mips: Use gen_load_gpr[_hi]() when possible
` [PULL 20/27] target/mips/tx79: Move MFHI1 / MFLO1 opcodes to decodetree
` [PULL 21/27] target/mips/tx79: Move MTHI1 / MTLO1 "
` [PULL 22/27] target/mips/translate: Make gen_rdhwr() public
` [PULL 23/27] target/mips/translate: Simplify PCPYH using deposit_i64()
` [PULL 24/27] target/mips/tx79: Move PCPYH opcode to decodetree
` [PULL 25/27] target/mips/tx79: Move PCPYLD / PCPYUD opcodes "
` [PULL 26/27] target/mips: Remove 'C790 Multimedia Instructions' dead code
` [PULL 27/27] target/mips/tx79: Salvage instructions description comment

[PATCH] hw/display/bcm2835_fb: Remove DeviceReset() call in DeviceRealize()
 2021-03-13 19:47 UTC  (2+ messages)

[PATCH 00/26] tcg: Workaround macOS 11.2 mprotect bug
 2021-03-13 19:28 UTC  (28+ messages)
` [PATCH 01/26] meson: Split out tcg/meson.build
` [PATCH 02/26] meson: Move disas/tci.c to disas/meson.build
` [PATCH 03/26] meson: Split out fpu/meson.build
` [PATCH 05/26] tcg: Remove error return from tcg_region_initial_alloc__locked
` [PATCH 09/26] accel/tcg: Inline cpu_gen_init
` [PATCH 10/26] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
` [PATCH 11/26] accel/tcg: Rename tcg_init to tcg_init_machine
` [PATCH 12/26] tcg: Create tcg_init
` [PATCH 14/26] accel/tcg: Pass down max_cpus to tcg_init
` [PATCH 15/26] tcg: Introduce tcg_max_ctxs
` [PATCH 16/26] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
` [PATCH 24/26] util/osdep: Add qemu_mprotect_rw

[PATCH for-6.0 0/2] arm: Make M-profile VTOR loads on reset handle memory aliasing
 2021-03-13 19:41 UTC  (9+ messages)
` [PATCH for-6.0 1/2] memory: Add offset_in_region to flatview_cb arguments
` [PATCH for-6.0 2/2] target/arm: Make M-profile VTOR loads on reset handle memory aliasing

[PATCH 0/9] Replacing malloc and the like with GLib's variants
 2021-03-13 18:50 UTC  (12+ messages)
` [PATCH 1/9] bsd-user/elfload.c: Replaced calls to malloc/free with GLib variants
` [PATCH 2/9] hw/audio/fmopl.c: Fixing some style errors
` [PATCH 3/9] hw/audio/fmopl.c: Replaced calls to malloc with GLib's variants
` [PATCH 4/9] pc-bios/s390-ccw/netmain.c: Changed a malloc/free to "
` [PATCH 5/9] target/xtensa: Replaced malloc/free with "
` [PATCH 6/9] util/compatfd.c: Replaced a malloc with GLib's g_try_malloc
` [PATCH 7/9] tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0
` [PATCH 8/9] tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_malloc
` [PATCH 9/9] tools/virtiofsd: Replacing malloc-like calls with GLib's variants

[Bug 1846816] [NEW] Booting error on AIX 6.1 "Illegal Trap Instruction Interrupt in Kernel""
 2021-03-13 18:06 UTC  (2+ messages)
` [Bug 1846816] "

KVM guest physical address and its corresponding host virtual address
 2021-03-13 18:14 UTC 

[Bug 1919036] [NEW] Assertion failure in fifo8_push_all() through am53c974
 2021-03-13 17:46 UTC 

[Bug 1919035] [NEW] Assertion failure in fifo8_pop_buf() through am53c974
 2021-03-13 17:26 UTC 

[PATCH 0/3] hw: Constify VMStateDescription
 2021-03-13 17:24 UTC  (5+ messages)
` [PATCH 1/3] hw/arm: "
` [PATCH 2/3] hw/display/qxl: "
` [PATCH 3/3] hw/usb: "

[PATCH 0/2] MAINTAINERS: Mark Renesas hardware emulation orphan
 2021-03-13 17:17 UTC  (2+ messages)

[PATCH 0/3] AVR GPIO Emulation and Arduino D13 LED
 2021-03-13 15:41 UTC  (5+ messages)
` [PATCH 2/3] hw/gpio/avr_gpio.c: add tracing for read and writes
` [PATCH 3/3] avr/arduino: Add D13 LED

[RFC PATCH v2 00/22] target/mips: Reintroduce the R5900 CPU (without testing)
 2021-03-13 15:21 UTC  (17+ messages)
` [RFC PATCH v2 10/22] target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)
` [RFC PATCH v2 11/22] target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)
` [RFC PATCH v2 12/22] target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)
` [RFC PATCH v2 13/22] target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)
` [RFC PATCH v2 14/22] target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)
` [RFC PATCH v2 16/22] target/mips/tx79: Introduce PINTEH (Parallel Interleave Even Halfword)
` [RFC PATCH v2 17/22] target/mips/tx79: Introduce PEXE[HW] opcodes (Parallel Exchange Even)
` [RFC PATCH v2 21/22] target/mips/tx79: Move RDHWR usermode kludge to trans_SQ()

[PATCH v3 00/30] qapi/qom: QAPIfy --object and object-add
 2021-03-13 14:11 UTC  (20+ 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

[Qemu-devel] [PATCH V2] block: increased maximum size of vvfat devices
 2021-03-13 14:06 UTC  (3+ messages)

[PATCH v7 0/8] Pegasos2 emulation
 2021-03-13 13:27 UTC  (2+ messages)

[PATCH] edid: add support for DisplayID extension (5k resolution)
 2021-03-13 12:03 UTC  (2+ messages)

[PATCH 0/3] vl: QAPIfy -object
 2021-03-13 12:32 UTC  (9+ messages)
` [PATCH 2/3] qom: move user_creatable_add_opts logic to vl.c and QAPIfy it
` [PATCH 3/3] vl: allow passing JSON to -object

gitlab outage?
 2021-03-13 12:06 UTC  (6+ messages)

[PATCH 0/5] memory: Forbid mapping AddressSpace root MemoryRegion
 2021-03-13 12:05 UTC  (7+ messages)
` [PATCH 2/5] hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias
` [PATCH 3/5] hw/pci-host/prep: Remove unuseful memory region mapping
` [PATCH 5/5] memory: Make sure root MR won't be added as subregion

[Bug 1919021] [NEW] Confuse error message in virtio_init_region_cache()
 2021-03-13 11:33 UTC 

[PATCH v8 0/5] m68k: add Virtual M68k Machine
 2021-03-13 10:42 UTC  (7+ messages)
` [PATCH v8 1/5] char: add goldfish-tty
` [PATCH v8 2/5] intc: add goldfish-pic
` [PATCH v8 3/5] m68k: add an interrupt controller
` [PATCH v8 4/5] m68k: add a system controller
` [PATCH v8 5/5] m68k: add Virtual M68k Machine

[PULL 0/5] Linux user for 6.0 patches
 2021-03-13  9:57 UTC  (7+ messages)
` [PULL 1/5] linux-user: Fix executable page of /proc/self/maps
` [PULL 2/5] linux-user: manage binfmt-misc preserve-arg[0] flag
` [PULL 3/5] linux-user/elfload: munmap proper address in pgd_find_hole_fallback
` [PULL 4/5] linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support
` [PULL 5/5] linux-user/elfload: fix address calculation in fallback scenario

[PATCH] qom: Support JSON in user_creatable_parse_str()
 2021-03-13  8:00 UTC  (2+ messages)

[PATCH 0/9] Changing qemu_mutex_locks to lock guard macros
 2021-03-13  7:51 UTC  (9+ 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 "

[PATCH] spapr: Assert DIMM unplug state in spapr_memory_unplug()
 2021-03-13  7:23 UTC 

[RFC PATCH 00/42] target/mips: Reintroduce the R5900 CPU (with more testing)
 2021-03-13  7:02 UTC  (12+ messages)
` [RFC PATCH 32/42] docker: Add gentoo-mipsr5900el-cross image

[PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-03-13  2:09 UTC  (5+ messages)

[PATCH v6 0/2] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-13  1:29 UTC  (5+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] target/s390x: Store r1/r2 for page-translation exceptions during MVPG

[PATCH v2 00/15] target/ppc: Fix truncation of env->hflags
 2021-03-13  1:00 UTC  (16+ messages)
` [PATCH v2 01/15] target/ppc: Move helper_regs.h functions out-of-line
` [PATCH v2 02/15] target/ppc: Move 601 hflags adjustment to hreg_compute_hflags
` [PATCH v2 03/15] target/ppc: Properly sync cpu state with new msr in cpu_load_old
` [PATCH v2 04/15] target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msr
` [PATCH v2 05/15] target/ppc: Retain hflags_nmsr only for migration
` [PATCH v2 06/15] target/ppc: Fix comment for MSR_FE{0,1}
` [PATCH v2 07/15] target/ppc: Disconnect hflags from MSR
` [PATCH v2 08/15] target/ppc: Reduce env->hflags to uint32_t
` [PATCH v2 09/15] target/ppc: Put dbcr0 single-step bits into hflags
` [PATCH v2 10/15] target/ppc: Create helper_scv
` [PATCH v2 11/15] target/ppc: Put LPCR[GTSE] in hflags
` [PATCH v2 12/15] target/ppc: Remove MSR_SA and MSR_AP from hflags
` [PATCH v2 13/15] target/ppc: Remove env->immu_idx and env->dmmu_idx
` [PATCH v2 14/15] hw/ppc: Use hreg_store_msr for msr updates
` [PATCH v2 15/15] target/ppc: Validate hflags with CONFIG_DEBUG_TCG

qemu crashes on changing display resolution within guest
 2021-03-12 22:47 UTC  (2+ messages)

[PATCH 0/4] DEVICE_NOT_DELETED/DEVICE_UNPLUG_ERROR QAPI events
 2021-03-12 20:07 UTC  (5+ messages)
` [PATCH 1/4] qapi/qdev.json: add DEVICE_NOT_DELETED event
` [PATCH 2/4] spapr_drc.c: send DEVICE_NOT_DELETED event on unplug timeout
` [PATCH 3/4] qapi/machine.json: add DEVICE_UNPLUG_ERROR QAPI event
` [PATCH 4/4] spapr.c: use DEVICE_UNPLUG_ERROR event in spapr_memory_unplug_rollback()

3D Acceleration for Windows hosts?
 2021-03-12 19:10 UTC  (3+ messages)

[PATCH v1 00/14] plugins/next (phys addr, syscalls, lots of docs)
 2021-03-12 18:40 UTC  (13+ messages)
` [PATCH v1 06/14] plugins: expand the callback typedef kernel-docs
` [PATCH v1 08/14] plugins: add qemu_plugin_cb_flags to kernel-doc
` [PATCH v1 09/14] plugins: add qemu_plugin_id_t "
` [PATCH v1 10/14] plugins: expand inline exec kernel-doc documentation
` [PATCH v1 11/14] plugins: expand kernel-doc for instruction query and instrumentation
` [PATCH v1 12/14] plugins: expand kernel-doc for memory "

[Bug 1918975] [NEW] [Feature request] Propagate interpreter to spawned processes
 2021-03-12 19:27 UTC 

[PULL 00/38] Block layer patches and object-add QAPIfication
 2021-03-12 18:56 UTC  (2+ messages)

[PATCH] target/avr: Fix interrupt execution
 2021-03-12 16:47 UTC 

[PATCH v3 0/5] target/mips: Reintroduce the R5900 CPU
 2021-03-12 18:40 UTC  (3+ messages)
` [PATCH v3 3/5] target/mips/tx79: Move RDHWR usermode kludge to trans_SQ()

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

[PATCH v21 00/20] Initial support for multi-process Qemu
 2021-03-12 19:05 UTC  (3+ 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).