qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-06 07:51:50 to 2020-04-06 18:15:20 UTC [more...]

[PATCH-for-5.1 v2 00/54] various: Fix error-propagation with Coccinelle scripts
 2020-04-06 17:57 UTC  (44+ messages)
` [PATCH-for-5.1 v2 01/54] various: Remove suspicious '\' character outside of #define in C code
` [PATCH-for-5.1 v2 02/54] scripts/coccinelle: Script to simplify DeviceClass error propagation
` [PATCH-for-5.1 v2 03/54] hw/arm/allwinner-a10: Move some code from realize() to init()
` [PATCH-for-5.1 v2 04/54] hw/arm/aspeed_ast2600: Simplify use of Error*
` [PATCH-for-5.1 v2 05/54] hw/arm/aspeed_ast2600: Move some code from realize() to init()
` [PATCH-for-5.1 v2 06/54] hw/arm/aspeed_soc: "
` [PATCH-for-5.1 v2 07/54] hw/arm/aspeed_soc: Simplify use of Error*
` [PATCH-for-5.1 v2 08/54] hw/arm/fsl-imx6: Simplify checks on 'smp_cpus' count
` [PATCH-for-5.1 v2 09/54] hw/arm/fsl-imx6: Move some code from realize() to init()
` [PATCH-for-5.1 v2 10/54] hw/arm/fsl-imx31: "
` [PATCH-for-5.1 v2 11/54] hw/arm/msf2-soc: Store MemoryRegion in MSF2State
` [PATCH-for-5.1 v2 12/54] hw/arm/stm32f205_soc: Store MemoryRegion in STM32F205State
` [PATCH-for-5.1 v2 13/54] hw/arm/stm32f205_soc: Move some code from realize() to init()
` [PATCH-for-5.1 v2 14/54] hw/arm/xlnx-zynqmp: Use single propagate_error() call
` [PATCH-for-5.1 v2 15/54] hw/arm/xlnx-zynqmp: Split xlnx_zynqmp_create_rpu() as init + realize
` [PATCH-for-5.1 v2 16/54] hw/arm/xlnx-zynqmp: Move some code from realize() to init()
` [PATCH-for-5.1 v2 17/54] hw/microblaze/xlnx-zynqmp-pmu: "
` [PATCH-for-5.1 v2 18/54] hw/pci-host/pnv_phb3: "
` [PATCH-for-5.1 v2 19/54] hw/riscv/sifive_e: "
` [PATCH-for-5.1 v2 20/54] hw/riscv/sifive_u: Use single type_init()
` [PATCH-for-5.1 v2 21/54] hw/riscv/sifive_u: Move some code from realize() to init()
` [PATCH-for-5.1 v2 22/54] hw/riscv/sifive_u: Store MemoryRegion in SiFiveUSoCState
` [PATCH-for-5.1 v2 23/54] hw/riscv/sifive_u: Move some code from realize() to init()
` [PATCH-for-5.1 v2 24/54] hw/riscv/sifive_u: Rename MachineClass::init()
` [PATCH-for-5.1 v2 25/54] scripts/coccinelle: Catch missing error_propagate() calls in realize()
` [PATCH-for-5.1 v2 26/54] hw/arm/fsl-imx: Add missing error-propagation code
` [PATCH-for-5.1 v2 27/54] hw/arm/stm32f*05_soc: "
` [PATCH-for-5.1 v2 28/54] hw/arm/aspeed: "
` [PATCH-for-5.1 v2 29/54] hw/arm/allwinner-a10: "
` [PATCH-for-5.1 v2 30/54] hw/arm/msf2-soc: "
` [PATCH-for-5.1 v2 31/54] hw/riscv/sifive: "
` [PATCH-for-5.1 v2 33/54] hw/intc/arm_gicv3_its_kvm: "
` [PATCH-for-5.1 v2 35/54] hw/pci-host/pnv_phb3: "
` [PATCH-for-5.1 v2 37/54] scripts/coccinelle: Add script to catch missing error_propagate() calls
` [PATCH-for-5.1 v2 38/54] hw/arm/bcm2835_peripherals: Add missing error-propagation code
` [PATCH-for-5.1 v2 39/54] hw/arm/fsl-imx: "
` [PATCH-for-5.1 v2 40/54] hw/arm/stm32fx05_soc: "
` [PATCH-for-5.1 v2 44/54] hw/misc/macio/macio: "
` [PATCH-for-5.1 v2 45/54] hw/net/xilinx_axienet: "
` [PATCH-for-5.1 v2 46/54] hw/riscv/sifive_u: "
` [PATCH-for-5.1 v2 47/54] hw/sd/milkymist-memcard: "
` [PATCH-for-5.1 v2 53/54] hw/mips/mips_malta: "

[PATCH for-5.0? v2] qcow2: Explicit mention of padding bytes
 2020-04-06 18:11 UTC  (4+ messages)

[PATCH for-5.0] tcg/i386: Fix %r12 guest_base initialization
 2020-04-06 17:48 UTC 

[RFC] hw/usb/xen-usb.c: Pass struct usbback_req* to usbback_packet_complete()
 2020-04-06 17:43 UTC  (2+ messages)

[PATCH-for-5.0 00/12] hw: Add missing error-propagation code
 2020-04-06 17:47 UTC  (4+ messages)

[PATCH for-5.0?] docs: Improve our gdbstub documentation
 2020-04-06 17:39 UTC  (2+ messages)

[PATCH] linux-user: Use getcwd syscall directly
 2020-04-06 15:18 UTC 

[PATCH v2 0/2] Support different CPU types for the sifive_e machine
 2020-04-06 17:20 UTC  (2+ messages)

[PATCH for-5.0] xen-block: Fix uninitialized variable
 2020-04-06 17:16 UTC  (3+ messages)

[PATCH for-5.0 v2 0/3] block: Fix blk->in_flight during blk_wait_while_drained()
 2020-04-06 17:14 UTC  (4+ messages)
` [PATCH for-5.0 v2 1/3] block-backend: Reorder flush/pdiscard function definitions
` [PATCH for-5.0 v2 2/3] block: Increase BB.in_flight for coroutine interfaces
` [PATCH for-5.0 v2 3/3] block: Fix blk->in_flight during blk_wait_while_drained()

[PATCH] MAINTAINERS: Add xen-usb.c to Xen section
 2020-04-06 16:50 UTC 

[PATCH v6 00/36] Initial support for multi-process qemu
 2020-04-06 16:28 UTC  (41+ messages)
` [PATCH v6 01/36] memory: alloc RAM from file at offset
` [PATCH v6 02/36] multi-process: Refactor machine_init and exit notifiers
` [PATCH v6 03/36] command-line: refractor parser code
` [PATCH v6 04/36] multi-process: Refactor chardev functions out of vl.c
` [PATCH v6 05/36] multi-process: Refactor monitor "
` [PATCH v6 06/36] monitor: destaticize HMP commands
` [PATCH v6 07/36] multi-process: add a command line option for debug file
` [PATCH v6 08/36] multi-process: Add stub functions to facilate build of multi-process
` [PATCH v6 09/36] multi-process: Add config option for multi-process QEMU
` [PATCH v6 10/36] multi-process: build system for remote device process
` [PATCH v6 11/36] multi-process: define mpqemu-link object
` [PATCH v6 12/36] multi-process: add functions to synchronize proxy and remote endpoints
` [PATCH v6 13/36] multi-process: setup PCI host bridge for remote device
` [PATCH v6 14/36] multi-process: setup a machine object for remote device process
` [PATCH v6 15/36] multi-process: setup memory manager for remote device
` [PATCH v6 16/36] multi-process: remote process initialization
` [PATCH v6 17/36] multi-process: introduce proxy object
` [PATCH v6 18/36] multi-process: Initialize Proxy Object's communication channel
` [PATCH v6 19/36] multi-process: Connect Proxy Object with device in the remote process
` [PATCH v6 20/36] multi-process: Forward PCI config space acceses to "
` [PATCH v6 21/36] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v6 22/36] multi-process: Synchronize remote memory
` [PATCH v6 23/36] multi-process: create IOHUB object to handle irq
` [PATCH v6 24/36] multi-process: Retrieve PCI info from remote process
` [PATCH v6 25/36] multi-process: Introduce build flags to separate remote process code
` [PATCH v6 26/36] multi-process: add parse_cmdline in remote process
` [PATCH v6 27/36] multi-process: add support to parse device option
` [PATCH v6 28/36] multi-process: send heartbeat messages to remote
` [PATCH v6 29/36] multi-process: handle heartbeat messages in remote process
` [PATCH v6 30/36] multi-process: perform device reset in the "
` [PATCH v6 31/36] multi-process/mon: choose HMP commands based on target
` [PATCH v6 32/36] multi-process/mon: stub functions to enable QMP module for remote process
` [PATCH v6 33/36] multi-process/mon: enable QMP module support in the "
` [PATCH v6 34/36] multi-process/mon: Initialize QMP module for remote processes
` [PATCH v6 35/36] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v6 36/36] multi-process: add configure and usage information

[RFC PATCH v2 0/7] s390x/vfio_ccw: Channel Path Handling [QEMU]
 2020-04-06 16:22 UTC  (3+ messages)
` [RFC PATCH v2 7/7] vfio-ccw: Add support for the CRW irq

[PATCH v1] hw/i386: disable smbus migration for xenpv
 2020-04-06 16:11 UTC  (6+ messages)
` [PATCH v4] piix: fix xenfv regression, add compat machine xenfv-qemu4

MemoryRegionOps callback sizes
 2020-04-06 16:11 UTC 

[PATCH v2] qcow2: Check request size in qcow2_co_pwritev_compressed_part()
 2020-04-06 16:08 UTC  (3+ messages)

QEMU participation to Google Season of Docs
 2020-04-06 15:52 UTC  (8+ messages)

[PATCH-for-5.0 0/8] Acceptance tests queue
 2020-04-06 15:41 UTC  (12+ messages)
` [PATCH-for-5.0 3/8] tests/acceptance/ppc_prep_40p: Use mirror for ftp.software.ibm.com
` [PATCH-for-5.0 5/8] .travis.yml: Cache acceptance-test assets
` [PATCH-for-5.1 6/8] tests/Makefile: Add fetch-acceptance-assets rule
` [PATCH-for-5.1 7/8] .travis.yml: Run fetch-acceptance-assets before check-acceptance

[PATCH v5 for-5.0] configure: warn if not using a separate build directory
 2020-04-06 15:45 UTC  (3+ messages)

Questionable aspects of QEMU Error's design
 2020-04-06 14:38 UTC  (6+ messages)

[PATCH for-5.0] xen-block: Fix double qlist remove
 2020-04-06 14:34 UTC  (5+ messages)
    ` [PATCH v2 for-5.0] xen-block: Fix double qlist remove and request leak

[Bug 1821595] Re: Failed to emulate MMIO access with EmulatorReturnStatus: 2
 2020-04-06 13:54 UTC  (3+ messages)

[PATCH v9 0/9] Clock framework API
 2020-04-06 13:52 UTC  (10+ messages)
` [PATCH v9 1/9] hw/core/clock: introduce clock object
` [PATCH v9 2/9] hw/core/clock-vmstate: define a vmstate entry for clock state
` [PATCH v9 3/9] qdev: add clock input&output support to devices
` [PATCH v9 4/9] qdev-clock: introduce an init array to ease the device construction
` [PATCH v9 5/9] docs/clocks: add device's clock documentation
` [PATCH v9 6/9] hw/misc/zynq_slcr: add clock generation for uarts
` [PATCH v9 7/9] hw/char/cadence_uart: add clock support
` [PATCH v9 8/9] hw/arm/xilinx_zynq: connect uart clocks to slcr
` [PATCH v9 9/9] qdev-monitor: print the device's clock with info qtree

[PATCH v2 0/2] Rework iotests finding
 2020-04-06 13:02 UTC  (3+ messages)
` [PATCH v2 2/2] iotests: rework test finding

[PULL 00/11] target-arm queue
 2020-04-06 12:52 UTC  (13+ messages)
` [PULL 01/11] target/arm: don't expose "ieee_half" via gdbstub
` [PULL 02/11] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
` [PULL 03/11] target/arm: PSTATE.PAN should not clear exec bits
` [PULL 04/11] target/arm: Remove obsolete TODO note from get_phys_addr_lpae()
` [PULL 05/11] hw/gpio/aspeed_gpio.c: Don't directly include assert.h
` [PULL 06/11] dump: Fix writing of ELF section
` [PULL 07/11] dma/xlnx-zdma: Remove comment
` [PULL 08/11] dma/xlnx-zdma: Populate DBG0.CMN_BUF_FREE
` [PULL 09/11] dma/xlnx-zdma: Clear DMA_DONE when halting
` [PULL 10/11] dma/xlnx-zdma: Advance the descriptor address when stopping
` [PULL 11/11] dma/xlnx-zdma: Reorg to fix CUR_DSCR

[PATCH v2 00/12] acpi: i386 tweaks
 2020-04-06 12:17 UTC  (16+ messages)
` [PATCH v2 04/12] acpi: serial: don't use _STA method
` [PATCH v2 06/12] acpi: add ISADeviceClass->build_aml()
` [PATCH v2 07/12] acpi: move aml builder code for rtc device
` [PATCH v2 09/12] acpi: move aml builder code for parallel device

[PULL 0/3] Error reporting patches for 2020-04-04
 2020-04-06 11:36 UTC  (2+ messages)

[PATCH v2 0/1] s390x/next: build fix for non-KVM platforms
 2020-04-06 10:48 UTC  (4+ messages)
` [PATCH v2 1/1] s390x/s390-virtio-ccw: Fix build on systems without KVM

[PATCH v2 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-04-06 10:30 UTC  (17+ messages)
` [PATCH v2 04/22] hw/iommu: introduce HostIOMMUContext
` [PATCH v2 05/22] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [PATCH v2 09/22] vfio/common: init HostIOMMUContext per-container

[PATCH v3 for 5.0-rc2 00/12] a selection of random fixes
 2020-04-06 10:21 UTC  (6+ messages)
` [PATCH v3 06/12] gdbstub: fix compiler complaining
` [PATCH v3 08/12] linux-user: factor out reading of /proc/self/maps

[Qemu-devel PATCH v2 0/2] Add SmartFusion2 EMAC block
 2020-04-06 10:24 UTC  (2+ messages)

[PATCH] qom/object: Fix object_child_foreach_recursive() return value
 2020-04-06 10:18 UTC  (2+ messages)

stm32f429 flash writing
 2020-04-06 10:14 UTC 

[PATCH v1 0/5] hyperv: VMBus implementation
 2020-04-06 10:14 UTC  (10+ messages)
` [PATCH v1 5/5] i386: Hyper-V VMBus ACPI DSDT entry

[PATCH 0/1] s390x/next: build fix for non-KVM platforms
 2020-04-06 10:00 UTC  (11+ messages)
` [PATCH 1/1] s390x/s390-virtio-ccw: Fix build on systems without KVM

[PATCH for-5.0] dump: Fix writing of ELF section
 2020-04-06 10:01 UTC  (2+ messages)

[PATCH v1 0/2] dma/xlnx-zdma: Fix descriptor loading wrt host endianness
 2020-04-06 10:01 UTC  (5+ messages)
` [PATCH v1 1/2] dma/xlnx-zdma: Fix descriptor loading (MEM) wrt endianness
` [PATCH v1 2/2] dma/xlnx-zdma: Fix descriptor loading (REG) "

[PATCH v1 0/3] hvf: Support AVX512 guests and cleanup
 2020-04-06 10:00 UTC  (3+ messages)
` [PATCH v1 3/3] hvf: Support AVX512 guests on capable hardware

Requesting review about a bugfix in touch_all_pages
 2020-04-06  9:48 UTC  (2+ messages)

[PATCH] qom-qmp-cmds: remove unnecessary alloc in qmp_object_add to fix memleak
 2020-04-06  9:46 UTC  (4+ messages)

[PATCH for-5.0 0/2] block: Fix blk->in_flight during blk_wait_while_drained()
 2020-04-06  9:41 UTC  (5+ messages)
` [PATCH for-5.0 2/2] "

[PATCH v4 for-5.0] configure: warn if not using a separate build directory
 2020-04-06  9:16 UTC  (3+ messages)

bdrv_drained_begin deadlock with io-threads
 2020-04-06  8:31 UTC  (11+ messages)

[Bug 1871005] [NEW] build fails on CLOCK_MONOTONIC
 2020-04-06  8:17 UTC  (2+ messages)
` [Bug 1871005] "


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