qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-17 11:35:09 to 2020-02-17 18:23:24 UTC [more...]

[PATCH v2 0/3] arm: allwinner: Wire up USB ports
 2020-02-17 18:05 UTC  (4+ messages)
` [PATCH v2 3/3] "

[RFC v2 0/6] vTPM for aarch64
 2020-02-17 18:13 UTC  (9+ messages)
` [RFC v2 2/6] tpm: Use TPMState as a common struct
` [RFC v2 5/6] tpm: Add the SysBus TPM TIS device

[Bug 1855072] [NEW] ARM: HCR.TVM traps are not implemented
 2020-02-17 18:00 UTC  (3+ messages)
` [Bug 1855072] "

[PATCH 0/4] hw/hppa/dino: Fix Coverity 1419393 & 1419394
 2020-02-17 17:37 UTC  (3+ messages)
` [PATCH 2/4] hw/hppa/dino: Fix reg800_keep_bits[] overrun (CID 1419393 & 1419394)

[PATCH v5 00/79] refactor main RAM allocation to use hostmem backend
 2020-02-17 17:34 UTC  (80+ messages)
` [PATCH v5 01/79] numa: remove deprecated -mem-path fallback to anonymous RAM
` [PATCH v5 02/79] machine: introduce memory-backend property
` [PATCH v5 03/79] machine: alias -mem-path and -mem-prealloc into memory-foo backend
` [PATCH v5 04/79] machine: introduce convenience MachineState::ram
` [PATCH v5 05/79] initialize MachineState::ram in NUMA case
` [PATCH v5 06/79] vl.c: move -m parsing after memory backends has been processed
` [PATCH v5 07/79] vl.c: ensure that ram_size matches size of machine.memory-backend
` [PATCH v5 08/79] alpha/dp264: use memdev for RAM
` [PATCH v5 09/79] arm/aspeed: actually check RAM size
` [PATCH v5 10/79] arm/aspeed: use memdev for RAM
` [PATCH v5 11/79] arm/collie: "
` [PATCH v5 12/79] arm/cubieboard: "
` [PATCH v5 13/79] arm/digic_boards: "
` [PATCH v5 14/79] arm/highbank: "
` [PATCH v5 15/79] arm/imx25_pdk: drop RAM size fixup
` [PATCH v5 16/79] arm/imx25_pdk: use memdev for RAM
` [PATCH v5 17/79] arm/integratorcp: "
` [PATCH v5 18/79] arm/kzm: drop RAM size fixup
` [PATCH v5 19/79] arm/kzm: use memdev for RAM
` [PATCH v5 20/79] arm/mcimx6ul-evk: "
` [PATCH v5 21/79] arm/mcimx7d-sabre: "
` [PATCH v5 22/79] arm/mps2-tz: "
` [PATCH v5 23/79] arm/mps2: "
` [PATCH v5 24/79] arm/musicpal: "
` [PATCH v5 25/79] arm/nseries: "
` [PATCH v5 26/79] arm/omap_sx1: "
` [PATCH v5 27/79] arm/palm: "
` [PATCH v5 28/79] arm/sabrelite: "
` [PATCH v5 29/79] arm/raspi: "
` [PATCH v5 30/79] arm/sbsa-ref: "
` [PATCH v5 31/79] arm/versatilepb: "
` [PATCH v5 32/79] arm/vexpress: "
` [PATCH v5 33/79] arm/virt: "
` [PATCH v5 34/79] arm/xilinx_zynq: drop RAM size fixup
` [PATCH v5 35/79] arm/xilinx_zynq: use memdev for RAM
` [PATCH v5 36/79] arm/xlnx-versal-virt: "
` [PATCH v5 37/79] arm/xlnx-zcu102: "
` [PATCH v5 38/79] s390x/s390-virtio-ccw: "
` [PATCH v5 39/79] null-machine: "
` [PATCH v5 40/79] cris/axis_dev88: "
` [PATCH v5 41/79] hppa: "
` [PATCH v5 42/79] x86/microvm: "
` [PATCH v5 43/79] x86/pc: "
` [PATCH v5 44/79] lm32/lm32_boards: "
` [PATCH v5 45/79] lm32/milkymist: "
` [PATCH v5 46/79] m68k/an5206: "
` [PATCH v5 47/79] m68k/q800: "
` [PATCH v5 48/79] m68k/mcf5208: "
` [PATCH v5 49/79] m68k/next-cube: "
` [PATCH v5 50/79] mips/boston: "
` [PATCH v5 51/79] mips/mips_fulong2e: drop RAM size fixup
` [PATCH v5 52/79] mips/mips_fulong2e: use memdev for RAM
` [PATCH v5 53/79] mips/mips_jazz: "
` [PATCH v5 54/79] mips/mips_jazz: add max ram size check
` [PATCH v5 55/79] mips/mips_malta: use memdev for RAM
` [PATCH v5 56/79] mips/mips_mipssim: "
` [PATCH v5 57/79] mips/mips_r4k: "
` [PATCH v5 58/79] ppc/e500: drop RAM size fixup
` [PATCH v5 59/79] ppc/e500: use memdev for RAM
` [PATCH v5 60/79] ppc/mac_newworld: "
` [PATCH v5 61/79] ppc/mac_oldworld: "
` [PATCH v5 62/79] ppc/pnv: "
` [PATCH v5 63/79] ppc/ppc405_boards: add RAM size checks
` [PATCH v5 64/79] ppc/ppc405_boards: use memdev for RAM
` [PATCH v5 65/79] ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixup
` [PATCH v5 66/79] ppc/{ppc440_bamboo, sam460ex}: use memdev for RAM
` [PATCH v5 67/79] ppc/spapr: "
` [PATCH v5 68/79] ppc/virtex_ml507: "
` [PATCH v5 69/79] sparc/leon3: "
` [PATCH v5 70/79] sparc/sun4m: "
` [PATCH v5 71/79] sparc/niagara: "
` [PATCH v5 72/79] remove no longer used memory_region_allocate_system_memory()
` [PATCH v5 73/79] exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()
` [PATCH v5 74/79] exec: drop bogus mem_path from qemu_ram_alloc_from_fd()
` [PATCH v5 75/79] make mem_path local variable
` [PATCH v5 76/79] hostmem: introduce "prealloc-threads" property
` [PATCH v5 77/79] hostmem: fix strict bind policy
` [PATCH v5 78/79] tests/numa-test: make top level args dynamic and g_autofree(cli) cleanups
` [PATCH v5 79/79] tests:numa-test: use explicit memdev to specify node RAM

[PULL v3 00/11] target/hppa patch queue
 2020-02-17 17:56 UTC  (3+ messages)
` [PULL v3 02/11] hppa: Add support for LASI chip with i82596 NIC

[PATCH] target/arm: Honor the HCR_EL2.{TVM,TRVM} bits
 2020-02-17 17:38 UTC 

[PATCH 0/2] hw: Delay timer_new() from init to realize to avoid memleaks
 2020-02-17 17:27 UTC  (13+ messages)
` [PATCH 1/2] hw/ipmi/bmc: Delay timer_new_ns() "
` [PATCH 2/2] hw/sd/sd: "

QEMU VM hangs on ioctl call when running with KVM enabled and nothing else happens
 2020-02-17 17:14 UTC 

[PATCH v2 00/22] Fix error handling during bitmap postcopy
 2020-02-17 16:57 UTC  (24+ messages)
` [PATCH v2 01/22] migration/block-dirty-bitmap: fix dirty_bitmap_mig_before_vm_start
` [PATCH v2 02/22] migration/block-dirty-bitmap: rename state structure types
` [PATCH v2 03/22] migration/block-dirty-bitmap: rename dirty_bitmap_mig_cleanup
` [PATCH v2 04/22] migration/block-dirty-bitmap: move mutex init to dirty_bitmap_mig_init
` [PATCH v2 05/22] migration/block-dirty-bitmap: refactor state global variables
` [PATCH v2 06/22] migration/block-dirty-bitmap: rename finish_lock to just lock
` [PATCH v2 07/22] migration/block-dirty-bitmap: simplify dirty_bitmap_load_complete
` [PATCH v2 08/22] migration/block-dirty-bitmap: keep bitmap state for all bitmaps
` [PATCH v2 09/22] migration/block-dirty-bitmap: relax error handling in incoming part
` [PATCH v2 10/22] migration/block-dirty-bitmap: cancel migration on shutdown
` [PATCH v2 11/22] migration/savevm: don't worry if bitmap migration postcopy failed
` [PATCH v2 12/22] qemu-iotests/199: fix style
` [PATCH v2 13/22] qemu-iotests/199: drop extra constraints
` [PATCH v2 14/22] qemu-iotests/199: better catch postcopy time
` [PATCH v2 15/22] qemu-iotests/199: improve performance: set bitmap by discard
` [PATCH v2 16/22] qemu-iotests/199: change discard patterns
` [PATCH v2 17/22] qemu-iotests/199: increase postcopy period
` [PATCH v2 18/22] python/qemu/machine: add kill() method
` [PATCH v2 19/22] qemu-iotests/199: prepare for new test-cases addition
` [PATCH v2 20/22] qemu-iotests/199: check persistent bitmaps
` [PATCH v2 21/22] qemu-iotests/199: add early shutdown case to bitmaps postcopy
` [PATCH v2 22/22] qemu-iotests/199: add source-killed "

qcow2: Zero-initialization of external data files
 2020-02-17 16:56 UTC 

[PATCH] q800: fix coverity warning CID 1412799
 2020-02-17 16:30 UTC  (3+ messages)

[PATCH 0/3] docs: Create a 'tools' manual
 2020-02-17 16:29 UTC  (8+ messages)
` [PATCH 1/3] docs: Create new "
` [PATCH 2/3] docs: Move qemu-option-trace.rst.inc to docs/
` [PATCH 3/3] docs: Move tools documentation to tools manual

[PULL v2 0/5] Monitor patches for 2020-02-15
 2020-02-17 15:55 UTC  (7+ messages)
` [PULL v2 1/5] monitor: Move monitor option parsing to monitor/monitor.c
` [PULL v2 2/5] qapi: Split control.json off misc.json
` [PULL v2 3/5] monitor: Collect "control" command handlers in qmp-cmds.control.c
` [PULL v2 4/5] monitor: Move qmp_query_qmp_schema to qmp-cmds-control.c
` [PULL v2 5/5] qemu-doc: Clarify extent of build platform support

[PATCH v2 1/4] m25p80: Convert to support tracing
 2020-02-17 15:47 UTC  (2+ messages)

[PATCH v2 00/30] Convert QAPI doc comments to generate rST instead of texinfo
 2020-02-17 15:10 UTC  (3+ messages)
` [PATCH v2 26/30] docs/interop: Convert qemu-qmp-ref to rST

Cross-project NBD extension proposal: NBD_INFO_INIT_STATE
 2020-02-17 15:13 UTC  (2+ messages)

should we have a new 'tools' manual?
 2020-02-17 15:01 UTC  (4+ messages)

[PATCH v2 00/33] block: Introduce real BdrvChildRole
 2020-02-17 14:40 UTC  (4+ messages)
` [PATCH v2 03/33] block: Add BdrvChildRole

[PATCH v3] qemu-cpu-models: Document -noTSX, mds-no, taa-no, and tsx-ctrl
 2020-02-17 14:40 UTC  (3+ messages)

[PATCH v2 0/3] tools/virtiofsd: Fix warning reported by Clang static code analyzer
 2020-02-17 14:12 UTC  (7+ messages)
` [PATCH v2 1/3] tools/virtiofsd/passthrough_ll: Remove unneeded variable assignment
` [PATCH v2 2/3] "

[PATCH v2 for-5.0 0/7] block-copy improvements: part I
 2020-02-17 14:04 UTC  (9+ messages)
` [PATCH v2 2/7] block/block-copy: use block_status
` [PATCH v2 6/7] block/block-copy: reduce intersecting request lock
` [PATCH v2 7/7] block/block-copy: hide structure definitions

[PATCH 00/17] Improve qcow2 all-zero detection
 2020-02-17 14:01 UTC  (6+ messages)
` [PATCH 07/17] gluster: Drop useless has_zero_init callback
  ` [GEDI] "

[PATCH v3] configure: Avoid compiling system tools on user build by default
 2020-02-17 13:34 UTC  (2+ messages)

[PATCH v3] hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt Clear' register
 2020-02-17 13:29 UTC 

[PATCH v2] hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt Clear' register
 2020-02-17 13:27 UTC  (3+ messages)

[PULL 0/9] Linux user for 5.0 patches
 2020-02-17 13:17 UTC  (2+ messages)

[PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-02-17 13:12 UTC  (11+ messages)
` [PATCH v24 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
` [PATCH v24 02/10] hw/arm/virt: Introduce a RAS machine option
` [PATCH v24 03/10] docs: APEI GHES generation and CPER record description
` [PATCH v24 04/10] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH v24 05/10] ACPI: Build Hardware Error Source Table
` [PATCH v24 06/10] ACPI: Record the Generic Error Status Block address
` [PATCH v24 07/10] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v24 08/10] ACPI: Record Generic Error Status Block(GESB) table
` [PATCH v24 09/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH v24 10/10] MAINTAINERS: Add ACPI/HEST/GHES entries

[RFC v2 0/1] pci_expander_brdige:acpi:Support pxb-pcie for ARM
 2020-02-17 13:08 UTC  (3+ messages)
` [RFC v2 1/1] arm: acpi: pci-expender-bus: Make arm to support PXB-PCIE

[PATCH 00/13] LUKS: encryption slot management using amend interface
 2020-02-17 12:44 UTC  (6+ messages)
` [PATCH 02/13] qcrypto-luks: implement encryption key management
  ` QAPI schema for desired state of LUKS keyslots (was: [PATCH 02/13] qcrypto-luks: implement encryption key management)
      ` QAPI schema for desired state of LUKS keyslots

[PATCH v2] configure: Avoid compiling system tools on user build by default
 2020-02-17 12:35 UTC  (2+ messages)

[PATCH v4 0/4] qmp: Optionally run handlers in coroutines
 2020-02-17 12:34 UTC  (4+ messages)
` [PATCH v4 3/4] qmp: Move dispatcher to a coroutine

[PATCH v2 00/13] hw/arm: Add raspi0 and raspi1 machines
 2020-02-17 11:45 UTC  (14+ messages)
` [PATCH v2 01/13] hw/arm/raspi: Remove ignore_memory_transaction_failures on the raspi2
` [PATCH v2 02/13] hw/arm/raspi: Avoid using TypeInfo::class_data pointer
` [PATCH v2 03/13] hw/arm/raspi: Use more specific machine names
` [PATCH v2 04/13] hw/arm/raspi: Introduce RaspiProcessorId enum
` [PATCH v2 05/13] hw/arm/raspi: Remove use of the 'version' value in the board code
` [PATCH v2 06/13] hw/arm/bcm2836: Restrict BCM283XClass declaration to C source
` [PATCH v2 07/13] hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC type
` [PATCH v2 08/13] hw/arm/bcm2836: Introduce BCM283XClass::core_count
` [PATCH v2 09/13] hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCs
` [PATCH v2 10/13] hw/arm/bcm2836: Split out common realize() code
` [PATCH v2 11/13] hw/arm/bcm2836: Introduce the BCM2835 SoC
` [PATCH v2 12/13] hw/arm/raspi: Add the Raspberry Pi B+ machine
` [PATCH v2 13/13] hw/arm/raspi: Add the Raspberry Pi Zero machine

[PATCH v2] tests/acceptance/machine_sparc_leon3: Do not run HelenOS test by default
 2020-02-17 11:51 UTC  (2+ messages)

[PATCH v6 00/25] monitor: add asynchronous command type
 2020-02-17 11:47 UTC  (4+ messages)
` [PATCH v6 01/25] qmp: constify QmpCommand and list

[PATCH 0/3] Optimize VM's downtime while do checkpoint in COLO
 2020-02-17 11:45 UTC  (3+ messages)
` [PATCH 2/3] COLO: Migrate dirty pages during the gap of checkpointing

[PATCH v2] net: tulip: check frame size and r/w data length
 2020-02-17 11:38 UTC 

[Bug 1863601] [NEW] unable to type "|" character in french keyboard
 2020-02-17 11:20 UTC 

[PATCH v2 0/3] tpm: fix PPI RAM migration
 2020-02-17 11:33 UTC  (4+ messages)
` [PATCH v2 3/3] savevm: check RAM is pagesize aligned


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