qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-14 20:54:18 to 2020-12-15 14:20:16 UTC [more...]

[PULL 00/20] target-arm queue
 2020-12-15 14:12 UTC  (9+ messages)
` [PULL 02/20] hw/openrisc/openrisc_sim: Use IRQ splitter when connecting IRQ to multiple CPUs
` [PULL 03/20] hw/openrisc/openrisc_sim: Abstract out "get IRQ x of CPU y"
` [PULL 04/20] target/openrisc: Move pic_cpu code into CPU object proper
` [PULL 05/20] target/nios2: Move IIC "
` [PULL 06/20] target/nios2: Move nios2_check_interrupts() into target/nios2
` [PULL 09/20] hw/core/loader.c: Improve reporting of ROM overlap errors
` [PULL 11/20] elf_ops.h: Be more verbose with ROM blob names
` [PULL 16/20] hw/misc/zynq_slcr: Avoid #DIV/0! error

[PATCH v2 00/12] qom: Convert some properties to class properties
 2020-12-15 14:11 UTC  (3+ messages)
` [PATCH v2 04/12] i386: Register feature bit properties as "

[PATCH v2 00/16] target/mips: Boring code reordering + add "translate.h"
 2020-12-15 14:09 UTC  (15+ messages)
` [PATCH v2 01/16] target/mips: Inline cpu_state_reset() in mips_cpu_reset()
` [PATCH v2 03/16] target/mips: Add !CONFIG_USER_ONLY comment after #endif
` [PATCH v2 04/16] target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
` [PATCH v2 05/16] target/mips: Extract common helpers from helper.c to common_helper.c
` [PATCH v2 09/16] target/mips: Rename translate_init.c as cpu-defs.c
` [PATCH v2 10/16] target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
` [PATCH v2 11/16] target/mips: Replace gen_exception_end(EXCP_RI) by gen_rsvd_instruction

[PULL 0/7] Audio 20201215 patches
 2020-12-15 13:48 UTC  (8+ messages)
` [PULL 1/7] coreaudio: rename misnamed variable fake_as
` [PULL 2/7] coreaudio: don't start playback in init routine
` [PULL 3/7] coreaudio: always stop audio playback on shut down
` [PULL 4/7] audio: remove unused function audio_is_cleaning_up()
` [PULL 5/7] cs4231: Get rid of empty property array
` [PULL 6/7] audio: Simplify audio_bug() removing old code
` [PULL 7/7] audio: add sanity check

[Bug 1890333] [NEW] Assertion failure in address_space_stw_le_cached through virtio-* devices
 2020-12-15 13:43 UTC  (2+ messages)
` [Bug 1890333] Re: [OSS-Fuzz] Issue 26797: qemu:qemu-fuzz-i386-target-generic-fuzz-virtio-blk: ASSERT: addr < cache->len && 2 <= cache->len - addr

[PATCH 0/3] Fix some memleaks caused by timer_new_ns
 2020-12-15 13:42 UTC  (3+ messages)
` [PATCH 1/3] pl031: Use timer_free() in the finalize function to avoid memleaks

[PATCH v5 0/4] hw/block/m25p80: Numonyx: Fix dummy cycles and check for SPI mode on cmds
 2020-12-15 13:40 UTC  (3+ messages)

[RFC PATCH] hw/misc/zynq_slcr: Avoid #DIV/0! error
 2020-12-15 13:37 UTC  (2+ messages)

[PATCH v3 00/15] RISC-V: Start to remove xlen preprocess
 2020-12-15 13:27 UTC  (7+ messages)
` [PATCH v3 01/15] hw/riscv: Expand the is 32-bit check to support more CPUs
` [PATCH v3 09/15] target/riscv: fpu_helper: Match function defs in HELPER macros
` [PATCH v3 14/15] target/riscv: csr: Remove compile time XLEN checks

[PATCH v2 0/4] nbd/server: Quiesce coroutines on context switch
 2020-12-15 13:15 UTC  (6+ messages)
` [PATCH v2 1/4] block: Honor blk_set_aio_context() context requirements
` [PATCH v2 2/4] block: Avoid processing BDS twice in bdrv_set_aio_context_ignore()

[PATCH v12 0/7] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-12-15 13:05 UTC  (2+ messages)

[Bug 1908266] [NEW] spice unnecessary forces nographic
 2020-12-15 12:46 UTC  (2+ messages)
` [Bug 1908266] "

[PATCH v4 0/7] block: Add retry for werror=/rerror= mechanism
 2020-12-15 12:30 UTC  (8+ messages)
` [PATCH v4 1/7] qapi/block-core: Add retry option for error action
` [PATCH v4 2/7] block-backend: Introduce retry timer
` [PATCH v4 3/7] block-backend: Add device specific retry callback
` [PATCH v4 4/7] block-backend: Enable retry action on errors
` [PATCH v4 5/7] block-backend: Add timeout support for retry
` [PATCH v4 6/7] block: Add error retry param setting
` [PATCH v4 7/7] virtio_blk: Add support for retry on errors

[PATCH v2 0/5] target/arm: various changes to cpu.h
 2020-12-15 12:32 UTC  (12+ messages)
` [PATCH v2 1/5] target/arm: fix typo in cpu.h ID_AA64PFR1 field name
` [PATCH v2 2/5] target/arm: make ARMCPU.clidr 64-bit
` [PATCH v2 3/5] target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.h
` [PATCH v2 4/5] target/arm: add aarch64 ID register fields "
` [PATCH v2 5/5] target/arm: add aarch32 "

[PATCH] iotests: Quote $cmd in _send_qemu_cmd
 2020-12-15 12:14 UTC  (3+ messages)

[PULL 00/19] Trivial branch for 6.0 patches
 2020-12-15 12:03 UTC  (2+ messages)

[PATCH 0/3] qemu-timer: Make timer_free() imply timer_del()
 2020-12-15 11:56 UTC  (9+ messages)
` [PATCH 1/3] util/qemu-timer: "
` [PATCH 3/3] Remove superfluous timer_del() calls

[PATCH 0/2] accel: kvm: Some bugfixes for kvm dirty log
 2020-12-15 11:55 UTC  (5+ messages)
` [PATCH 1/2] accel: kvm: Fix memory waste under mismatch page size
` [PATCH 2/2] accel: kvm: Add aligment check for kvm_log_clear_one_slot

[PATCH v2 3/5] target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.h
 2020-12-15 11:49 UTC  (3+ messages)

[PATCH v4 00/32] qdev property code cleanup
 2020-12-15 11:52 UTC  (7+ messages)
` [PATCH v4 01/32] cs4231: Get rid of empty property array
` [PATCH v4 05/32] sparc: Check dev->realized at sparc_set_nwindows()
` [PATCH v4 17/32] sparc: Use DEFINE_PROP for nwindows property

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-15 11:45 UTC  (5+ messages)
` [for-6.0 v5 01/13] qom: Allow optional sugar props
` [for-6.0 v5 13/13] s390: Recognize securable-guest-memory option

[PATCH 1/1] virtio-blk-ccw: tweak the default for num_queues
 2020-12-15 11:33 UTC  (8+ messages)

[PATCH 0/7] Fix some memleaks caused by ptimer_init
 2020-12-15 11:35 UTC  (6+ messages)
` [PATCH 1/7] allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaks

[PATCH] iotests/210: Fix reference output
 2020-12-15 11:11 UTC  (3+ messages)

[PATCH v5] file-posix: detect the lock using the real file
 2020-12-15 10:55 UTC  (2+ messages)

[PATCH v4] file-posix: detect the lock using the real file
 2020-12-15 10:51 UTC  (3+ messages)

[PATCH v13 00/19] Initial support for multi-process Qemu
 2020-12-15 10:49 UTC  (8+ messages)
` [PATCH v13 07/19] multi-process: add qio channel function to transmit data and fds
` [PATCH v13 10/19] multi-process: Associate fd of a PCIDevice with its object

[PATCH v1 0/1] intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs
 2020-12-15 10:28 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH V17 0/6] mips: Add Loongson-3 machine support
 2020-12-15 10:21 UTC  (13+ messages)
` [PATCH V17 4/6] hw/mips: Add Loongson-3 boot parameter helpers

[PATCH v2 0/9] vnc: support some new extensions
 2020-12-15 10:20 UTC  (5+ messages)
` [PATCH v2 8/9] vnc: add support for extended desktop resize

[PATCH] build-sys: fix -static linking of libvhost-user
 2020-12-15 10:08 UTC  (2+ messages)

[RFC PATCH 0/2] gitlab-ci: Maintain a public runner, allow manual pipeline
 2020-12-15 10:01 UTC  (5+ messages)
` [RFC PATCH 1/2] gitlab-ci: Step in to maintain the fedora-i386-cross runner

[PATCH] ui: add support for remote power control to VNC server
 2020-12-15  9:59 UTC  (3+ messages)

[RFC PATCH] .cirrus.yml: bump timeout period for MacOS builds
 2020-12-15  9:56 UTC  (7+ messages)

[PATCH v5 0/4] Introducing QMP query-netdev command
 2020-12-15  8:39 UTC  (6+ messages)
` [PATCH v5 3/4] hmp: Use QMP query-netdev in hmp_info_network

[PATCH v2] gitlab-CI: Test 32-bit builds with the fedora-i386-cross container
 2020-12-15  8:34 UTC 

[PATCH] tests/docker: Remove the remainders of debian9 containers from the Makefile
 2020-12-15  8:33 UTC 

[PATCH] audio: Simplify audio_bug() removing old code
 2020-12-15  8:23 UTC  (2+ messages)

[PULL v3 00/32] VFIO updates 2020-11-01 (for QEMU 5.2 soft-freeze)
 2020-12-15  8:17 UTC  (5+ messages)
` [PULL v3 11/32] vfio: Get migration capability flags for container
` [PULL v3 15/32] vfio: Add ioctl to get dirty pages bitmap during dma unmap

[PATCH 0/4] coreaudio bug fix and clean up
 2020-12-15  8:16 UTC  (3+ messages)
` [PATCH 1/4] coreaudio: rename misnamed variable fake_as

[PATCH] audio: add sanity check
 2020-12-15  8:11 UTC 

[PATCH 0/2] build spice audio as module
 2020-12-15  8:07 UTC  (4+ messages)
` [PATCH 1/2] audio: remove qemu_spice_audio_init()

[PATCH v2] hw/usb/host-libusb.c: fix build with kernel < 5.0
 2020-12-15  7:58 UTC  (2+ messages)

[PATCH] kvm: Take into account the unaligned section size when preparing bitmap
 2020-12-15  7:39 UTC  (13+ messages)

[PATCH RFC v4 00/15] Add riscv kvm accel support
 2020-12-15  7:33 UTC  (13+ messages)
` [PATCH RFC v4 06/15] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v4 07/15] hw/riscv: PLIC update external interrupt by KVM when kvm enabled
` [PATCH RFC v4 09/15] target/riscv: Add host cpu type
` [PATCH RFC v4 13/15] target/riscv: Introduce dynamic time frequency for virt machine

[PATCH v3 00/18] Support Multifd for RDMA migration
 2020-12-15  7:28 UTC  (6+ messages)

[PATCH v2 0/8] MIPS Bootloader helper
 2020-12-15  6:46 UTC  (9+ messages)
` [PATCH v2 1/8] hw/mips: Make bootloader addresses unsgined
` [PATCH v2 2/8] hw/mips/malta: Use address translation helper to calculate bootloader_run_addr
` [PATCH v2 3/8] hw/mips: Use address translation helper to handle ENVP_ADDR
` [PATCH v2 4/8] hw/mips: Add a bootloader helper
` [PATCH v2 5/8] hw/mips: Use bl_gen_kernel_jump to generate bootloaders
` [PATCH v2 6/8] target/mips/addr: Add translation helpers for KSEG1
` [PATCH v2 7/8] hw/mips/malta: Use bootloader helper to set BAR resgiters
` [PATCH v2 8/8] hw/mips/boston: Use bootloader helper to set GCRs

[Qemu-devel] [Bug 1818937] [NEW] Crash with HV_ERROR on macOS host
 2020-12-15  6:25 UTC  (2+ messages)
` [Bug 1818937] "

[PATCH v3] file-posix: detect the lock using the real file
 2020-12-15  6:04 UTC  (3+ messages)

[PATCH v4 00/43] Mirror map JIT memory for TCG
 2020-12-15  2:05 UTC  (30+ messages)
` [PATCH v4 01/43] tcg: Do not flush icache for interpreter
` [PATCH v4 02/43] util: Extract flush_icache_range to cacheflush.c
` [PATCH v4 03/43] util: Enhance flush_icache_range with separate data pointer
` [PATCH v4 04/43] util: Specialize flush_idcache_range for aarch64
` [PATCH v4 05/43] tcg: Move tcg prologue pointer out of TCGContext
` [PATCH v4 06/43] tcg: Move tcg epilogue "
` [PATCH v4 07/43] tcg: Add in_code_gen_buffer
` [PATCH v4 10/43] tcg: Adjust tcg_out_call for const
` [PATCH v4 11/43] tcg: Adjust tcg_out_label "
` [PATCH v4 14/43] tcg: Make DisasContextBase.tb const
` [PATCH v4 15/43] tcg: Make tb arg to synchronize_from_tb const
` [PATCH v4 17/43] tcg: Add --accel tcg,split-wx property
` [PATCH v4 24/43] disas: Push const down through host disasassembly

[PATCH v1 1/1] riscv/opentitan: Update the OpenTitan memory layout
 2020-12-15  1:56 UTC 

[raw] Guest stuck during live live-migration
 2020-12-15  1:46 UTC  (2+ messages)

[PATCH v2 00/11] qapi: static typing conversion, pt2
 2020-12-15  0:22 UTC  (4+ messages)
` [PATCH v2 07/11] qapi/introspect.py: Unify return type of _make_tree()

[PATCH v3 0/5] Additional NPCM7xx devices
 2020-12-15  0:17 UTC  (12+ messages)
` [PATCH v3 1/5] hw/misc: Add clock converter in NPCM7XX CLK module
` [PATCH v3 2/5] hw/timer: Refactor NPCM7XX Timer to use CLK clock
` [PATCH v3 3/5] hw/adc: Add an ADC module for NPCM7XX
` [PATCH v3 4/5] hw/misc: Add a PWM "
` [PATCH v3 5/5] hw/misc: Add QTest for NPCM7XX PWM Module

[PATCH v2 00/15] RISC-V: Start to remove xlen preprocess
 2020-12-15  0:26 UTC  (2+ messages)

[PATCH 00/12] qapi: static typing conversion, pt1.5
 2020-12-14 23:53 UTC  (13+ messages)
` [PATCH 01/12] qapi/commands: assert arg_type is not None
` [PATCH 02/12] qapi/events: fix visit_event typing
` [PATCH 03/12] qapi/main: handle theoretical None-return from re.match()
` [PATCH 04/12] qapi/gen: assert that _start_if is not None in _wrap_ifcond
` [PATCH 05/12] qapi/gen: use './builtin' for the built-in module name
` [PATCH 06/12] qapi/source: Add builtin null-object sentinel
` [PATCH 07/12] qapi/gen: write _genc/_genh access shims
` [PATCH 08/12] qapi/schema: make QAPISourceInfo mandatory
` [PATCH 09/12] qapi/gen: move write method to QAPIGenC, make fname a str
` [PATCH 10/12] tests/qapi-schema: Add quotes to module name in test output
` [PATCH 11/12] qapi/schema: Name the builtin module "" instead of None
` [PATCH 12/12] qapi: enable strict-optional checks

[PATCH 0/3] qapi: sphinx-autodoc for qapi module
 2020-12-14 23:41 UTC  (4+ messages)
` [PATCH 1/3] [DO-NOT-MERGE] docs: replace single backtick (`) with double-backtick (``)
` [PATCH 2/3] [DO-NOT-MERGE] docs/sphinx: change default role to "any"
` [PATCH 3/3] [DO-NOT-MERGE] docs: enable sphinx-autodoc for scripts/qapi

[PATCH v12 00/23] i386 cleanup PART 1
 2020-12-14 22:23 UTC  (6+ messages)
` [PATCH v12 16/23] cpu: Move synchronize_from_tb() to tcg_ops

[PATCH v3 0/4] target/s390x: Improve carry computation
 2020-12-14 22:13 UTC  (5+ messages)
` [PATCH v3 1/4] target/s390x: Improve cc computation for ADD LOGICAL
` [PATCH v3 2/4] target/s390x: Improve ADD LOGICAL WITH CARRY
` [PATCH v3 3/4] target/s390x: Improve cc computation for SUBTRACT LOGICAL
` [PATCH v3 4/4] target/s390x: Improve SUB LOGICAL WITH BORROW

[PATCH] MAINTAINERS: Update my git repository URLs
 2020-12-14 21:20 UTC 

[PATCH] libvhost-user: add a link-static option
 2020-12-14 21:07 UTC  (5+ messages)

[PATCH v11 18/25] cpu: Move synchronize_from_tb() to tcg_ops
 2020-12-14 21:04 UTC  (11+ messages)

[PATCH 0/3] gitlab-ci: Refactor show logs code and archive logs
 2020-12-14 20:53 UTC  (3+ messages)
` [PATCH 2/3] gitlab-ci: Refactor code that show logs of failed acceptances

[PATCH v2 0/3] pc: Support configuration of SMBIOS entry point type
 2020-12-14 20:50 UTC  (3+ messages)
` [PATCH v2 2/3] hw/smbios: Use qapi for SmbiosEntryPointType
` [PATCH v2 3/3] hw/i386: expose a "smbios-ep" PC machine property


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