qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 22:17:36 to 2020-10-30 09:02:39 UTC [more...]

[PATCH] pci: check bus pointer before dereference
 2020-10-30  9:01 UTC  (8+ messages)

[PATCH 00/24] qom: Convert some properties to class properties
 2020-10-30  8:56 UTC  (5+ messages)
` [PATCH 05/24] vhost-user: Register "chardev" as class property
` [PATCH 22/24] i440fx: Register i440FX-pcihost properties as class properties

[PATCH v3] virtio-net: Add check for mac address while peer is vdpa
 2020-10-30  8:55 UTC  (3+ messages)

[PATCH 00/11] sockets: Attempt to drain the abstract socket swamp
 2020-10-30  8:56 UTC  (13+ messages)
` [PATCH 05/11] test-util-sockets: Synchronize properly, don't sleep(1)
` [PATCH 07/11] sockets: Fix default of UnixSocketAddress member @tight
` [PATCH 08/11] sockets: Fix socket_sockaddr_to_address_unix() for abstract sockets

[PATCH 0/2] 9pfs: test suite fixes
 2020-10-30  8:26 UTC  (3+ messages)
` [PATCH 1/2] tests/9pfs: fix test dir for parallel tests
` [PATCH 2/2] tests/9pfs: fix coverity error in create_local_test_dir()

[PATCH] vhost-user: add separate memslot counter for vhost-user
 2020-10-30  8:39 UTC  (2+ messages)

[PATCH] target/s390x: fix execution with icount
 2020-10-30  8:36 UTC 

[PATCH 00/36] Make qdev static property API usable by any QOM type
 2020-10-30  8:06 UTC  (49+ 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 17/36] qdev: Separate generic and device-specific property registration
` [PATCH 18/36] qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()
` [PATCH 23/36] qdev: Make qdev_propinfo_get_uint16() static
` [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

ENQCMD
 2020-10-30  8:04 UTC  (2+ messages)

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

[PATCH-for-5.2 0/3] Bug-fixes for the generic-fuzzer
 2020-10-30  7:27 UTC  (2+ messages)

[PATCH-for-5.2] hw/rx/rx-gdbsim: Fix memory leak
 2020-10-30  7:21 UTC  (3+ messages)

[PATCH v8 00/11] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-10-30  7:15 UTC  (13+ messages)
` [PATCH v8 01/11] hw/block/nvme: Add Commands Supported and Effects log
` [PATCH v8 02/11] hw/block/nvme: Generate namespace UUIDs
` [PATCH v8 03/11] hw/block/nvme: Separate read and write handlers
` [PATCH v8 04/11] hw/block/nvme: Merge nvme_write_zeroes() with nvme_write()
` [PATCH v8 05/11] hw/block/nvme: Add support for Namespace Types
` [PATCH v8 06/11] hw/block/nvme: Support allocated CNS command variants
` [PATCH v8 07/11] hw/block/nvme: Support Zoned Namespace Command Set
` [PATCH v8 08/11] hw/block/nvme: Introduce max active and open zone limits
` [PATCH v8 09/11] hw/block/nvme: Support Zone Descriptor Extensions
` [PATCH v8 10/11] hw/block/nvme: Add injection of Offline/Read-Only zones
` [PATCH v8 11/11] hw/block/nvme: Document zoned parameters in usage text

[PATCH v7 0/3] hw/block/nvme: dulbe and dsm support
 2020-10-30  6:33 UTC  (2+ messages)

[PATCH v2 0/8] silence the compiler warnings
 2020-10-30  6:33 UTC  (14+ 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 v2] block: Remove unused BlockDeviceMapEntry
 2020-10-30  6:24 UTC 

block: Fix some code style problems, "foo* bar" should be "foo *bar"
 2020-10-30  3:35 UTC  (2+ messages)
  ` [PATCH] "

[PATCH v3 1/3] hw/9pfs : add spaces around operator
 2020-10-30  4:35 UTC  (3+ messages)
` [PATCH v3 2/3] hw/9pfs : open brace '{' following struct go on the same line
` [PATCH v3 3/3] hw/9pfs : add space before the open parenthesis '('

Live migration not possible from 5.0 to 5.1?
 2020-10-30  4:02 UTC 

[PATCH] migration/dirtyrate: simplify inlcudes in dirtyrate.c
 2020-10-30  3:58 UTC 

[PATCH] vfio-pci: add Ascend devices passthrough quirks
 2020-10-30  3:07 UTC  (2+ messages)

Question on UEFI ACPI tables setup and probing on arm64
 2020-10-30  2:50 UTC 

[PATCH] net/l2tpv3: Remove redundant check in net_init_l2tpv3()
 2020-10-30  2:46 UTC 

[PATCH] tcg/optimize: Add fallthrough annotations
 2020-10-30  2:43 UTC  (3+ messages)

[PATCH v2 00/11] target/arm: Fix neon reg offsets
 2020-10-30  2:26 UTC  (12+ 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 08/11] target/arm: Add read/write_neon_element64
` [PATCH v2 09/11] target/arm: Rename neon_load_reg64 to vfp_load_reg64
` [PATCH v2 10/11] target/arm: Simplify do_long_3d and do_2scalar_long
` [PATCH v2 11/11] target/arm: Improve do_prewiden_3d

[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

[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] 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


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