qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-06 13:35:51 to 2023-01-08 03:53:14 UTC [more...]

[PATCH] riscv: do not set the rounding mode via `gen_set_rm`
 2023-01-08  3:52 UTC  (2+ messages)

[PATCH v5 00/11] riscv: OpenSBI boot test and cleanups
 2023-01-08  3:33 UTC  (5+ messages)
` [PATCH v5 04/11] hw/riscv/boot.c: exit early if filename is NULL in load functions
` [PATCH v5 10/11] hw/riscv/boot.c: consolidate all kernel init in riscv_load_kernel()

[PATCH v4 00/36] tcg: Support for Int128 with helpers
 2023-01-08  2:37 UTC  (37+ messages)
` [PATCH v4 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
` [PATCH v4 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
` [PATCH v4 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
` [PATCH v4 04/36] tcg: Introduce tcg_out_addi_ptr
` [PATCH v4 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH v4 06/36] tcg: Introduce tcg_target_call_oarg_reg
` [PATCH v4 07/36] tcg: Add TCG_CALL_RET_BY_VEC
` [PATCH v4 08/36] include/qemu/int128: Use Int128 structure for TCI
` [PATCH v4 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v4 10/36] tcg/tci: Fix big-endian return register ordering
` [PATCH v4 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v4 12/36] tcg: "
` [PATCH v4 13/36] tcg: Add temp allocation for TCGv_i128
` [PATCH v4 14/36] tcg: Add basic data movement "
` [PATCH v4 15/36] tcg: Add guest load/store primitives "
` [PATCH v4 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
` [PATCH v4 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
` [PATCH v4 18/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
` [PATCH v4 19/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
` [PATCH v4 20/36] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
` [PATCH v4 21/36] tests/tcg/s390x: Add div.c
` [PATCH v4 22/36] tests/tcg/s390x: Add clst.c
` [PATCH v4 23/36] tests/tcg/s390x: Add long-double.c
` [PATCH v4 24/36] target/s390x: Use a single return for helper_divs32/u32
` [PATCH v4 25/36] target/s390x: Use a single return for helper_divs64/u64
` [PATCH v4 26/36] target/s390x: Use Int128 for return from CLST
` [PATCH v4 27/36] target/s390x: Use Int128 for return from CKSM
` [PATCH v4 28/36] target/s390x: Use Int128 for return from TRE
` [PATCH v4 29/36] target/s390x: Copy wout_x1 to wout_x1_P
` [PATCH v4 30/36] target/s390x: Use Int128 for returning float128
` [PATCH v4 31/36] target/s390x: Use Int128 for passing float128
` [PATCH v4 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
` [PATCH v4 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
` [PATCH v4 34/36] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
` [PATCH v4 35/36] target/i386: Inline cmpxchg8b
` [PATCH v4 36/36] target/i386: Inline cmpxchg16b

Postcopy migration failed with "qemu-system-x86_64: postcopy_ram_listen_thread: loadvm failed: -5"
 2023-01-08  2:23 UTC 

[PATCH] target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets
 2023-01-08  2:07 UTC  (4+ messages)
` [PATCH v2] [PING] "

[PATCH] hw/pci-host: Use register definitions from PCI standard
 2023-01-07 23:58 UTC  (2+ messages)

[PATCH v5 00/31] Consolidate PIIX south bridges
 2023-01-07 23:57 UTC  (10+ messages)
` [PATCH v5 12/31] hw/intc/i8259: Make using the isa_pic singleton more type-safe
` [PATCH v5 13/31] hw/intc/i8259: Introduce i8259 proxy "isa-pic"
` [PATCH v5 22/31] hw/isa/piix4: Remove unused inbound ISA interrupt lines
` [PATCH v5 24/31] hw/isa/piix4: Reuse struct PIIXState from PIIX3

[PATCH v2 0/4] target/m68k: fix FPSR quotient byte for fmod and frem
 2023-01-07 23:00 UTC  (4+ messages)
` [PATCH v2 4/4] target/m68k: fix FPSR quotient byte for frem instruction

[PULL 0/3] loongarch-to-apply queue
 2023-01-07 21:29 UTC  (2+ messages)

[PATCH] accel/tcg: Split out cpu_exec_{setjmp,loop}
 2023-01-07 20:13 UTC  (2+ messages)

[PATCH v2] util/bufferiszero: Use __attribute__((target)) for avx2/avx512
 2023-01-07 18:19 UTC 

[PATCH v2 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-01-07 18:08 UTC  (15+ messages)
` [PATCH v2 3/6] hw/isa/piix: Wire up Xen PCI IRQ handling outside of PIIX3
` [PATCH v2 6/6] hw/isa/piix: Resolve redundant TYPE_PIIX3_XEN_DEVICE

[PATCH] Update scripts/meson-buildoptions.sh
 2023-01-07 18:02 UTC  (8+ messages)

[RFC PATCH 00/40] Toward class init of cpu features
 2023-01-07 17:53 UTC  (15+ messages)
` [RFC PATCH 16/40] target/arm: Represent the entire MPIDR_EL1

[PATCH] Windows installer: keep dependency cache
 2023-01-07 15:56 UTC  (3+ messages)

[PATCH] configure: fix GLIB_VERSION for cross-compilation
 2023-01-07 15:33 UTC  (2+ messages)

[PATCH-for-8.0] tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hosts
 2023-01-07 15:13 UTC  (3+ messages)

[PATCH v2] e1000e: Introduce e1000_rx_desc_union
 2023-01-07 14:33 UTC 

[PATCH] .gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs
 2023-01-07 14:32 UTC  (7+ messages)

[PULL 00/15] First batch of s390x, qtests and misc fixes in 2023
 2023-01-07 14:25 UTC  (2+ messages)

[PATCH] target/i386: fix error code for exceptions caused by IDT accesses
 2023-01-07 13:40 UTC 

[PULL v2 00/24] QEMU patches for 2022-12-21
 2023-01-07 13:21 UTC  (2+ messages)
` [PULL 11/24] configure: remove backwards-compatibility and obsolete options

[PULL v3 00/43] riscv-to-apply queue
 2023-01-07 13:07 UTC  (2+ messages)

[PULL 00/27] tcg/s390x patch queue
 2023-01-07  7:51 UTC  (28+ messages)
` [PULL 01/27] tcg/s390x: Use register pair allocation for div and mulu2
` [PULL 02/27] tcg/s390x: Remove TCG_REG_TB
` [PULL 03/27] tcg/s390x: Always set TCG_TARGET_HAS_direct_jump
` [PULL 04/27] tcg/s390x: Remove USE_LONG_BRANCHES
` [PULL 05/27] tcg/s390x: Check for long-displacement facility at startup
` [PULL 06/27] tcg/s390x: Check for extended-immediate "
` [PULL 07/27] tcg/s390x: Check for general-instruction-extension "
` [PULL 08/27] tcg/s390x: Check for load-on-condition "
` [PULL 09/27] tcg/s390x: Remove FAST_BCR_SER facility check
` [PULL 10/27] tcg/s390x: Remove DISTINCT_OPERANDS "
` [PULL 11/27] tcg/s390x: Use LARL+AGHI for odd addresses
` [PULL 12/27] tcg/s390x: Distinguish RRF-a and RRF-c formats
` [PULL 13/27] tcg/s390x: Distinguish RIE formats
` [PULL 14/27] tcg/s390x: Support MIE2 multiply single instructions
` [PULL 15/27] tcg/s390x: Support MIE2 MGRK instruction
` [PULL 16/27] tcg/s390x: Issue XILF directly for xor_i32
` [PULL 17/27] tcg/s390x: Tighten constraints for or_i64 and xor_i64
` [PULL 18/27] tcg/s390x: Tighten constraints for and_i64
` [PULL 19/27] tcg/s390x: Support MIE3 logical operations
` [PULL 20/27] tcg/s390x: Create tgen_cmp2 to simplify movcond
` [PULL 21/27] tcg/s390x: Generalize movcond implementation
` [PULL 22/27] tcg/s390x: Support SELGR instruction in movcond
` [PULL 23/27] tcg/s390x: Use tgen_movcond_int in tgen_clz
` [PULL 24/27] tcg/s390x: Implement ctpop operation
` [PULL 25/27] tcg/s390x: Tighten constraints for 64-bit compare
` [PULL 26/27] tcg/s390x: Cleanup tcg_out_movi
` [PULL 27/27] tcg/s390x: Avoid the constant pool in tcg_out_movi

[PATCH qemu v3 0/1] [PATCH v3] Emulate dip switch language layout settings on SUN keyboard
 2023-01-07  2:37 UTC  (2+ messages)
` [PATCH qemu v3 1/1] Emulating sun keyboard language layout dip switches, taking the value for the dip switches from the "-k" option to qemu

Plugin Memory Callback Debugging
 2023-01-07  3:07 UTC  (11+ messages)

[PATCH v4] tcg/arm: Use register pair allocation for qemu_{ld, st}_i64
 2023-01-07  1:06 UTC 

[PATCH v2 00/21] gdbstub: re-organise to for better compilation behaviour
 2023-01-06 23:55 UTC  (37+ messages)
` [PATCH v2 02/21] target/arm: fix handling of HLT semihosting in system mode
` [PATCH v2 05/21] gdbstub: define separate user/system structures
` [PATCH v2 06/21] gdbstub: move GDBState to shared internals header
` [PATCH v2 08/21] gdbstub: move fromhex/tohex routines to internals
` [PATCH v2 09/21] gdbstub: make various helpers visible to the rest of the module
` [PATCH v2 10/21] gdbstub: move chunk of softmmu functionality to own file
` [PATCH v2 11/21] gdbstub: move chunks of user code into own files
` [PATCH v2 12/21] gdbstub: abstract target specific details from gdb_put_packet_binary
` [PATCH v2 13/21] gdbstub: specialise handle_query_attached
` [PATCH v2 14/21] gdbstub: specialise target_memory_rw_debug
` [PATCH v2 15/21] gdbstub: introduce gdb_get_max_cpus
` [PATCH v2 16/21] gdbstub: specialise stub_can_reverse
` [PATCH v2 17/21] gdbstub: fix address type of gdb_set_cpu_pc
` [PATCH v2 18/21] gdbstub: don't use target_ulong while handling registers
` [PATCH v2 19/21] gdbstub: move register helpers into standalone include
` [PATCH v2 20/21] gdbstub: move syscall handling to new file
` [PATCH v2 21/21] gdbstub: only compile gdbstub twice for whole build

[PATCH v5 00/14] vfio/migration: Implement VFIO migration protocol v2
 2023-01-06 23:45 UTC  (10+ messages)
` [PATCH v5 03/14] migration: Simplify migration_iteration_run()
` [PATCH v5 04/14] vfio/migration: Fix NULL pointer dereference bug
` [PATCH v5 05/14] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support

[PULL v2 00/47] tcg misc queue
 2023-01-06 22:15 UTC  (2+ messages)

[PATCH v4 0/4] compare machine type compat_props
 2023-01-06 22:04 UTC  (3+ messages)
` [PATCH v4 2/4] python/qmp: increase read buffer size

[PATCH 00/20] hw: Remove implicit sysbus_mmio_map() from pflash APIs
 2023-01-06 20:33 UTC  (4+ messages)
` [PATCH 06/20] hw/riscv: Use generic DeviceState instead of PFlashCFI01

[PATCH 0/2] target/arm: Look up ARMCPRegInfo at runtime
 2023-01-06 19:44 UTC  (3+ messages)
` [PATCH 1/2] target/arm: Reorg do_coproc_insn
` [PATCH 2/2] target/arm: Look up ARMCPRegInfo at runtime

[PATCH 0/8] hw/pci-host/bonito: Housekeeping
 2023-01-06 19:16 UTC  (17+ messages)
` [PATCH 1/8] hw/pci-host/bonito: Convert to 3-phase reset
` [PATCH 2/8] hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge code
` [PATCH 3/8] hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 code
` [PATCH 4/8] hw/pci-host/bonito: Set reference using object_property_add_const_link()
` [PATCH 5/8] hw/pci-host/bonito: Create PCI function #0 in bridge realize() handler
` [PATCH 6/8] hw/pci-host/bonito: Sysbus'ify outgoing IRQ
` [PATCH 7/8] hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in header
` [PATCH 8/8] hw/mips/fuloong2e: Open code bonito_init()

[PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
 2023-01-06 18:58 UTC  (7+ messages)

[PATCH 0/1] Fix some typos
 2023-01-06 18:44 UTC  (5+ messages)
` [PING PATCH "
    `  "

[PATCH] memory: dump HPA and access type of ramblocks
 2023-01-06 18:01 UTC  (2+ messages)

[PATCH v2 0/1] tcg: add perfmap and jitdump
 2023-01-06 17:31 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/2] Series of fixes for PL011 char device
 2023-01-06 17:28 UTC  (3+ messages)
` [PATCH 1/2] hw/char/pl011: better handling of FIFO flags on LCR reset
` [PATCH 2/2] hw/char/pl011: check if UART is enabled before RX or TX operation

[PATCH] hvf: arm: Add support for GICv3
 2023-01-06 16:37 UTC  (2+ messages)

[PATCH v4] riscv: Allow user to set the satp mode
 2023-01-06 16:30 UTC  (2+ messages)

[PATCH] target/arm: Fix sve_probe_page
 2023-01-06 16:07 UTC  (2+ messages)

[PATCH v3 0/7] Enable Cubieboard A10 boot SPL from SD card
 2023-01-06 16:07 UTC  (2+ messages)

intermittent hang, s390x host, bios-tables-test test, TPM
 2023-01-06 15:58 UTC  (6+ messages)

[PATCH] target/arm: Allow users to set the number of VFP registers
 2023-01-06 15:57 UTC  (2+ messages)

[PATCH] hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn
 2023-01-06 15:32 UTC  (2+ messages)

[PULL 00/51] virtio,pc,pci: features, cleanups, fixes
 2023-01-06 15:29 UTC  (6+ messages)

[PATCH v2] scripts/ci: update gitlab-runner playbook to use latest runner
 2023-01-06 15:23 UTC 

[PATCH v6] xen/pt: reserve PCI slot 2 for Intel igd-passthru
 2023-01-06 15:02 UTC  (13+ messages)

Support -O
 2023-01-06 10:40 UTC 

[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
 2023-01-06 14:21 UTC  (3+ messages)
` [PULL v4 76/83] vhost-user: Support vhost_dev_start

[PATCH] configure: Expand test which disable -Wmissing-braces
 2023-01-06 14:21 UTC 

[PATCH] semihosting: Write back semihosting data before completion callback
 2023-01-06 13:52 UTC  (2+ messages)

[RFC PATCH] scripts/ci: update gitlab-runner playbook to use latest runner
 2023-01-06 13:47 UTC  (2+ messages)

[PATCH v2 0/2] hw/arm: Add support for STM32 H405 and fix STM32F405 memory layout
 2023-01-06 13:43 UTC  (2+ messages)

[PULL 0/7] Hexagon update
 2023-01-06 13:34 UTC  (2+ messages)


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