messages from 2020-12-14 16:04:36 to 2020-12-15 07:33:01 UTC [more...]
[PATCH RFC v4 00/15] Add riscv kvm accel support
2020-12-15 7:31 UTC (10+ messages)
` [PATCH RFC v4 06/15] target/riscv: Support start kernel directly by KVM
` [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] kvm: Take into account the unaligned section size when preparing bitmap
2020-12-15 7:23 UTC (12+ messages)
[PATCH 0/2] accel: kvm: Some bugfixes for kvm dirty log
2020-12-15 7:19 UTC (3+ 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 v4] file-posix: detect the lock using the real file
2020-12-15 7:09 UTC
[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 V17 0/6] mips: Add Loongson-3 machine support
2020-12-15 5:34 UTC (12+ messages)
` [PATCH V17 4/6] hw/mips: Add Loongson-3 boot parameter helpers
[PATCH v5 0/4] Introducing QMP query-netdev command
2020-12-15 4:16 UTC (5+ messages)
` [PATCH v5 3/4] hmp: Use QMP query-netdev in hmp_info_network
[PATCH 0/7] Fix some memleaks caused by ptimer_init
2020-12-15 2:38 UTC (5+ messages)
` [PATCH 1/7] allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaks
[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 0/3] qemu-timer: Make timer_free() imply timer_del()
2020-12-15 0:02 UTC (5+ messages)
` [PATCH 1/3] util/qemu-timer: "
` [PATCH 2/3] scripts/coccinelle: New script to remove unnecessary timer_del() calls
` [PATCH 3/3] Remove superfluous "
[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 v13 00/19] Initial support for multi-process Qemu
2020-12-14 23:49 UTC (2+ messages)
[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 v1 0/1] intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs
2020-12-14 23:20 UTC (3+ messages)
` [PATCH v1 1/1] "
[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 v5 0/4] hw/block/m25p80: Numonyx: Fix dummy cycles and check for SPI mode on cmds
2020-12-14 21:41 UTC (2+ messages)
[for-6.0 v5 00/13] Generalize memory encryption models
2020-12-14 21:25 UTC (9+ messages)
` [for-6.0 v5 01/13] qom: Allow optional sugar props
` [for-6.0 v5 07/13] sev: Add Error ** to sev_kvm_init()
` [for-6.0 v5 08/13] securable guest memory: Introduce sgm "ready" flag
` [for-6.0 v5 11/13] spapr: PEF: prevent migration
[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 (5+ messages)
` [PATCH 1/3] tests/acceptance: Bump avocado requirements to 83.0
` [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 (4+ messages)
` [PATCH v2 1/3] smbios: Rename SMBIOS_ENTRY_POINT_* enums
` [PATCH v2 2/3] hw/smbios: Use qapi for SmbiosEntryPointType
` [PATCH v2 3/3] hw/i386: expose a "smbios-ep" PC machine property
[PATCH 0/3] target/arm: add FEAT_TLBIOS and FEAT_TLBIRANGE support
2020-12-14 20:39 UTC (5+ messages)
` [PATCH 1/3] target/arm: add FEAT_TLBIOS support
` [PATCH 2/3] target/arm: add FEAT_TLBIRANGE support
` [PATCH 3/3] target/arm: set ID_AA64ISAR0.TLB to 2 for max AARCH64 CPU type
[PATCH v3 00/15] RISC-V: Start to remove xlen preprocess
2020-12-14 20:34 UTC (16+ messages)
` [PATCH v3 01/15] hw/riscv: Expand the is 32-bit check to support more CPUs
` [PATCH v3 02/15] target/riscv: Add a TYPE_RISCV_CPU_BASE CPU
` [PATCH v3 03/15] riscv: spike: Remove target macro conditionals
` [PATCH v3 04/15] riscv: virt: "
` [PATCH v3 05/15] hw/riscv: boot: Remove compile time XLEN checks
` [PATCH v3 06/15] hw/riscv: virt: "
` [PATCH v3 07/15] hw/riscv: spike: "
` [PATCH v3 08/15] hw/riscv: sifive_u: "
` [PATCH v3 09/15] target/riscv: fpu_helper: Match function defs in HELPER macros
` [PATCH v3 10/15] target/riscv: Add a riscv_cpu_is_32bit() helper function
` [PATCH v3 11/15] target/riscv: Specify the XLEN for CPUs
` [PATCH v3 12/15] target/riscv: cpu: Remove compile time XLEN checks
` [PATCH v3 13/15] target/riscv: cpu_helper: "
` [PATCH v3 14/15] target/riscv: csr: "
` [PATCH v3 15/15] target/riscv: cpu: Set XLEN independently from target
[PULL 00/26] MIPS patches for 2020-12-13
2020-12-14 20:32 UTC (2+ messages)
[PATCH 0/8] Add RISC-V semihosting 0.2. Finish ARM semihosting 2.0
2020-12-14 20:07 UTC (14+ messages)
` [PATCH 0/9] "
` [PATCH 1/9] semihosting: Move ARM semihosting code to shared directories
` [PATCH 2/9] semihosting: Change common-semi API to be architecture-independent
` [PATCH 3/9] semihosting: Change internal common-semi interfaces to use CPUState *
` [PATCH 4/9] semihosting: Support SYS_HEAPINFO when env->boot_info is not set
` [PATCH 5/9] riscv: Add semihosting support
` [PATCH 6/9] riscv: Add semihosting support for user mode
` [PATCH 7/9] semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ
` [PATCH 8/9] semihosting: Implement SYS_TMPNAM
` [PATCH 9/9] semihosting: Implement SYS_ISERROR
[PATCH v4 00/32] qdev property code cleanup
2020-12-14 19:42 UTC (14+ messages)
` [PATCH v4 15/32] qdev: Move softmmu properties to qdev-properties-system.h
` [PATCH v4 17/32] sparc: Use DEFINE_PROP for nwindows property
` [PATCH v4 23/32] qdev: Move dev->realized check to qdev_property_set()
` [PATCH v4 25/32] qdev: Make qdev_class_add_property() more flexible
[PATCH v2 00/16] target/mips: Boring code reordering + add "translate.h"
2020-12-14 18:37 UTC (17+ messages)
` [PATCH v2 01/16] target/mips: Inline cpu_state_reset() in mips_cpu_reset()
` [PATCH v2 02/16] target/mips: Extract FPU helpers to 'fpu_helper.h'
` [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 06/16] target/mips: Rename helper.c as tlb_helper.c
` [PATCH v2 07/16] target/mips: Fix code style for checkpatch.pl
` [PATCH v2 08/16] target/mips: Move mmu_init() functions to tlb_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
` [PATCH v2 12/16] target/mips/translate: Extract DisasContext structure
` [PATCH v2 13/16] target/mips/translate: Add declarations for generic code
` [PATCH v2 14/16] target/mips: Declare generic FPU functions in 'translate.h'
` [PATCH v2 15/16] target/mips: Extract FPU specific definitions to translate.h
` [PATCH v2 16/16] target/mips: Only build TCG code when CONFIG_TCG is set
[PATCH 0/2] target/arm: Add support for DIT (Data Independent Timing)
2020-12-14 18:48 UTC (8+ messages)
` [PATCH 1/2] target/arm: add support for FEAT_DIT, Data Independent Timing
[PULL 00/30] ppc-for-6.0 queue 20201214
2020-12-14 18:53 UTC (2+ messages)
[PATCH] iotests: Quote $cmd in _send_qemu_cmd
2020-12-14 17:58 UTC
[RFC PATCH 0/2] gitlab-ci: Maintain a public runner, allow manual pipeline
2020-12-14 17:52 UTC (4+ messages)
` [RFC PATCH 1/2] gitlab-ci: Step in to maintain the fedora-i386-cross runner
[PATCH] iotests/210: Fix reference output
2020-12-14 17:51 UTC
[PATCH v2 0/4] Additional NPCM7xx devices
2020-12-14 17:48 UTC (4+ messages)
` [PATCH v2 3/4] hw/adc: Add an ADC module for NPCM7XX
[PATCH v1 0/6] gdbstub (auxv, tests, cleanup)
2020-12-14 17:14 UTC (5+ messages)
` [PATCH v1 2/6] configure: gate our use of GDB to 8.3.1 or above
[PATCH v2 0/4] nbd/server: Quiesce coroutines on context switch
2020-12-14 17:05 UTC (5+ 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 v2 3/4] nbd/server: Quiesce coroutines on context switch
` [PATCH v2 4/4] block: Close block exports in two steps
[PATCH] virtiofsd: Remove useless code about send_notify_iov
2020-12-14 17:00 UTC (2+ messages)
[PATCH v3 00/13] Remove GCC < 4.8 checks
2020-12-14 16:57 UTC (5+ messages)
` [PATCH v3 01/13] qemu/atomic: Drop special case for unsupported compiler
` [PATCH v3 06/13] virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ON
[PATCH] virtio-blk: change default config-wce to false
2020-12-14 16:51 UTC
[PATCH v1 0/2] Add timeout mechanism to qmp actions
2020-12-14 16:33 UTC (11+ messages)
[PATCH v2] e1000e: Added ICR clearing by corresponding IMS bit
2020-12-14 16:31 UTC (4+ messages)
[PATCH] tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test
2020-12-14 16:30 UTC (2+ messages)
[PATCH] build: -no-pie is no functional linker flag
2020-12-14 16:28 UTC (2+ messages)
[PULL 00/19] Trivial branch for 6.0 patches
2020-12-14 15:57 UTC (14+ messages)
` [PULL 04/19] hw/xen: Don't use '#' flag of printf format
` [PULL 06/19] fsdev: open brace '{' following struct go on the same line
` [PULL 08/19] ads7846: moves from the hw/display folder to the hw/input folder
` [PULL 09/19] configure: Test if $make actually exists
` [PULL 10/19] elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
` [PULL 11/19] elf2dmp/pdb: Plug memleak in pdb_init_from_file
` [PULL 12/19] block/file-posix: fix a possible undefined behavior
` [PULL 13/19] blockdev: Fix a memleak in drive_backup_prepare()
` [PULL 14/19] configure: Remove the obsolete check for ifaddrs.h
` [PULL 16/19] configure / meson: Move check for drm.h to meson.build
` [PULL 17/19] configure / meson: Move check for sys/signal.h "
` [PULL 18/19] configure / meson: Move check for sys/kcov.h "
` [PULL 19/19] configure / meson: Move check for linux/btrfs.h "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).