qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 18:28:23 to 2020-02-25 01:55:58 UTC [more...]

[RFC 0/2] pci_expander_brdige:acpi:Support pxb-pcie for ARM
 2020-02-25  1:54 UTC  (8+ messages)
` [RFC 2/2] pci-expender-bus:Add pcie-root-port to pxb-pcie under arm

[PATCH v4 0/3] pci_expander_brdige:acpi:Support pxb-pcie for ARM
 2020-02-25  1:50 UTC  (4+ messages)
` [PATCH v4 1/3] acpi:Extract two APIs from acpi_dsdt_add_pci
` [PATCH v4 2/3] acpi:pci-expender-bus: Add pxb support for arm
` [PATCH v4 3/3] ACPI/unit-test: Add a new test for pxb-pcie "

[PATCH v7 0/9] Clock framework API
 2020-02-25  1:27 UTC  (8+ messages)
` [PATCH v7 1/9] hw/core/clock: introduce clock object
` [PATCH v7 2/9] hw/core/clock-vmstate: define a vmstate entry for clock state
` [PATCH v7 3/9] qdev: add clock input&output support to devices

[PATCH] target: i386: Check float overflow about register stack
 2020-02-25  1:22 UTC  (9+ messages)

Strange data corruption issue with gluster (libgfapi) and ZFS
 2020-02-24 15:50 UTC  (4+ messages)

[PATCH V2 0/8] Optimize VM's downtime while do checkpoint in COLO
 2020-02-25  1:07 UTC  (4+ messages)
` [PATCH V2 7/8] COLO: Migrate dirty pages during the gap of checkpointing

[PATCH 0/6] block: add block-dirty-bitmap-populate job
 2020-02-25  0:56 UTC  (7+ messages)
` [PATCH 1/6] block: add bitmap-populate job
` [PATCH 2/6] qmp: expose block-dirty-bitmap-populate
` [PATCH 3/6] iotests: move bitmap helpers into their own file
` [PATCH 4/6] iotests: add hmp helper with logging
` [PATCH 5/6] qmp.py: change event_wait to use a dict
` [PATCH 6/6] iotests: add 287 for block-dirty-bitmap-populate

[PATCH v6 00/18] target/ppc: Correct some errors with real mode handling
 2020-02-25  0:25 UTC  (21+ messages)
` [PATCH v6 01/18] pseries: Update SLOF firmware image
` [PATCH v6 02/18] ppc: Remove stub support for 32-bit hypervisor mode
` [PATCH v6 03/18] ppc: Remove stub of PPC970 HID4 implementation
` [PATCH v6 04/18] target/ppc: Correct handling of real mode accesses with vhyp on hash MMU
` [PATCH v6 05/18] target/ppc: Introduce ppc_hash64_use_vrma() helper
` [PATCH v6 06/18] spapr, ppc: Remove VPM0/RMLS hacks for POWER9
` [PATCH v6 07/18] target/ppc: Remove RMOR register from POWER9 & POWER10
` [PATCH v6 08/18] target/ppc: Use class fields to simplify LPCR masking
` [PATCH v6 09/18] target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]
` [PATCH v6 10/18] target/ppc: Correct RMLS table
` [PATCH v6 11/18] target/ppc: Only calculate RMLS derived RMA limit on demand
` [PATCH v6 12/18] target/ppc: Don't store VRMA SLBE persistently
` [PATCH v6 13/18] spapr: Don't use weird units for MIN_RMA_SLOF
` [PATCH v6 14/18] spapr,ppc: Simplify signature of kvmppc_rma_size()
` [PATCH v6 15/18] spapr: Don't attempt to clamp RMA to VRMA constraint
` [PATCH v6 16/18] spapr: Don't clamp RMA to 16GiB on new machine types
` [PATCH v6 17/18] spapr: Clean up RMA size calculation
` [PATCH v6 18/18] spapr: Fold spapr_node0_size() into its only caller

[PATCH RESEND v2 00/32] hw: Sanitize various MemoryRegion calls
 2020-02-25  0:24 UTC  (37+ messages)
` [PATCH RESEND v2 01/32] memory: Correctly return alias region type
` [PATCH RESEND v2 02/32] memory: Simplify memory_region_init_rom_nomigrate() to ease review
` [PATCH RESEND v2 03/32] scripts/cocci: Rename memory-region-{init-ram -> housekeeping}
` [PATCH RESEND v2 04/32] scripts/cocci: Patch to replace memory_region_init_{ram, readonly -> rom}
` [PATCH RESEND v2 05/32] hw/arm: Use memory_region_init_rom() with read-only regions
` [PATCH RESEND v2 06/32] hw/display: "
` [PATCH RESEND v2 07/32] hw/mips: "
` [PATCH RESEND v2 08/32] hw/m68k: "
` [PATCH RESEND v2 09/32] hw/net: "
` [PATCH RESEND v2 10/32] hw/pci-host: "
` [PATCH RESEND v2 11/32] hw/ppc: "
` [PATCH RESEND v2 12/32] hw/riscv: "
` [PATCH RESEND v2 13/32] hw/sh4: "
` [PATCH RESEND v2 14/32] hw/sparc: "
` [PATCH RESEND v2 15/32] scripts/cocci: Patch to detect potential use of memory_region_init_rom
` [PATCH RESEND v2 16/32] hw/arm/stm32: Use memory_region_init_rom() with read-only regions
` [PATCH RESEND v2 17/32] hw/ppc/ppc405: "
` [PATCH RESEND v2 18/32] hw/i386/pc_sysfw: Simplify using memory_region_init_alias()
` [PATCH RESEND v2 19/32] hw/i386/pc_sysfw: Remove unused 'ram_size' argument
` [PATCH RESEND v2 20/32] scripts/cocci: Patch to remove unnecessary memory_region_set_readonly()
` [PATCH RESEND v2 21/32] hw/arm: Remove unnecessary memory_region_set_readonly() on ROM alias
` [PATCH RESEND v2 22/32] scripts/cocci: Patch to let devices own their MemoryRegions
` [PATCH RESEND v2 23/32] hw/arm: Let devices own the MemoryRegion they create
` [PATCH RESEND v2 24/32] hw/char: "
` [PATCH RESEND v2 25/32] hw/core: "
` [PATCH RESEND v2 26/32] hw/display: "
` [PATCH RESEND v2 27/32] hw/dma: "
` [PATCH RESEND v2 28/32] hw/riscv: "
` [PATCH RESEND v2 29/32] hw/input/milkymist-softusb: Remove unused 'pmem_ptr' field
` [RFC PATCH RESEND v2 30/32] hw/input/milkymist-softusb: Let devices own the MemoryRegion they create
` [RFC PATCH RESEND v2 31/32] hw/net/milkymist-minimac2: "
` [RFC PATCH RESEND v2 32/32] hw/block/onenand: "

[PATCH] spapr: Rework hash<->radix transitions at CAS
 2020-02-24 23:44 UTC  (6+ messages)

[PATCH RESEND 0/3] fix some warnings by static code scan tool
 2020-02-24 23:48 UTC  (4+ messages)
` [PATCH RESEND 1/3] vfio/pci: fix a null pointer reference in vfio_rom_read

[PATCH v2 0/2] linux-user: generate syscall_nr.sh for RISC-V
 2020-02-24 23:21 UTC  (3+ messages)
` [PATCH v2 1/2] linux-user: Protect more syscalls
` [PATCH v2 2/2] linux-user/riscv: Update the syscall_nr's to the 5.5 kernel

[PATCH v4 00/16] APIC ID fixes for AMD EPYC CPU model
 2020-02-24 23:13 UTC  (6+ messages)
` [PATCH v4 12/16] hw/i386: Use the apicid handlers from X86MachineState

[PATCH] target/arm: Implement ARMv8.3-CCIDX
 2020-02-24 23:07 UTC  (2+ messages)

[PATCH v2 00/13] migrate/ram: Fix resizing RAM blocks while migrating
 2020-02-24 22:49 UTC  (20+ messages)
` [PATCH v2 05/13] migration/ram: Handle RAM block resizes during precopy
` [PATCH v2 06/13] exec: Relax range check in ram_block_discard_range()
` [PATCH v2 07/13] migration/ram: Discard RAM when growing RAM blocks after ram_postcopy_incoming_init()
` [PATCH v2 10/13] migration/ram: Handle RAM block resizes during postcopy
` [PATCH v2 13/13] migration/ram: Tolerate partially changed mappings in postcopy code

[PATCH v2 00/17] target/arm: vfp feature and decodetree cleanup
 2020-02-24 22:22 UTC  (18+ messages)
` [PATCH v2 01/17] target/arm: Add isar_feature_aa32_vfp_simd
` [PATCH v2 02/17] target/arm: Rename isar_feature_aa32_fpdp_v2
` [PATCH v2 03/17] target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}
` [PATCH v2 04/17] target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfp
` [PATCH v2 05/17] target/arm: Improve ID_AA64PFR0 FP/SIMD validation
` [PATCH v2 06/17] target/arm: Perform fpdp_v2 check first
` [PATCH v2 07/17] target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3
` [PATCH v2 08/17] target/arm: Add missing checks for fpsp_v2
` [PATCH v2 09/17] target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmac
` [PATCH v2 10/17] target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insn
` [PATCH v2 11/17] target/arm: Move VLLDM and VLSTM to vfp.decode
` [PATCH v2 12/17] target/arm: Move the vfp decodetree calls next to the base isa
` [PATCH v2 13/17] linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAP
` [PATCH v2 14/17] target/arm: Remove ARM_FEATURE_VFP*
` [PATCH v2 15/17] target/arm: Add formats for some vfp 2 and 3-register insns
` [PATCH v2 16/17] target/arm: Split VFM decode
` [PATCH v2 17/17] target/arm: Split VMINMAXNM decode

[PATCH] hw/arm: Use TYPE_PL011 to create serial port
 2020-02-24 22:28 UTC  (3+ messages)

[PATCH v5 00/50] Initial support for multi-process qemu
 2020-02-24 22:23 UTC  (54+ messages)
` [PATCH v5 01/50] multi-process: memory: alloc RAM from file at offset
` [PATCH v5 02/50] multi-process: Refactor machine_init and exit notifiers
` [PATCH v5 03/50] multi-process: add a command line option for debug file
` [PATCH v5 04/50] multi-process: Add stub functions to facilate build of multi-process
` [PATCH v5 05/50] multi-process: Add config option for multi-process QEMU
` [PATCH v5 06/50] multi-process: build system for remote device process
` [PATCH v5 07/50] multi-process: define mpqemu-link object
` [PATCH v5 08/50] multi-process: add functions to synchronize proxy and remote endpoints
` [PATCH v5 09/50] multi-process: setup PCI host bridge for remote device
` [PATCH v5 10/50] multi-process: setup a machine object for remote device process
` [PATCH v5 11/50] multi-process: setup memory manager for remote device
` [PATCH v5 12/50] multi-process: remote process initialization
` [PATCH v5 13/50] multi-process: introduce proxy object
` [PATCH v5 14/50] mutli-process: build remote command line args
` [PATCH v5 15/50] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v5 16/50] multi-process: Synchronize remote memory
` [PATCH v5 17/50] multi-process: create IOHUB object to handle irq
` [PATCH v5 18/50] multi-process: configure remote side devices
` [PATCH v5 19/50] multi-process: Retrieve PCI info from remote process
` [PATCH v5 20/50] multi-process: add qdev_proxy_add to create proxy devices
` [PATCH v5 21/50] multi-process: remote: add setup_devices msg processing
` [PATCH v5 22/50] multi-process: remote: use fd for socket from parent process
` [PATCH v5 23/50] multi-process: remote: add create_done condition
` [PATCH v5 24/50] multi-process: add processing of remote device command line
` [PATCH v5 25/50] multi-process: Introduce build flags to separate remote process code
` [PATCH v5 26/50] multi-process: refractor vl.c code
` [PATCH v5 27/50] multi-process: add remote option
` [PATCH v5 28/50] multi-process: add remote options parser
` [PATCH v5 29/50] multi-process: add parse_cmdline in remote process
` [PATCH v5 30/50] multi-process: send heartbeat messages to remote
` [PATCH v5 31/50] multi-process: handle heartbeat messages in remote process
` [PATCH v5 32/50] multi-process: Use separate MMIO communication channel
` [PATCH v5 33/50] multi-process: perform device reset in the remote process
` [PATCH v5 34/50] multi-process/mon: choose HMP commands based on target
` [PATCH v5 35/50] multi-process/mon: stub functions to enable QMP module for remote process
` [PATCH v5 36/50] multi-process/mon: enable QMP module support in the "
` [PATCH v5 37/50] multi-process/mon: Refactor monitor/chardev functions out of vl.c
` [PATCH v5 38/50] multi-process/mon: Initialize QMP module for remote processes
` [PATCH v5 39/50] multi-process: prevent duplicate memory initialization in remote
` [PATCH v5 40/50] multi-process/mig: build migration module in the remote process
` [PATCH v5 41/50] multi-process/mig: Enable VMSD save in the Proxy object
` [PATCH v5 42/50] multi-process/mig: Send VMSD of remote to "
` [PATCH v5 43/50] multi-process/mig: Load VMSD in the proxy object
` [PATCH v5 44/50] multi-process/mig: refactor runstate_check into common file
` [PATCH v5 45/50] multi-process/mig: Synchronize runstate of remote process
` [PATCH v5 46/50] multi-process/mig: Restore the VMSD in "
` [PATCH v5 47/50] multi-process: Enable support for multiple devices in remote
` [PATCH v5 48/50] multi-process: Validate incoming commands from Proxy
` [PATCH v5 49/50] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v5 50/50] multi-process: add configure and usage information

[PATCH v2] hw/arm: Use TYPE_PL011 to create serial port
 2020-02-24 22:22 UTC 

[PATCH v2 00/32] hw: Sanitize various MemoryRegion uses
 2020-02-24 21:20 UTC  (11+ messages)
` [PATCH v2 01/32] memory: Correctly return alias region type
` [PATCH v2 02/32] memory: Simplify memory_region_init_rom_nomigrate() to ease review
` [PATCH v2 03/32] scripts/cocci: Rename memory-region-{init-ram -> housekeeping}
` [PATCH v2 04/32] scripts/cocci: Patch to replace memory_region_init_{ram, readonly -> rom}
` [PATCH v2 05/32] hw/arm: Use memory_region_init_rom() with read-only regions
` [PATCH v2 06/32] hw/display: "
` [PATCH v2 07/32] hw/mips: "
` [PATCH v2 08/32] hw/m68k: "

[PATCH v2] riscv: sifive_u: Add a "serial" property for board serial number
 2020-02-24 21:06 UTC  (2+ messages)

[PATCH] tests/acceptance: Count multiple Tux logos displayed on framebuffer
 2020-02-24 21:00 UTC  (3+ messages)

[Bug 1864536] [NEW] Support for XSAVES intel instructions in QEMU
 2020-02-24 19:45 UTC 

[PATCH] WHPX: Assigning maintainer for Windows Hypervisor Platform
 2020-02-24 19:43 UTC  (6+ messages)
    ` [EXTERNAL] "

[PATCH v1 0/2] linux-user: generate syscall_nr.sh for RISC-V
 2020-02-24 19:30 UTC  (4+ messages)
` [PATCH v1 2/2] linux-user/riscv: Update the syscall_nr's to the 5.5 kernel

[PATCH] WHPX: Use proper synchronization primitives while processing
 2020-02-24 19:27 UTC 

[PATCH] spapr: Handle pending hot plug/unplug requests at CAS
 2020-02-24 19:23 UTC 

[PATCH v2 0/4] riscv: Upgrade OpenSBI to v0.6 and add 32-bit sifive_u bios image
 2020-02-24 19:15 UTC  (5+ messages)
` [PATCH v2 2/4] roms: opensbi: Add 32-bit firmware image for sifive_u machine
` [PATCH v2 4/4] gitlab-ci.yml: Add jobs to build OpenSBI firmware binaries

[PATCH 1/1] target/riscv: Fix VS mode interrupts forwarding
 2020-02-24 18:59 UTC  (3+ messages)

[PATCH 0/3] target/arm: Implement v8.3-RCPC and v8.4-RCPC
 2020-02-24 18:42 UTC  (6+ messages)
` [PATCH 2/3] target/arm: Implement v8.3-RCPC
` [PATCH 3/3] target/arm: Implement v8.4-RCPC

[PATCH v2 fixed 00/16] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-24 18:37 UTC  (7+ messages)
` [PATCH v2 fixed 08/16] util/mmap-alloc: Factor out calculation of pagesize to mmap_pagesize()

[PATCH v31 00/22] Add RX archtecture support
 2020-02-24 18:31 UTC  (7+ messages)
` [PATCH v31 20/22] Add rx-softmmu


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