messages from 2020-12-14 14:12:23 to 2020-12-14 22:01:26 UTC [more...]
[PATCH v4 00/43] Mirror map JIT memory for TCG
2020-12-14 21:59 UTC (40+ 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 06/43] tcg: Move tcg epilogue pointer out of TCGContext
` [PATCH v4 07/43] tcg: Add in_code_gen_buffer
` [PATCH v4 08/43] tcg: Introduce tcg_splitwx_to_{rx,rw}
` [PATCH v4 09/43] tcg: Adjust TCGLabel for const
` [PATCH v4 10/43] tcg: Adjust tcg_out_call "
` [PATCH v4 11/43] tcg: Adjust tcg_out_label "
` [PATCH v4 13/43] tcg: Adjust tb_target_set_jmp_target for split-wx
` [PATCH v4 14/43] tcg: Make DisasContextBase.tb const
` [PATCH v4 16/43] tcg: Use Error with alloc_code_gen_buffer
` [PATCH v4 17/43] tcg: Add --accel tcg,split-wx property
` [PATCH v4 18/43] accel/tcg: Support split-wx for linux with memfd
` [PATCH v4 19/43] accel/tcg: Support split-wx for darwin/iOS with vm_remap
` [PATCH v4 20/43] tcg: Return the TB pointer from the rx region from exit_tb
` [PATCH v4 21/43] tcg/i386: Support split-wx code generation
` [PATCH v4 22/43] tcg/aarch64: Use B not BL for tcg_out_goto_long
` [PATCH v4 23/43] tcg/aarch64: Support split-wx code generation
` [PATCH v4 24/43] disas: Push const down through host disasassembly
` [PATCH v4 26/43] tcg: Introduce tcg_tbrel_diff
` [PATCH v4 27/43] tcg/ppc: Use tcg_tbrel_diff
` [PATCH v4 28/43] tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB
` [PATCH v4 29/43] tcg/ppc: Support split-wx code generation
` [PATCH v4 30/43] tcg/sparc: Use tcg_tbrel_diff
` [PATCH v4 32/43] tcg/s390: "
` [PATCH v4 33/43] tcg/s390: Support split-wx code generation
` [PATCH v4 34/43] tcg/riscv: Fix branch range checks
` [PATCH v4 35/43] tcg/riscv: Remove branch-over-branch fallback
` [PATCH v4 36/43] tcg/riscv: Support split-wx code generation
` [PATCH v4 37/43] accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd
` [PATCH v4 38/43] tcg/mips: Do not assert on relocation overflow
` [PATCH v4 39/43] tcg/mips: Support split-wx code generation
` [PATCH v4 40/43] tcg/arm: "
` [PATCH v4 41/43] tcg: Remove TCG_TARGET_SUPPORT_MIRROR
` [PATCH v4 42/43] tcg: Constify tcg_code_gen_epilogue
` [PATCH v4 43/43] tcg: Constify TCGLabelQemuLdst.raddr
[PATCH v12 00/23] i386 cleanup PART 1
2020-12-14 21:56 UTC (5+ messages)
` [PATCH v12 16/23] cpu: Move synchronize_from_tb() to tcg_ops
[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/3] qemu-timer: Make timer_free() imply timer_del()
2020-12-14 20:30 UTC (4+ 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 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 (30+ messages)
` [PATCH v4 14/32] qdev: Move UUID property to qdev-properties-system.c
` [PATCH v4 15/32] qdev: Move softmmu properties to qdev-properties-system.h
` [PATCH v4 16/32] qdev: Reuse DEFINE_PROP in all DEFINE_PROP_* macros
` [PATCH v4 17/32] sparc: Use DEFINE_PROP for nwindows property
` [PATCH v4 18/32] qdev: Get just property name at error_set_from_qdev_prop_error()
` [PATCH v4 19/32] qdev: Avoid using prop->name unnecessarily
` [PATCH v4 21/32] qdev: Add name argument to PropertyInfo.create method
` [PATCH v4 23/32] qdev: Move dev->realized check to qdev_property_set()
` [PATCH v4 24/32] qdev: Make PropertyInfo.create return ObjectProperty*
` [PATCH v4 25/32] qdev: Make qdev_class_add_property() more flexible
` [PATCH v4 30/32] qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
` [PATCH v4 31/32] qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()
[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 (7+ messages)
` [RFC PATCH 1/2] gitlab-ci: Step in to maintain the fedora-i386-cross runner
` [RFC PATCH 2/2] gitlab-ci: Introduce allow_skipping_job_template
[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 (10+ messages)
` [PATCH v1 1/6] test/guest-debug: echo QEMU command as well
` [PATCH v1 2/6] configure: gate our use of GDB to 8.3.1 or above
` [PATCH v1 3/6] gdbstub: add support to Xfer:auxv:read: packet
` [PATCH v1 4/6] gdbstub: drop CPUEnv from gdb_exit()
` [PATCH v1 5/6] gdbstub: drop gdbserver_cleanup in favour of gdb_exit
` [PATCH v1 6/6] gdbstub: ensure we clean-up when terminated
[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 v5 0/4] Introducing QMP query-netdev command
2020-12-14 17:14 UTC (4+ messages)
` [PATCH v5 3/4] hmp: Use QMP query-netdev in hmp_info_network
[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)
[PATCH 0/7] Fix some memleaks caused by ptimer_init
2020-12-14 16:20 UTC (4+ messages)
` [PATCH 1/7] allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaks
[PULL 00/19] Trivial branch for 6.0 patches
2020-12-14 15:57 UTC (20+ messages)
` [PULL 01/19] target/i386: tracing: format length values as hex
` [PULL 02/19] qemu-options.hx: Fix minor issues in icount documentation
` [PULL 03/19] MAINTAINERS: update my email address
` [PULL 04/19] hw/xen: Don't use '#' flag of printf format
` [PULL 05/19] hw/pci-host/pam: Replace magic number by PAM_REGIONS_COUNT definition
` [PULL 06/19] fsdev: open brace '{' following struct go on the same line
` [PULL 07/19] CODING_STYLE.rst: Be less strict about 80 character limit
` [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 15/19] configure / meson: Move check for pty.h to meson.build
` [PULL 16/19] configure / meson: Move check for drm.h "
` [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 "
[PATCH v2 00/36] block: update graph permissions update
2020-12-14 15:49 UTC (3+ messages)
` [PATCH v2 04/36] block: bdrv_append(): return status
[PATCH v2 0/2] sev: enable secret injection to a self described area in OVMF
2020-12-14 15:44 UTC (3+ messages)
` [PATCH v2 1/2] pc: add parser for OVMF reset block
` [PATCH v2 2/2] sev: update sev-inject-launch-secret to make gpa optional
[PATCH] MAINTAINERS: move my git tree to gitlab
2020-12-14 15:41 UTC (2+ messages)
[PATCH v2] s390x: pv: Fence additional unavailable SCLP facilities for PV guests
2020-12-14 15:39 UTC (3+ messages)
[PATCH] kvm: Take into account the unaligned section size when preparing bitmap
2020-12-14 15:36 UTC (11+ messages)
[PATCH 0/3] tests/acceptance: Test virtio-rng and -balloon on s390x
2020-12-14 15:14 UTC (6+ messages)
[PATCH 00/19] target/mips: Boring code reordering
2020-12-14 14:54 UTC (9+ messages)
` [PATCH 11/19] target/mips: Extract common helpers from helper.c to common_helper.c
` [PATCH 17/19] target/mips: Rename translate_init.c as cpu-defs.c
[PATCH 0/7] target/mips: Add translate.h and fpu_translate.h headers
2020-12-14 14:41 UTC (4+ messages)
` [PATCH 6/7] target/mips: Declare generic FPU functions in 'fpu_translate.h'
[PATCH 0/3] sev: enable seret injection to a self described area in OVMF
2020-12-14 14:14 UTC (6+ messages)
` [PATCH 3/3] sev: update sev-inject-launch-secret to make gpa optional
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).