qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 16:34:47 to 2020-10-30 01:02:59 UTC [more...]

[PATCH v2 00/19] Mirror map JIT memory for TCG
 2020-10-30  0:49 UTC  (8+ 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 08/19] tcg: Adjust tb_target_set_jmp_target for split rwx
` [PATCH v2 09/19] tcg: Make DisasContextBase.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

[RFC PATCH v5 00/33] Hexagon patch series
 2020-10-30  0:08 UTC  (31+ 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 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

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

[PATCH v2 0/8] silence the compiler warnings
 2020-10-30  0:40 UTC  (5+ messages)
` [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 8/8] target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings

[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  (9+ messages)
` [PATCH v2 1/7] virtiofsd: Check FUSE_SUBMOUNTS
` [PATCH v2 2/7] virtiofsd: Add attr_flags to fuse_entry_param
` [PATCH v2 3/7] meson.build: Check for statx()
` [PATCH v2 4/7] virtiofsd: Add mount ID to the lo_inode key
` [PATCH v2 5/7] virtiofsd: Announce sub-mount points
` [PATCH v2 6/7] tests/acceptance/boot_linux: Accept SSH pubkey
` [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  (10+ 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  (5+ messages)
` [PATCH-for-5.2 1/3] fuzz: fix writing DMA patterns
` [PATCH-for-5.2 2/3] fuzz: check the MR in the DMA callback
` [PATCH-for-5.2 3/3] fuzz: fuzz offsets within pio/mmio regions

[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

Out-of-Process Device Emulation session at KVM Forum 2020
 2020-10-29 18:07 UTC  (7+ messages)

[PULL 00/13] 9p queue 2020-10-23
 2020-10-29 17:29 UTC  (5+ messages)

[PATCH] coverity_scan: switch to vpath build
 2020-10-29 17:22 UTC 

[RFC PATCH v2 00/13] hw/arm/virt: Introduce cpu and cache topology support
 2020-10-29 17:24 UTC  (10+ messages)
` [RFC PATCH v2 05/13] hw: add compat machines for 5.3
` [RFC PATCH v2 07/13] hw/arm/virt-acpi-build: distinguish possible and present cpus Message
` [RFC PATCH v2 08/13] hw/acpi/aml-build: add processor hierarchy node structure
` [RFC PATCH v2 09/13] hw/arm/virt-acpi-build: add PPTT table

[PATCH] docker, coverity_scan: unify Fedora dockerfiles
 2020-10-29 17:22 UTC 

[PATCH] vhost-user-blk: Fix two resource leaks
 2020-10-29 16:41 UTC  (3+ messages)
` [PATCH V2] vhost-user-blk/scsi: Fix broken error handling for socket call

[PATCH v9 0/8] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-10-29 16:36 UTC  (3+ messages)
` [PATCH v9 1/8] Introduce yank feature


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