qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-13 11:58:37 to 2021-03-14 18:08:03 UTC [more...]

[PATCH v3 00/16] target/ppc: Fix truncation of env->hflags
 2021-03-14 17:59 UTC  (8+ messages)
` [PATCH v3 01/16] target/ppc: Move helper_regs.h functions out-of-line
` [PATCH v3 02/16] target/ppc: Move 601 hflags adjustment to hreg_compute_hflags
` [PATCH v3 04/16] target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msr
` [PATCH v3 06/16] target/ppc: Fix comment for MSR_FE{0,1}
` [PATCH v3 09/16] target/ppc: Put dbcr0 single-step bits into hflags
` [PATCH v3 10/16] target/ppc: Create helper_scv
` [PATCH v3 12/16] target/ppc: Remove MSR_SA and MSR_AP from hflags

[PULL 0/5] Meson version update
 2021-03-14 17:50 UTC  (6+ messages)
` [PULL 1/5] hexagon: do not specify executables as inputs
` [PULL 2/5] hexagon: do not specify Python scripts "
` [PULL 3/5] meson: bump submodule to 0.57.1
` [PULL 4/5] meson: switch minimum meson version to 0.57.0
` [PULL 5/5] hexagon: use env keyword argument to pass PYTHONPATH

[PULL 0/9] Gitlab-CI, tests and docs
 2021-03-14 17:47 UTC  (2+ messages)

[PATCH v8 00/35] Hexagon patch series
 2021-03-14 17:23 UTC  (18+ messages)
` [PATCH v8 13/35] Hexagon (target/hexagon) instruction/packet decode
` [PATCH v8 25/35] Hexagon (target/hexagon) instruction classes
` [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

[PATCH] include/ui/console.h: Delete is_surface_bgr()
 2021-03-14 16:39 UTC 

[PATCH 0/8] Replacing malloc and the like with GLib's variants
 2021-03-14 15:38 UTC  (10+ messages)
` [PATCH 1/8] bsd-user/elfload.c: Replaced calls to malloc/free with GLib variants
` [PATCH 2/8] hw/audio/fmopl.c: Fixing some style errors
` [PATCH 3/8] hw/audio/fmopl.c: Replaced calls to malloc with GLib's variants
` [PATCH 4/8] target/xtensa: Replaced malloc/free "
` [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

[PULL v2 00/39] target-arm queue
 2021-03-14 15:12 UTC  (2+ messages)

[PULL 0/7] tricore queue
 2021-03-14 13:55 UTC  (8+ messages)
` [PULL 1/7] tricore: added triboard with tc27x_soc
` [PULL 2/7] target/tricore: Replace magic value by MMU_DATA_LOAD definition
` [PULL 3/7] target/tricore: Pass MMUAccessType to get_physical_address()
` [PULL 4/7] target/tricore: Remove unused definitions
` [PULL 5/7] tricore: fixed faulty conditions for extr and imask
` [PULL 6/7] target/tricore: Fix imask OPC2_32_RRPW_IMASK for r3+1 == r2
` [PULL 7/7] target/tricore: Fix OPC2_32_RRPW_EXTR for width=0

[PATCH v2 0/5] hw/arm: Add NPCM7XX Tachometer Device
 2021-03-14 13:18 UTC  (3+ messages)
` [PATCH v2 5/5] tests/qtest: Test PWM fan RPM using MFT in PWM test

[PATCH] ui/cocoa: Do not raise keys before QEMU resigns active
 2021-03-14 12:55 UTC  (2+ messages)

[PATCH] hw/display/virtio-vga: made vga memory size configurable
 2021-03-14 12:50 UTC  (3+ messages)

qemu crashes on changing display resolution within guest
 2021-03-14 12:24 UTC  (3+ messages)

[PATCH v4 00/22] ppc: qemu: Add eTSEC support
 2021-03-14 12:14 UTC 

[RFC RESEND PATCH 0/4] hw/arm/virt-acpi-build: Introduce iommu option for pci root bus
 2021-03-14 12:11 UTC  (10+ messages)
` [RFC RESEND PATCH 2/4] hw/pci: Add "

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

[Bug 1846816] [NEW] Booting error on AIX 6.1 "Illegal Trap Instruction Interrupt in Kernel""
 2021-03-14 11:39 UTC  (3+ messages)
` [Bug 1846816] "

[PULL 00/16] Net patches
 2021-03-14 11:37 UTC  (2+ messages)

[PULL 0/4] M68k for 6.0 patches
 2021-03-14 11:31 UTC  (2+ messages)

[PATCH 00/11] AVR patch queue for QEMU 6.0
 2021-03-14 10:26 UTC  (25+ 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 v2] edid: add support for DisplayID extension (5k resolution)
 2021-03-14  9:48 UTC  (2+ messages)

[PATCH 0/3] Add support for Shakti SoC from IIT-M
 2021-03-14  8:39 UTC  (4+ messages)
` [PATCH 1/3] riscv: Add initial support for Shakti C class
` [PATCH 2/3] hw/char: Add Shakti UART emulation
` [PATCH 3/3] hw/riscv: Connect Shakti UART to Shakti platform

Questions about timer interrupt handling in QEMU
 2021-03-14  9:04 UTC 

[PATCH] floppy: remove unused function fdctrl_format_sector
 2021-03-14  7:53 UTC  (3+ messages)

[PATCH] fuzz: add a am53c974 generic-fuzzer config
 2021-03-14  5:56 UTC 

[PATCH v3 00/22] ppc: qemu: Add eTSEC support
 2021-03-14  5:14 UTC 

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

[PATCH 0/9] Replacing malloc and the like with GLib's variants
 2021-03-14  2:12 UTC  (13+ 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

[PATCH v16 00/23] i386 cleanup PART 2
 2021-03-14  0:00 UTC  (2+ messages)

[RFC PATCH v2 0/8] cpu: Move CPUClass::has_work() to TCGCPUOps
 2021-03-13 23:55 UTC  (2+ messages)

[PATCH v5 00/13] target/mips: Extract MXU code to new mxu_translate.c file
 2021-03-13 23:45 UTC  (2+ messages)

[PATCH v2 0/3] fuzz: Add a sparse-memory device to accelerate fuzzing
 2021-03-13 23:18 UTC  (4+ 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] migration: Remove time_t cast for OpenBSD
 2021-03-13 23:33 UTC  (6+ messages)

[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  (7+ messages)
` [PATCH for-6.0 2/2] target/arm: "

KVM guest physical address and its corresponding host virtual address
 2021-03-13 18:14 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  (17+ messages)
` [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  (5+ messages)
` [PATCH 2/3] qom: move user_creatable_add_opts logic to vl.c and QAPIfy it

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  (3+ messages)
` [PATCH 2/5] hw/arm/aspeed: Do not sysbus-map mmio flash region directly, use alias


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