qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-20 16:59:13 to 2021-09-21 07:01:34 UTC [more...]

[PULL v2 00/21] riscv-to-apply queue
 2021-09-21  6:53 UTC  (6+ messages)
` [PULL v2 01/21] target/riscv: Update the ePMP CSR address
` [PULL v2 02/21] target/riscv: Fix satp write
` [PULL v2 03/21] target/riscv: Expose interrupt pending bits as GPIO lines
` [PULL v2 05/21] hw/intc: ibex_plic: Convert the PLIC to use RISC-V CPU "
` [PULL v2 07/21] hw/intc: ibex_timer: Convert the timer "

[PATCH 00/30] 64-bit LoongArch port of QEMU TCG
 2021-09-21  6:42 UTC  (29+ messages)
` [PATCH 07/30] tcg/loongarch: Implement necessary relocation operations
` [PATCH 14/30] tcg/loongarch: Implement bswap32_i32/bswap64_i64
` [PATCH 21/30] tcg/loongarch: Implement tcg_out_call
` [PATCH 23/30] tcg/loongarch: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH 24/30] tcg/loongarch: Implement tcg_target_qemu_prologue
` [PATCH 25/30] tcg/loongarch: Implement exit_tb/goto_tb
` [PATCH 26/30] tcg/loongarch: Implement tcg_target_init
` [PATCH 27/30] tcg/loongarch: Register the JIT
` [PATCH 28/30] configure, meson.build: Mark support for 64-bit LoongArch hosts
` [PATCH 29/30] linux-user: Add host dependency for 64-bit LoongArch
` [PATCH 30/30] accel/tcg/user-exec: Implement CPU-specific signal handler for LoongArch hosts

[PATCH REBASED v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2021-09-21  6:32 UTC  (5+ messages)
` [PATCH REBASED v5 1/2] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH REBASED v5 2/2] spapr: nvdimm: Introduce spapr-nvdimm device

Rust in Qemu BoF followup: Rust vs. qemu platform support
 2021-09-21  5:57 UTC  (8+ messages)

[PATCH 0/3] scsi: infinite guest hangs with scsi-disk
 2021-09-21  5:39 UTC  (4+ messages)
` [PATCH 2/3] scsi: make io_timeout configurable

[PATCH v2 00/53] monitor: explicitly permit QMP commands to be added for all use cases
 2021-09-21  5:27 UTC  (3+ messages)
` [PATCH v2 38/53] qapi: introduce x-query-lapic QMP command

[PATCH 0/2] modules: Improve modinfo.c architecture support
 2021-09-21  5:25 UTC  (8+ messages)
` [PATCH 1/2] meson: introduce modules_arch

[PATCH v2 00/23] qapi: Remove simple unions from the schema language
 2021-09-21  5:17 UTC  (5+ messages)
` [PATCH v2 22/23] tests/qapi-schema: Rename flat-union-* test cases to union-*
` [PATCH v2 23/23] test-clone-visitor: Correct an accidental rename

[RESEND PATCH 1/3] hw/intc: openpic: Correct the reset value of IPIDR for FSL chipset
 2021-09-21  3:25 UTC  (2+ messages)

[PATCH v4 0/4] target/ppc: debug messages cleanup and decrementer fix
 2021-09-21  1:44 UTC  (7+ messages)
` [PATCH v4 3/4] target/ppc: Convert debug to trace events (decrementer and IRQ)
` [PATCH v4 4/4] target/ppc: Fix 64-bit decrementer

[PATCH v9 0/7] pSeries FORM2 affinity support
 2021-09-21  1:37 UTC  (11+ messages)
` [PATCH v9 1/7] spapr_numa.c: split FORM1 code into helpers
` [PATCH v9 2/7] spapr_numa.c: scrap 'legacy_numa' concept
` [PATCH v9 3/7] spapr_numa.c: parametrize FORM1 macros
` [PATCH v9 4/7] spapr_numa.c: rename numa_assoc_array to FORM1_assoc_array
` [PATCH v9 5/7] spapr: move FORM1 verifications to post CAS
` [PATCH v9 6/7] spapr_numa.c: FORM2 NUMA affinity support
` [PATCH v9 7/7] spapr_numa.c: handle auto NUMA node with no distance info

[PULL 00/10] tcg patch queue, v2
 2021-09-21  2:25 UTC  (11+ messages)
` [PULL 01/10] include/exec: Move cpu_signal_handler declaration
` [PULL 02/10] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PULL 03/10] tcg/mips: Drop inline markers
` [PULL 04/10] tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr
` [PULL 05/10] tcg/mips: Unset TCG_TARGET_HAS_direct_jump
` [PULL 06/10] tcg/mips: Drop special alignment for code_gen_buffer
` [PULL 07/10] tcg/sparc: Drop inline markers
` [PULL 08/10] tcg/sparc: Introduce tcg_out_mov_delay
` [PULL 09/10] hw/core: Make do_unaligned_access noreturn
` [PULL 10/10] tcg/riscv: Remove add with zero on user-only memory access

[PATCH v3] target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
 2021-09-21  2:02 UTC 

[PATCH v3 00/30] Hexagon HVX (target/hexagon) patch series
 2021-09-20 23:28 UTC  (51+ messages)
` [PATCH v3 01/30] Hexagon HVX (target/hexagon) README
` [PATCH v3 02/30] Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core
` [PATCH v3 03/30] Hexagon HVX (target/hexagon) register names
` [PATCH v3 04/30] Hexagon HVX (target/hexagon) instruction attributes
` [PATCH v3 05/30] Hexagon HVX (target/hexagon) macros
` [PATCH v3 06/30] Hexagon HVX (target/hexagon) import macro definitions
` [PATCH v3 07/30] Hexagon HVX (target/hexagon) semantics generator
` [PATCH v3 08/30] Hexagon HVX (target/hexagon) semantics generator - part 2
` [PATCH v3 09/30] Hexagon HVX (target/hexagon) C preprocessor for decode tree
` [PATCH v3 10/30] Hexagon HVX (target/hexagon) instruction utility functions
` [PATCH v3 11/30] Hexagon HVX (target/hexagon) helper functions
` [PATCH v3 12/30] Hexagon HVX (target/hexagon) TCG generation
` [PATCH v3 13/30] Hexagon HVX (target/hexagon) helper overrides infrastructure
` [PATCH v3 14/30] Hexagon HVX (target/hexagon) helper overrides for histogram instructions
` [PATCH v3 15/30] Hexagon HVX (target/hexagon) helper overrides - vector assign & cmov
` [PATCH v3 16/30] Hexagon HVX (target/hexagon) helper overrides - vector add & sub
` [PATCH v3 17/30] Hexagon HVX (target/hexagon) helper overrides - vector shifts
` [PATCH v3 18/30] Hexagon HVX (target/hexagon) helper overrides - vector max/min
` [PATCH v3 19/30] Hexagon HVX (target/hexagon) helper overrides - vector logical ops
` [PATCH v3 20/30] Hexagon HVX (target/hexagon) helper overrides - vector compares
` [PATCH v3 21/30] Hexagon HVX (target/hexagon) helper overrides - vector splat and abs
` [PATCH v3 22/30] Hexagon HVX (target/hexagon) helper overrides - vector loads
` [PATCH v3 23/30] Hexagon HVX (target/hexagon) helper overrides - vector stores
` [PATCH v3 24/30] Hexagon HVX (target/hexagon) import semantics
` [PATCH v3 25/30] Hexagon HVX (target/hexagon) instruction decoding
` [PATCH v3 26/30] Hexagon HVX (target/hexagon) import instruction encodings
` [PATCH v3 27/30] Hexagon HVX (tests/tcg/hexagon) vector_add_int test
` [PATCH v3 28/30] Hexagon HVX (tests/tcg/hexagon) hvx_misc test
` [PATCH v3 29/30] Hexagon HVX (tests/tcg/hexagon) scatter_gather test
` [PATCH v3 30/30] Hexagon HVX (tests/tcg/hexagon) histogram test

[PATCH v2 0/9] optimize the downtime for vfio migration
 2021-09-20 23:05 UTC  (2+ messages)

[PATCH v3 0/9] optimize the downtime for vfio migration
 2021-09-20 23:02 UTC  (10+ messages)
` [PATCH v3 1/9] vfio: simplify the conditional statements in vfio_msi_enable
` [PATCH v3 2/9] vfio: move re-enabling INTX out of the common helper
` [PATCH v3 3/9] vfio: simplify the failure path in vfio_msi_enable
` [PATCH v3 4/9] msix: simplify the conditional in msix_set/unset_vector_notifiers
` [PATCH v3 5/9] msix: reset poll_notifier to NULL if fail to set notifiers
` [PATCH v3 6/9] kvm: irqchip: extract kvm_irqchip_add_deferred_msi_route
` [PATCH v3 7/9] vfio: add infrastructure to commit the deferred kvm routing
` [PATCH v3 8/9] Revert "vfio: Avoid disabling and enabling vectors repeatedly in VFIO migration"
` [PATCH v3 9/9] vfio: defer to commit kvm irq routing when enable msi/msix

[PATCH v5 00/31] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-20 22:03 UTC  (36+ messages)
` [PATCH v5 01/31] target/arm: Implement arm_v7m_cpu_has_work()
` [PATCH v5 02/31] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PATCH v5 03/31] hw/core: Restrict cpu_has_work() "
` [PATCH v5 04/31] hw/core: Un-inline cpu_has_work()
` [PATCH v5 05/31] sysemu: Introduce AccelOpsClass::has_work()
` [PATCH v5 06/31] accel/kvm: Implement AccelOpsClass::has_work()
` [PATCH v5 07/31] accel/whpx: "
` [PATCH v5 08/31] accel/tcg: Implement AccelOpsClass::has_work() as stub
` [PATCH v5 09/31] target/alpha: Restrict has_work() handler to sysemu
` [PATCH v5 10/31] target/arm: Restrict has_work() handler to sysemu and TCG
` [PATCH v5 11/31] target/avr: Restrict has_work() handler to sysemu
` [PATCH v5 12/31] target/cris: "
` [PATCH v5 13/31] target/hexagon: Remove unused has_work() handler
` [PATCH v5 14/31] target/hppa: Restrict has_work() handler to sysemu
` [PATCH v5 15/31] target/i386: Restrict has_work() handler to sysemu and TCG
` [PATCH v5 16/31] target/m68k: Restrict has_work() handler to sysemu
` [PATCH v5 17/31] target/microblaze: "
` [PATCH v5 18/31] target/mips: Restrict has_work() handler to sysemu and TCG
` [PATCH v5 19/31] target/nios2: Restrict has_work() handler to sysemu
` [PATCH v5 20/31] target/openrisc: "
` [PATCH v5 21/31] target/ppc: Introduce PowerPCCPUClass::has_work()
` [PATCH v5 22/31] target/ppc: Restrict has_work() handlers to sysemu and TCG
` [PATCH v5 23/31] target/riscv: Restrict has_work() handler "
` [PATCH v5 24/31] target/rx: Restrict has_work() handler to sysemu
` [PATCH v5 25/31] target/s390x: Restrict has_work() handler to sysemu and TCG
` [PATCH v5 26/31] target/sh4: Restrict has_work() handler to sysemu
` [PATCH v5 27/31] target/sparc: Remove pointless use of CONFIG_TCG definition
` [PATCH v5 28/31] target/sparc: Restrict has_work() handler to sysemu
` [PATCH v5 29/31] target/tricore: "
` [PATCH v5 30/31] target/xtensa: "
` [PATCH v5 31/31] accel: Add missing AccelOpsClass::has_work() and drop SysemuCPUOps one

[PATCH v4 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-20 21:47 UTC  (32+ messages)
` [PATCH v4 01/20] nubus-device: rename slot_nb variable to slot
` [PATCH v4 02/20] nubus-device: expose separate super slot memory region
` [PATCH v4 03/20] nubus-device: add device slot parameter
` [PATCH v4 04/20] nubus: use bitmap to manage available slots
` [PATCH v4 05/20] nubus: move slot bitmap checks from NubusDevice realize() to BusClass check_address()
` [PATCH v4 06/20] nubus: implement BusClass get_dev_path()
` [PATCH v4 07/20] nubus: add trace-events for empty slot accesses
` [PATCH v4 08/20] nubus: generate bus error when attempting to access empty slots
` [PATCH v4 09/20] macfb: don't register declaration ROM
` [PATCH v4 10/20] nubus-device: remove nubus_register_rom() and nubus_register_format_block()
` [PATCH v4 11/20] nubus-device: add romfile property for loading declaration ROMs
` [PATCH v4 17/20] nubus-bridge: make slot_available_mask a qdev property
` [PATCH v4 18/20] nubus: add support for slot IRQs
` [PATCH v4 19/20] q800: wire up nubus IRQs
` [PATCH v4 20/20] q800: configure nubus available slots for Quadra 800

[PATCH v3 0/3] VNC-related HMP/QMP fixes
 2021-09-20 21:37 UTC  (5+ messages)
` [PATCH v3 2/3] monitor/hmp: add support for flag argument with value
` [PATCH v3 3/3] monitor: refactor set/expire_password and allow VNC display id

[PATCH v6 00/21] Add LoongArch linux-user emulation support
 2021-09-20 21:17 UTC  (8+ messages)
` [PATCH v6 01/21] target/loongarch: Add README
` [PATCH v6 02/21] target/loongarch: Add core definition
` [PATCH v6 10/21] target/loongarch: Add floating point arithmetic instruction translation

[PULL 00/35] tcg patch queue
 2021-09-20 21:16 UTC  (5+ messages)

[PATCH v3 00/16] tcg/mips: Unaligned access and other cleanup
 2021-09-20 21:14 UTC  (3+ messages)
` [PATCH v3 07/16] tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr

[PATCH 0/6] avocado_qemu: small fixes and tweaks
 2021-09-20 20:55 UTC  (8+ messages)
` [PATCH 1/6] Acceptance Tests: add standard clean up at test tearDown()
` [PATCH 2/6] avocado_qemu: standardize supper() call following PEP3135
` [PATCH 3/6] avocado_qemu: fix import module based on isort
` [PATCH 4/6] avocado_qemu: tweak ssh connect method
` [PATCH 5/6] avocado_qemu: explicitly return None to avoid R1710
` [PATCH 6/6] avocado_qemu: fix inheritance order on LinuxTest class

[PATCH] tcg/tci: Remove its experimental status
 2021-09-20 20:47 UTC  (2+ messages)

[PATCH] allwinner-h3: Switch to SMC as PSCI conduit
 2021-09-20 20:39 UTC 

[PATCH v12 00/10] hvf: Implement Apple Silicon Support
 2021-09-20 20:21 UTC  (5+ messages)

[PATCH v4 00/27] python: introduce Asynchronous QMP package
 2021-09-20 19:51 UTC  (2+ messages)

Range of vcpu_index to plugin callbacks
 2021-09-20 19:03 UTC  (2+ messages)
  ` [EXTERNAL] "

[PATCH v3 00/22] target/ppc: DFP instructions using decodetree
 2021-09-20 18:50 UTC  (2+ messages)

tcg: pointer size warning on x32 arch
 2021-09-20 18:43 UTC  (5+ messages)

[PATCH v2] Acceptance Tests: add standard clean up at test tearDown()
 2021-09-20 18:25 UTC  (2+ messages)

(no subject)
 2021-09-20 17:50 UTC  (10+ messages)
` [PATCH v2] hw/sensor: Add lsm303dlhc magnetometer device

[PULL 0/2] Net patches
 2021-09-20 17:30 UTC  (2+ messages)

[PATCH] qemu-nbd: Change default cache mode to writeback
 2021-09-20 16:52 UTC  (4+ messages)

[PATCH v3 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-20 16:41 UTC  (5+ messages)
` [PATCH v3 09/35] acpi: build_hmat: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v3 11/35] acpi: nvdimm_build_ssdt: "

[PATCH v1 00/11] testing and plugin pre-PR (configure, gitlab, plugins)
 2021-09-20 16:37 UTC  (4+ messages)
` [PATCH v1 01/11] configure: don't override the selected host test compiler if defined


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