qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 13:49:44 to 2020-10-30 00:07:15 UTC [more...]

[RFC PATCH v5 01/33] Hexagon Update MAINTAINERS file
 2020-10-29 23:58 UTC  (12+ 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 10/33] Hexagon (target/hexagon) instruction and packet types
` [RFC PATCH v5 13/33] Hexagon (target/hexagon) instruction/packet decode
` [RFC PATCH v5 16/33] Hexagon (target/hexagon/conv_emu.[ch]) utility functions
` [RFC PATCH v5 22/33] Hexagon (target/hexagon) generater phase 4 - decode tree

[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  (3+ messages)
` [PATCH 2/2] spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()

[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  (7+ 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  (28+ 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  (4+ 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  (12+ messages)

[PULL 00/13] 9p queue 2020-10-23
 2020-10-29 17:29 UTC  (13+ 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

[PATCH v2 0/8] configure deprecation, linux-user and iotest fixes
 2020-10-29 15:28 UTC  (5+ messages)
` [PATCH v2 8/8] configure: add [lm32|unicore32]-softmmu to deprecation logic

[PATCH] spaces are required in some places
 2020-10-29 15:04 UTC  (2+ messages)

[PATCH] qemu/int128: Add int128_or()
 2020-10-29 15:00 UTC  (2+ messages)

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

[PATCH 1/1] plugin: foo * bar should be foo *bar
 2020-10-29 12:10 UTC 

[PATCH] vfio-pci: add Ascend devices passthrough quirks
 2020-10-29 11:40 UTC 

[PATCH] vnc: fix resource leak when websocket channel error
 2020-10-29  3:22 UTC 

[PATCH] hw/hyperv/vmbus.c : Don't use '#' flag of printf format
 2020-10-29 14:53 UTC  (2+ messages)

[PATCH] vhost-vsock: set vhostfd to non-blocking mode
 2020-10-29 14:48 UTC 

[PULL 00/18] riscv-to-apply queue
 2020-10-29 14:13 UTC  (19+ messages)
` [PULL 01/18] hw/riscv: sifive_u: Allow passing custom DTB
` [PULL 02/18] hw/riscv: virt: "
` [PULL 03/18] target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
` [PULL 04/18] target/riscv: Add basic vmstate description of CPU
` [PULL 05/18] target/riscv: Add PMP state description
` [PULL 06/18] target/riscv: Add H extension "
` [PULL 07/18] target/riscv: Add V "
` [PULL 08/18] target/riscv: Add sifive_plic vmstate
` [PULL 09/18] hw/riscv: microchip_pfsoc: Document where to look at the SoC memory maps
` [PULL 10/18] hw/misc: Add Microchip PolarFire SoC DDR Memory Controller support
` [PULL 11/18] hw/riscv: microchip_pfsoc: Connect DDR memory controller modules
` [PULL 12/18] hw/misc: Add Microchip PolarFire SoC IOSCB module support
` [PULL 13/18] hw/riscv: microchip_pfsoc: Connect the IOSCB module
` [PULL 14/18] hw/misc: Add Microchip PolarFire SoC SYSREG module support
` [PULL 15/18] hw/riscv: microchip_pfsoc: Connect the SYSREG module
` [PULL 16/18] hw/riscv: microchip_pfsoc: Map the reserved memory at address 0
` [PULL 17/18] hw/riscv: microchip_pfsoc: Correct DDR memory map
` [PULL 18/18] hw/riscv: microchip_pfsoc: Hook the I2C1 controller

Call for Volunteers: Summaries of a few KVMForum-2020 talks for an LWN article
 2020-10-29 14:27 UTC 

[PULL 00/48] target-arm queue
 2020-10-29 14:30 UTC  (2+ messages)

[PATCH 1/2] acpi/crs: Prevent bad ranges for host bridges
 2020-10-29 13:59 UTC  (6+ messages)
` [PATCH 2/2] acpi/crs: Support ranges > 32b for hosts

[RFC PATCH] hw/arm/virt: use sbsa-ec for reboot and poweroff in secure mode
 2020-10-29 13:51 UTC  (5+ messages)

[PATCH] contrib/rdmacm-mux: Fix error condition in hash_tbl_search_fd_by_ifid()
 2020-10-29 13:43 UTC 


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