qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-22 13:57:32 to 2020-12-24 00:47:08 UTC [more...]

[RFC PATCH 1/3] mm: support hugetlb free page reporting
 2020-12-24  0:45 UTC  (10+ messages)

Problems with irq mapping in qemu v5.2
 2020-12-23 23:56 UTC  (26+ messages)

[PATCH v1 1/1] chardev: enable guest socket status/crontrol via DTR and DCD
 2020-12-23 22:13 UTC  (2+ messages)

[PATCH v3 0/7] Common macros for QAPI list growth
 2020-12-23 22:11 UTC  (8+ messages)
` [PATCH v3 1/7] net: Clarify early exit condition
` [PATCH v3 2/7] rocker: Revamp fp_port_get_info
` [PATCH v3 3/7] migration: Refactor migrate_cap_add
` [PATCH v3 4/7] qapi: Use QAPI_LIST_PREPEND() where possible
` [PATCH v3 5/7] qapi: Introduce QAPI_LIST_APPEND
` [PATCH v3 6/7] qapi: Use QAPI_LIST_APPEND in trivial cases
` [PATCH v3 7/7] qapi: More complex uses of QAPI_LIST_APPEND

[PATCH v15 00/20] Initial support for multi-process Qemu
 2020-12-23 21:57 UTC  (23+ messages)
` [PATCH v15 01/20] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v15 02/20] multi-process: add configure and usage information
` [PATCH v15 03/20] memory: alloc RAM from file at offset
` [PATCH v15 04/20] multi-process: Add config option for multi-process QEMU
` [PATCH v15 05/20] multi-process: setup PCI host bridge for remote device
` [PATCH v15 06/20] multi-process: setup a machine object for remote device process
` [PATCH v15 07/20] multi-process: add qio channel write function
` [PATCH v15 08/20] multi-process: add qio channel read function
` [PATCH v15 09/20] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v15 10/20] multi-process: Initialize message handler in remote device
` [PATCH v15 11/20] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v15 12/20] multi-process: setup memory manager for remote device
` [PATCH v15 13/20] multi-process: introduce proxy object
` [PATCH v15 14/20] multi-process: add proxy communication functions
` [PATCH v15 15/20] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v15 16/20] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v15 17/20] multi-process: Synchronize remote memory
` [PATCH v15 18/20] multi-process: create IOHUB object to handle irq
` [PATCH v15 19/20] multi-process: Retrieve PCI info from remote process
` [PATCH v15 20/20] multi-process: perform device reset in the "

[PATCH v2] acpi: Permit OEM ID and OEM table ID fields to be changed
 2020-12-23 21:56 UTC  (6+ messages)

[PATCH] gdbstub.c uses incorrect check for active gdb in use_gdb_syscalls
 2020-12-23 21:27 UTC 

[PULL 00/15] Machine queue, 2020-12-23
 2020-12-23 21:27 UTC  (16+ messages)
` [PULL 01/15] qdev: Move softmmu properties to qdev-properties-system.h
` [PULL 02/15] qdev: Reuse DEFINE_PROP in all DEFINE_PROP_* macros
` [PULL 03/15] sparc: Use DEFINE_PROP for nwindows property
` [PULL 04/15] qdev: Get just property name at error_set_from_qdev_prop_error()
` [PULL 05/15] qdev: Avoid using prop->name unnecessarily
` [PULL 06/15] qdev: Add name parameter to qdev_class_add_property()
` [PULL 07/15] qdev: Add name argument to PropertyInfo.create method
` [PULL 08/15] qdev: Wrap getters and setters in separate helpers
` [PULL 09/15] qdev: Move dev->realized check to qdev_property_set()
` [PULL 10/15] qdev: Make PropertyInfo.create return ObjectProperty*
` [PULL 11/15] qdev: Make qdev_class_add_property() more flexible
` [PULL 12/15] qdev: Move qdev_prop_tpm declaration to tpm_prop.h
` [PULL 13/15] qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
` [PULL 14/15] qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()
` [PULL 15/15] bugfix: hostmem: Free host_nodes list right after visited

[PATCH] vhost-user: Check vhost features for CONFIGURE_MEM_SLOTS
 2020-12-23 20:13 UTC  (3+ messages)

[PATCH] target/riscv/pmp: Raise exception if no PMP entry is configured
 2020-12-23 19:26 UTC  (3+ messages)

[PATCH v2 1/2] ppc: Fix build with --without-default-devices
 2020-12-23 19:26 UTC  (2+ messages)
` [PATCH v2 2/2] pnv: Fix reverse dependency on PCI express root ports

[PATCH v2] target/riscv/pmp: Raise exception if no PMP entry is configured
 2020-12-23 19:25 UTC 

[PATCH] multi-process: Acceptance test for multiprocess QEMU
 2020-12-23 19:16 UTC  (5+ messages)

[PATCH] gdb: riscv: Add target description
 2020-12-23 16:28 UTC 

scripts/gdb: issues when loading modules after lx-symbols
 2020-12-23 14:54 UTC  (10+ messages)

[PATCH v5 1/2] hw/block: m25p80: Don't write to flash if write is disabled
 2020-12-23 13:18 UTC  (3+ messages)
` [PATCH v5 2/2] hw/block: m25p80: Implement AAI-WP command support for SST flashes

[PATCH] ppc: Fix build with --without-default-devices
 2020-12-23 11:54 UTC  (3+ messages)

Various spelling fixes
 2020-12-23 11:28 UTC  (2+ messages)

[PATCH 0/4] improve crash case minimization
 2020-12-23  9:20 UTC  (9+ messages)
` [PATCH 1/4] fuzz: refine crash detection mechanism
` [PATCH 4/4] fuzz: delay IO until they can't trigger the crash

[PATCH v3 0/8] acpi: Some fixes for pxb support for ARM virt machine
 2020-12-23  9:08 UTC  (9+ messages)
` [PATCH v3 1/8] acpi: Allow DSDT acpi table changes
` [PATCH v3 2/8] acpi: Add addr offset in build_crs
` [PATCH v3 3/8] acpi/gpex: Inform os to keep firmware resource map
` [PATCH v3 4/8] acpi/gpex: Exclude pxb's resources from PCI0
` [PATCH v3 5/8] acpi/gpex: Append pxb devs in ascending order
` [PATCH v3 6/8] Kconfig: Enable PXB for ARM_VIRT by default
` [PATCH v3 7/8] acpi: Enable pxb unit-test for ARM virt machine
` [PATCH v3 8/8] acpi: Update addr_trans and _DSM in expected files

[PATCH] char-socket: disable reconnect timer in the sync connect
 2020-12-23  8:28 UTC  (2+ messages)

[Bug 1908489] [NEW] qemu 4.2 bootloops with -cpu host and nested hypervisor
 2020-12-23  7:42 UTC  (2+ messages)
` [Bug 1908489] "

[PATCH v2 0/4] hw/arm: sabrelite: Improve emulation fidelity to allow booting upstream U-Boot
 2020-12-23  6:26 UTC  (5+ messages)
` [PATCH v2 1/4] hw/misc: imx6_ccm: Update PMU_MISC0 reset value
` [PATCH v2 2/4] hw/msic: imx6_ccm: Correct register value for silicon type
` [PATCH v2 3/4] hw/arm: sabrelite: Connect the Ethernet PHY at address 6
` [PATCH v2 4/4] docs/system: arm: Add sabrelite board description

[Bug 1904954] [NEW] lan9118 bug peeking receive massage size not equal to received message size
 2020-12-23  6:15 UTC  (2+ messages)
` [Bug 1904954] Re: lan9118 bug peeked received message size not equal to actual "

[PATCH 00/22] tcg: backend constraints cleanup
 2020-12-23  6:33 UTC  (24+ messages)
` [PATCH 01/22] tcg/tci: Drop L and S constraints
` [PATCH 02/22] tcg/i386: Move constraint type check to tcg_target_const_match
` [PATCH 03/22] tcg: Split out target constraints to tcg-target-constr.h
` [PATCH 04/22] tcg/arm: Convert "
` [PATCH 05/22] tcg/aarch64: "
` [PATCH 06/22] tcg/ppc: "
` [PATCH 07/22] tcg/tci: "
` [PATCH 08/22] tcg/mips: "
` [PATCH 09/22] tcg/riscv: "
` [PATCH 10/22] tcg/s390: "
` [PATCH 11/22] tcg/sparc: "
` [PATCH 12/22] tcg: Remove TCG_TARGET_CONSTR_H
` [PATCH 13/22] tcg: Split out constraint sets to tcg-target-conset.h
` [PATCH 14/22] tcg/aarch64: Convert "
` [PATCH 15/22] tcg/arm: "
` [PATCH 16/22] tcg/mips: "
` [PATCH 17/22] tcg/ppc: "
` [PATCH 18/22] tcg/riscv: "
` [PATCH 19/22] tcg/s390: "
` [PATCH 20/22] tcg/sparc: "
` [PATCH 21/22] tcg/tci: "
` [PATCH 22/22] tcg: Remove TCG_TARGET_CONSET_H

[PATCH] RISC-V: Place DTB at 3GB boundary instead of 4GB
 2020-12-23  1:20 UTC  (10+ messages)

[PATCH 0/9] Alpine Linux build fix and CI pipeline
 2020-12-23  0:54 UTC  (4+ messages)

[RFC 0/5] pc: support user provided NIC naming/indexing
 2020-12-22 23:39 UTC  (6+ messages)
` [RFC 1/5] acpi: add aml_to_decimalstring() and aml_call6() helpers
` [RFC 2/5] tests: acpi: temporary whitelist DSDT changes
` [RFC 3/5] pci: introduce apci-index property for PCI device
` [RFC 4/5] pci: acpi: add _DSM method to PCI devices
` [RFC 5/5] tests: acpi: update expected data files

[PATCH 0/9] Alpine Linux build fix and CI pipeline
 2020-12-22 18:37 UTC  (3+ messages)
` [PATCH 1/9] tests/docker: Add dockerfile for Alpine Linux

[PATCH v15 00/13] Apply COR-filter to the block-stream permanently
 2020-12-22 18:11 UTC  (13+ messages)
` [PATCH v15 04/13] qapi: add filter-node-name to block-stream
` [PATCH v15 09/13] stream: rework backing-file changing
` [PATCH v15 10/13] qapi: block-stream: add "bottom" argument
` [PATCH v15 13/13] block: apply COR-filter to block-stream jobs

[PATCH 0/9] Fix some style problems in net
 2020-12-22 17:00 UTC  (11+ messages)
` [PATCH 1/9] net: Add spaces around operator/delete redundant spaces
` [PATCH 2/9] net: Add braces for statements/fix braces' position
` [PATCH 3/9] net: Transfer // comments to /**/
` [PATCH 4/9] net: Transfer "foo* " to "foo *"
` [PATCH 5/9] net: Fix lines over 90 characters
` [PATCH 6/9] net: Transfer tabs to spcaes
` [PATCH 7/9] net: Remove assignment in if condition
` [PATCH 8/9] net: Remove initialization of static ints
` [PATCH 9/9] net: Fix the indent problems

[PATCH] iotests: fix _check_o_direct
 2020-12-22 16:20 UTC  (4+ messages)

[PATCH v2] Add support for pvpanic pci device
 2020-12-22 16:03 UTC  (4+ messages)
` [PATCH 2/3] hw/misc/pvpanic: add PCI interface support

[PATCH v4 1/2] hw/block: m25p80: Don't write to flash if write is disabled
 2020-12-22 15:55 UTC  (6+ messages)
` [PATCH v4 2/2] hw/block: m25p80: Implement AAI-WP command support for SST flashes

[PATCH v2 0/8] hm/mips/fuloong2e fixes
 2020-12-22 14:42 UTC  (3+ messages)
` [PATCH v2 5/8] hw/mips/fuloong2e: Remove unused env entry

[PATCH v2 0/2] block: report errno when flock fcntl fails
 2020-12-22 14:31 UTC  (3+ messages)
` [PATCH v2 1/2] "

[RFC PATCH 3/3] mm: support free hugepage pre zero out
 2020-12-22 12:13 UTC  (4+ messages)

[RFC PATCH 2/3] virtio-balloon: add support for providing free huge page reports to host
 2020-12-22 11:39 UTC  (3+ 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).