qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 17:48:46 to 2020-10-30 02:31:44 UTC [more...]

[PATCH v2 00/11] target/arm: Fix neon reg offsets
 2020-10-30  2:26 UTC  (8+ messages)
` [PATCH v2 01/11] target/arm: Introduce neon_full_reg_offset
` [PATCH v2 02/11] target/arm: Move neon_element_offset to translate.c
` [PATCH v2 03/11] target/arm: Use neon_element_offset in neon_load/store_reg
` [PATCH v2 04/11] target/arm: Use neon_element_offset in vfp_reg_offset
` [PATCH v2 05/11] target/arm: Add read/write_neon_element32
` [PATCH v2 06/11] target/arm: Expand read/write_neon_element32 to all MemOp
` [PATCH v2 07/11] target/arm: Rename neon_load_reg32 to vfp_load_reg32

[PATCH v2 00/19] Mirror map JIT memory for TCG
 2020-10-30  1:27 UTC  (21+ messages)
` [PATCH v2 01/19] tcg: Enhance flush_icache_range with separate data pointer
` [PATCH v2 02/19] tcg: Move tcg prologue pointer out of TCGContext
` [PATCH v2 03/19] tcg: Move tcg epilogue "
` [PATCH v2 04/19] tcg: Introduce tcg_mirror_rw_to_rx/tcg_mirror_rx_to_rw
` [PATCH v2 05/19] tcg: Adjust tcg_out_call for const
` [PATCH v2 06/19] tcg: Adjust tcg_out_label "
` [PATCH v2 07/19] tcg: Adjust tcg_register_jit "
` [PATCH v2 08/19] tcg: Adjust tb_target_set_jmp_target for split rwx
` [PATCH v2 09/19] tcg: Make DisasContextBase.tb const
` [PATCH v2 10/19] tcg: Make tb arg to synchronize_from_tb const
` [PATCH v2 11/19] tcg: Use Error with alloc_code_gen_buffer
` [PATCH v2 12/19] tcg: Add --accel tcg,split-rwx property
` [PATCH v2 13/19] accel/tcg: Support split-rwx for linux with memfd
` [PATCH v2 14/19] RFC: accel/tcg: Support split-rwx for darwin/iOS with vm_remap
` [PATCH v2 15/19] tcg: Return the rx mirror of TranslationBlock from exit_tb
` [PATCH v2 16/19] tcg/i386: Support split-rwx code generation
` [PATCH v2 17/19] tcg/aarch64: Use B not BL for tcg_out_goto_long
` [PATCH v2 18/19] tcg/aarch64: Implement flush_idcache_range manually
` [PATCH v2 19/19] tcg/aarch64: Support split-rwx code generation

[PATCH V15 0/6] mips: Add Loongson-3 machine support
 2020-10-29  7:10 UTC  (4+ messages)
` [PATCH V15 1/6] target/mips: Fix PageMask with variable page size

Out-of-Process Device Emulation session at KVM Forum 2020
 2020-10-30  1:15 UTC  (12+ messages)

[RFC PATCH v5 00/33] Hexagon patch series
 2020-10-30  1:13 UTC  (35+ messages)
` [RFC PATCH v5 01/33] Hexagon Update MAINTAINERS file
` [RFC PATCH v5 02/33] Hexagon (target/hexagon) README
` [RFC PATCH v5 03/33] Hexagon (include/elf.h) ELF machine definition
` [RFC PATCH v5 04/33] Hexagon (target/hexagon) scalar core definition
` [RFC PATCH v5 05/33] Hexagon (disas) disassembler
` [RFC PATCH v5 06/33] Hexagon (target/hexagon) register names
` [RFC PATCH v5 07/33] Hexagon (target/hexagon) scalar core helpers
` [RFC PATCH v5 08/33] Hexagon (target/hexagon) GDB Stub
` [RFC PATCH v5 09/33] Hexagon (target/hexagon) architecture types
` [RFC PATCH v5 10/33] Hexagon (target/hexagon) instruction and packet types
` [RFC PATCH v5 11/33] Hexagon (target/hexagon) register fields
` [RFC PATCH v5 12/33] Hexagon (target/hexagon) instruction attributes
` [RFC PATCH v5 13/33] Hexagon (target/hexagon) instruction/packet decode
` [RFC PATCH v5 14/33] Hexagon (target/hexagon) instruction printing
` [RFC PATCH v5 15/33] Hexagon (target/hexagon/arch.[ch]) utility functions
` [RFC PATCH v5 16/33] Hexagon (target/hexagon/conv_emu.[ch]) "
` [RFC PATCH v5 17/33] Hexagon (target/hexagon/fma_emu.[ch]) "
` [RFC PATCH v5 18/33] Hexagon (target/hexagon/imported) arch import
` [RFC PATCH v5 19/33] Hexagon (target/hexagon) generator phase 1 - C preprocessor for semantics
` [RFC PATCH v5 20/33] Hexagon (target/hexagon) generator phase 2 - generate header files
` [RFC PATCH v5 21/33] Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode tree
` [RFC PATCH v5 22/33] Hexagon (target/hexagon) generater phase 4 - "
` [RFC PATCH v5 23/33] Hexagon (target/hexagon) opcode data structures
` [RFC PATCH v5 24/33] Hexagon (target/hexagon) macros
` [RFC PATCH v5 25/33] Hexagon (target/hexagon) instruction classes
` [RFC PATCH v5 26/33] Hexagon (target/hexagon) TCG generation
` [RFC PATCH v5 27/33] Hexagon (target/hexagon) TCG for instructions with multiple definitions
` [RFC PATCH v5 28/33] Hexagon (target/hexagon) TCG for floating point instructions
` [RFC PATCH v5 29/33] Hexagon (target/hexagon) translation
` [RFC PATCH v5 30/33] Hexagon (linux-user/hexagon) Linux user emulation
` [RFC PATCH v5 31/33] Hexagon (tests/tcg/hexagon) TCG tests
` [RFC PATCH v5 32/33] Hexagon build infrastructure
` [RFC PATCH v5 33/33] Add Dockerfile for hexagon

[PATCH v2 0/8] silence the compiler warnings
 2020-10-30  0:40 UTC  (9+ messages)
` [PATCH v2 1/8] target/i386: silence the compiler warnings in gen_shiftd_rm_T1
` [PATCH v2 2/8] hw/intc/arm_gicv3_kvm: silence the compiler warnings
` [PATCH v2 3/8] accel/tcg/user-exec: "
` [PATCH v2 4/8] linux-user/mips/cpu_loop: "
` [PATCH v2 5/8] target/sparc/translate: "
` [PATCH v2 6/8] target/sparc/win_helper: "
` [PATCH v2 7/8] ppc: Add a missing break for PPC6xx_INPUT_TBEN
` [PATCH v2 8/8] target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings

[PATCH] target/riscv/csr.c : add space before the open parenthesis '('
 2020-10-30  0:48 UTC 

[RFC PATCH v5 01/33] Hexagon Update MAINTAINERS file
 2020-10-29 23:58 UTC  (33+ messages)
` [RFC PATCH v5 02/33] Hexagon (target/hexagon) README
` [RFC PATCH v5 03/33] Hexagon (include/elf.h) ELF machine definition
` [RFC PATCH v5 04/33] Hexagon (target/hexagon) scalar core definition
` [RFC PATCH v5 05/33] Hexagon (disas) disassembler
` [RFC PATCH v5 06/33] Hexagon (target/hexagon) register names
` [RFC PATCH v5 07/33] Hexagon (target/hexagon) scalar core helpers
` [RFC PATCH v5 08/33] Hexagon (target/hexagon) GDB Stub
` [RFC PATCH v5 09/33] Hexagon (target/hexagon) architecture types
` [RFC PATCH v5 10/33] Hexagon (target/hexagon) instruction and packet types
` [RFC PATCH v5 11/33] Hexagon (target/hexagon) register fields
` [RFC PATCH v5 12/33] Hexagon (target/hexagon) instruction attributes
` [RFC PATCH v5 13/33] Hexagon (target/hexagon) instruction/packet decode
` [RFC PATCH v5 14/33] Hexagon (target/hexagon) instruction printing
` [RFC PATCH v5 15/33] Hexagon (target/hexagon/arch.[ch]) utility functions
` [RFC PATCH v5 16/33] Hexagon (target/hexagon/conv_emu.[ch]) "
` [RFC PATCH v5 17/33] Hexagon (target/hexagon/fma_emu.[ch]) "
` [RFC PATCH v5 18/33] Hexagon (target/hexagon/imported) arch import
` [RFC PATCH v5 19/33] Hexagon (target/hexagon) generator phase 1 - C preprocessor for semantics
` [RFC PATCH v5 20/33] Hexagon (target/hexagon) generator phase 2 - generate header files
` [RFC PATCH v5 21/33] Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode tree
` [RFC PATCH v5 22/33] Hexagon (target/hexagon) generater phase 4 - "
` [RFC PATCH v5 23/33] Hexagon (target/hexagon) opcode data structures
` [RFC PATCH v5 24/33] Hexagon (target/hexagon) macros
` [RFC PATCH v5 25/33] Hexagon (target/hexagon) instruction classes
` [RFC PATCH v5 26/33] Hexagon (target/hexagon) TCG generation
` [RFC PATCH v5 27/33] Hexagon (target/hexagon) TCG for instructions with multiple definitions
` [RFC PATCH v5 28/33] Hexagon (target/hexagon) TCG for floating point instructions
` [RFC PATCH v5 29/33] Hexagon (target/hexagon) translation
` [RFC PATCH v5 30/33] Hexagon (linux-user/hexagon) Linux user emulation
` [RFC PATCH v5 31/33] Hexagon (tests/tcg/hexagon) TCG tests
` [RFC PATCH v5 32/33] Hexagon build infrastructure
` [RFC PATCH v5 33/33] Add Dockerfile for hexagon

[PATCH 00/36] Make qdev static property API usable by any QOM type
 2020-10-29 22:46 UTC  (41+ messages)
` [PATCH 01/36] cs4231: Get rid of empty property array
` [PATCH 02/36] cpu: Move cpu_common_props to hw/core/cpu.c
` [PATCH 03/36] qdev: Move property code to qdev-properties.[ch]
` [PATCH 04/36] qdev: Check dev->realized at set_size()
` [PATCH 05/36] sparc: Check dev->realized at sparc_set_nwindows()
` [PATCH 06/36] qdev: Don't use dev->id on set_size32() error message
` [PATCH 07/36] qdev: Make PropertyInfo.print method get Object* argument
` [PATCH 08/36] qdev: Make bit_prop_set() "
` [PATCH 09/36] qdev: Make qdev_get_prop_ptr() get Object* arg
` [PATCH 10/36] qdev: Make qdev_find_global_prop() get Object* argument
` [PATCH 11/36] qdev: Make check_prop_still_unset() "
` [PATCH 12/36] qdev: Make error_set_from_qdev_prop_error() "
` [PATCH 13/36] qdev: Wrap getters and setters in separate helpers
` [PATCH 14/36] qdev: Move dev->realized check to qdev_property_set()
` [PATCH 15/36] qdev: Make PropertyInfo.create return ObjectProperty*
` [PATCH 16/36] qdev: Make qdev_class_add_property() more flexible
` [PATCH 17/36] qdev: Separate generic and device-specific property registration
` [PATCH 18/36] qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()
` [PATCH 19/36] qdev: Move array property creation/registration to separate functions
` [PATCH 20/36] qdev: Reuse object_property_add_static() when adding array elements
` [PATCH 21/36] qom: Add allow_set callback to ObjectProperty
` [PATCH 22/36] qdev: Make qdev_prop_allow_set() a property allow_set callback
` [PATCH 23/36] qdev: Make qdev_propinfo_get_uint16() static
` [PATCH 24/36] qdev: Rename qdev_propinfo_* to object_propinfo_*
` [PATCH 25/36] qdev: Rename qdev_get_prop_ptr() to object_static_prop_ptr()
` [PATCH 26/36] qdev: Move softmmu properties to qdev-properties-system.h
` [PATCH 27/36] qdev: Reuse DEFINE_PROP in all DEFINE_PROP_* macros
` [PATCH 28/36] qdev: Move core static property code to QOM
` [PATCH 29/36] qdev: Move qdev_prop_tpm declaration to tpm_prop.h
` [PATCH 30/36] qdev: Rename qdev_prop_* to prop_info_*
` [PATCH 31/36] qdev: Stop using error_set_from_qdev_prop_error() for UUID property
` [PATCH 32/36] qdev: Move base property types to qom/property-types.c
` [PATCH 33/36] tests: Use static properties at check-qom-proplist test case
` [PATCH 34/36] machine: Use DEFINE_PROP_STRING for string properties
` [PATCH 35/36] machine: Use DEFINE_PROP_BOOL for boolean properties
` [PATCH 36/36] qom: Include static property API reference in documentation

[PATCH for-5.2] util/cutils: Fix bounds check at freq_to_str()
 2020-10-29 21:34 UTC  (2+ messages)

[PATCH] configure: surface deprecated targets in the help output
 2020-10-29 21:28 UTC  (2+ messages)

regression in meson build, binaries lost reproducibility
 2020-10-29 21:28 UTC 

[PATCH v2 0/7] virtiofsd: Announce submounts to the guest
 2020-10-29 20:46 UTC  (3+ messages)
` [PATCH v2 7/7] tests/acceptance: Add virtiofs_submounts.py

[PATCH] util/cutils: Silent Coverity array overrun warning in freq_to_str()
 2020-10-29 20:40 UTC  (6+ messages)
` [PATCH-for-5.2] "

Migrating to the gitlab issue tracker
 2020-10-29 20:33 UTC  (8+ messages)

simple example of pci driver with dma
 2020-10-29 20:32 UTC  (3+ messages)

recent flakiness (intermittent hangs) of migration-test
 2020-10-29 20:28 UTC  (5+ messages)

[PATCH v1] docs/devel: Add VFIO device migration documentation
 2020-10-29 20:25 UTC  (5+ messages)

[PATCH 1/2] spapr: Drop dead code in spapr_reallocate_hpt()
 2020-10-29 20:11 UTC  (2+ messages)

[PATCH] tcg/optimize: Add fallthrough annotations
 2020-10-29 20:07 UTC  (2+ messages)

[PATCH] meson.build: fix building of Xen support for aarch64
 2020-10-29 20:06 UTC  (6+ messages)

[PATCH-for-5.2] hw/rx/rx-gdbsim: Fix memory leak
 2020-10-29 19:57 UTC  (2+ messages)

[PATCH 00/11] sockets: Attempt to drain the abstract socket swamp
 2020-10-29 19:54 UTC  (27+ messages)
` [PATCH 01/11] test-util-sockets: Plug file descriptor leak
` [PATCH 02/11] test-util-sockets: Correct to set has_abstract, has_tight
` [PATCH 03/11] test-util-sockets: Clean up SocketAddress construction
` [PATCH 04/11] test-util-sockets: Factor out test_socket_unix_abstract_one()
` [PATCH 05/11] test-util-sockets: Synchronize properly, don't sleep(1)
` [PATCH 06/11] test-util-sockets: Test the complete abstract socket matrix
` [PATCH 07/11] sockets: Fix default of UnixSocketAddress member @tight
` [PATCH 08/11] sockets: Fix socket_sockaddr_to_address_unix() for abstract sockets
` [PATCH 09/11] char-socket: Fix qemu_chr_socket_address() "
` [PATCH 10/11] sockets: Bypass "replace empty @path" for abstract unix sockets
` [PATCH 11/11] sockets: Make abstract UnixSocketAddress depend on CONFIG_LINUX

Our abstract UNIX domain socket support is a mess
 2020-10-29 18:47 UTC  (4+ messages)

[Bug 1902112] [NEW] [OSS-Fuzz] Issue 26693: qemu:qemu-fuzz-i386-target-generic-fuzz-xhci: Index-out-of-bounds in xhci_runtime_write
 2020-10-29 18:26 UTC 

[PULL v3 0/6] 9p queue (previous 2020-10-17)
 2020-10-29 18:16 UTC  (4+ messages)
` [PULL v3 3/6] tests/9pfs: introduce local tests

[PATCH-for-5.2 0/3] Bug-fixes for the generic-fuzzer
 2020-10-29 18:11 UTC  (3+ messages)
` [PATCH-for-5.2 1/3] fuzz: fix writing DMA patterns

[RFC PATCH 00/15] softfloat: alternate conversion of float128_addsub
 2020-10-29 18:09 UTC  (3+ messages)
` [RFC PATCH 01/15] qemu/int128: Add int128_or


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