qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-13 05:24:15 to 2020-06-15 07:14:44 UTC [more...]

[PATCH v2] Makefile: Remove generated files when doing 'distclean' (and 'clean')
 2020-06-15  7:13 UTC  (7+ messages)

[PATCH v2] configure: Let SLOF be initialized by ./scripts/git-submodule.sh
 2020-06-15  6:57 UTC 

[PATCH v4 0/6] hyperv: VMBus implementation
 2020-06-15  6:54 UTC  (15+ messages)
` [PATCH v4 5/6] i386: Hyper-V VMBus ACPI DSDT entry

[PATCH for-5.1 V4 0/7] mips: Add Loongson-3 machine support (with KVM)
 2020-06-15  6:44 UTC  (14+ messages)
` [PATCH for-5.1 V4 1/4] hw/mips: Implement the kvm_type() hook in MachineClass
` [PATCH for-5.1 V4 3/4] hw/mips: Add Loongson-3 machine support (with KVM)

[PATCH v3 0/4] spapr: Improve error reporting in spapr_caps.c
 2020-06-15  6:42 UTC  (6+ messages)
` [PATCH v3 2/4] error: auto propagated local_err
` [PATCH v3 4/4] spapr: Forbid nested KVM-HV in pre-power9 compat mode

[PATCH v10 0/9] error: auto propagated local_err part I
 2020-06-15  6:38 UTC  (5+ messages)
` [PATCH v10 1/9] error: auto propagated local_err

[PATCH] .travis.yml: Use travis_retry() in case of network issues
 2020-06-15  6:38 UTC  (4+ messages)

[PATCH v2] hmp: Make json format optional for qom-set
 2020-06-15  6:17 UTC  (2+ messages)

[PATCH v8 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-06-15  6:16 UTC  (11+ messages)
` [PATCH v8 1/5] hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interface
` [PATCH v8 2/5] softmmu/vl: Let -fw_cfg option take a 'gen_id' argument
` [PATCH v8 3/5] softmmu/vl: Allow -fw_cfg 'gen_id' option to use the 'etc/' namespace
` [PATCH v8 4/5] crypto: Add tls-cipher-suites object
` [PATCH v8 5/5] crypto/tls-cipher-suites: Produce fw_cfg consumable blob

[PATCH v3 00/24] Fixes around device realization
 2020-06-15  6:15 UTC  (4+ messages)
` [PATCH v3 09/24] macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices

[PATCH] hw/xen_pt: Don't grant opregion permissions
 2020-06-15  6:10 UTC  (2+ messages)

[RFC PATCH 0/5] hw/misc: Add LED device
 2020-06-15  5:59 UTC  (5+ messages)
` [RFC PATCH 2/5] hw/misc/led: Add LED_STATUS_CHANGED QAPI event

[PATCH 1/2] migration/colo: fix typo in the COLO Framework module
 2020-06-15  5:49 UTC  (7+ messages)
` [PATCH 2/2] migration/colo/net: fix typo in the COLO Proxy module

[PATCH] replay: notify the main loop when there are no instructions
 2020-06-15  5:39 UTC  (4+ messages)

[PATCH] migration: Count new_dirty instead of real_dirty
 2020-06-15  3:18 UTC  (2+ messages)

[PATCH] target/mips: Fix PageMask with variable page size
 2020-06-14 21:51 UTC  (3+ messages)

[PATCH v9 0/5] vhost-user block device backend implementation
 2020-06-14 19:16 UTC  (8+ messages)
` [PATCH v9 1/5] Allow vu_message_read to be replaced
` [PATCH v9 2/5] generic vhost user server
` [PATCH v9 3/5] move logical block size check function to a common utility function
` [PATCH v9 4/5] vhost-user block device backend server
` [PATCH v9 5/5] new qTest case to test the vhost-user-blk-server

[PATCH v8 0/4] vhost-user block device backend implementation
 2020-06-14 19:04 UTC  (9+ messages)
` [PATCH v8 2/4] generic vhost user server
` [PATCH v8 3/4] vhost-user block device backend server

[PATCH v4 0/9] Mac Old World ROM experiment
 2020-06-14 18:13 UTC  (10+ messages)
` [PATCH v4 1/9] mac_oldworld: Allow loading binary ROM image
` [PATCH v4 3/9] grackle: Set revision in PCI config to match hardware
` [PATCH v4 6/9] mac_oldworld: Add machine ID register
` [PATCH v4 8/9] WIP RFC macio/cuda: Attempt to add i2c support
` [PATCH v4 2/9] mac_newworld: Allow loading binary ROM image
` [PATCH v4 4/9] mac_oldworld: Rename ppc_heathrow_reset to ppc_heathrow_cpu_reset
` [PATCH v4 9/9] mac_oldworld: Add SPD data to cover RAM
` [PATCH v4 7/9] macio: Add dummy screamer register area
` [PATCH v4 5/9] mac_oldworld: Map macio to expected address at reset

[PATCH 00/22] ADB: fix autopoll issues and rework mac_via state machine
 2020-06-14 17:20 UTC  (29+ messages)
` [PATCH 01/22] adb: coding style update to fix checkpatch errors
` [PATCH 02/22] adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaround
` [PATCH 03/22] cuda: convert ADB autopoll timer from ns to ms
` [PATCH 04/22] pmu: fix duplicate autopoll mask variable
` [PATCH 05/22] pmu: honour autopoll_rate_ms when rearming the ADB autopoll timer
` [PATCH 06/22] adb: introduce realize/unrealize and VMStateDescription for ADB bus
` [PATCH 07/22] adb: create autopoll variables directly within ADBBusState
` [PATCH 08/22] cuda: convert to use ADBBusState internal autopoll variables
` [PATCH 09/22] pmu: "
` [PATCH 10/22] mac_via: "
` [PATCH 11/22] adb: introduce new ADBDeviceHasData method to ADBDeviceClass
` [PATCH 12/22] adb: keep track of devices with pending data
` [PATCH 13/22] adb: add status field for holding information about the last ADB request
` [PATCH 14/22] adb: use adb_request() only for explicit requests
` [PATCH 15/22] adb: add autopoll_blocked variable to block autopoll
` [PATCH 16/22] cuda: add adb_autopoll_block() and adb_autopoll_unblock() functions
` [PATCH 17/22] pmu: "
` [PATCH 18/22] mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()
` [PATCH 19/22] mac_via: rework ADB state machine to be compatible with both MacOS and Linux
` [PATCH 20/22] adb: only call autopoll callbacks when autopoll is not blocked
` [PATCH 21/22] adb: use adb_device prefix for ADB device trace events
` [PATCH 22/22] adb: add ADB bus "

[PATCH v2 0/5] Mac Old World ROM experiment
 2020-06-14 14:46 UTC  (19+ messages)
` [PATCH v2 3/5] grackle: Set revision in PCI config to match hardware
` [PATCH v2 4/5] mac_oldworld: Rename ppc_heathrow_reset reset to ppc_heathrow_cpu_reset
` [PATCH v2 2/5] mac_oldworld: Add machine ID register
` [PATCH v2 5/5] mac_oldworld: Map macio to expected address at reset
` [PATCH v2 1/5] mac_oldworld: Allow loading binary ROM image

[PATCH v3] mac_oldworld: Add machine ID register
 2020-06-14 14:11 UTC  (3+ messages)

[PATCH RFC 00/22] Support of Virtual CPU Hotplug for ARMv8 Arch
 2020-06-14 11:54 UTC  (26+ messages)
` [PATCH RFC 01/22] arm/cpuhp: Add QMP vcpu params validation support
` [PATCH RFC 02/22] arm/cpuhp: Add new ARMCPU core-id property
` [PATCH RFC 03/22] arm/cpuhp: Add common cpu utility for possible vcpus
` [PATCH RFC 04/22] arm/cpuhp: Machine init time change common to vcpu {cold|hot}-plug
` [PATCH RFC 05/22] arm/cpuhp: Pre-create disabled possible vcpus @machine init
` [PATCH RFC 06/22] arm/cpuhp: Changes to pre-size GIC with "
` [PATCH RFC 07/22] arm/cpuhp: Init PMU at host for all possible vcpus
` [PATCH RFC 08/22] arm/cpuhp: Enable ACPI support for vcpu hotplug
` [PATCH RFC 09/22] arm/cpuhp: Init GED framework with cpu hotplug events
` [PATCH RFC 10/22] arm/cpuhp: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH RFC 11/22] arm/cpuhp: Update GED _EVT method AML with cpu scan
` [PATCH RFC 12/22] arm/cpuhp: MADT Tbl change to size the guest with possible vcpus
` [PATCH RFC 13/22] arm/cpuhp: Add ACPI _MAT entry for Processor object
` [PATCH RFC 14/22] arm/cpuhp: Release objects for *disabled* possible vcpus after init
` [PATCH RFC 15/22] arm/cpuhp: Update ACPI GED framework to support vcpu hotplug
` [PATCH RFC 16/22] arm/cpuhp: Add/update basic hot-(un)plug framework
` [PATCH RFC 17/22] arm/cpuhp: Changes to (un)wire GICC<->VCPU IRQs during hot-(un)plug
` [PATCH RFC 18/22] arm/cpuhp: Changes to update GIC with vcpu hot-plug notification
` [PATCH RFC 19/22] arm/cpuhp: Changes required to (re)init the vcpu register info
` [PATCH RFC 20/22] arm/cpuhp: Update the guest(via GED) about cpu hot-(un)plug events
` [PATCH RFC 21/22] arm/cpuhp: Changes required for reset and to support next boot
` [PATCH RFC 22/22] arm/cpuhp: Add support of *unrealize* ARMCPU during vcpu hot-unplug

[PATCH 0/4] Basic TCG Loongson-3A1000 Support
 2020-06-14  9:41 UTC  (8+ messages)
` [PATCH 1/4] target/mips: Legalize Loongson insn flags
` [PATCH 2/4] target/mips: Add comments for vendor-specific ASEs
` [PATCH 3/4] target/mips: Add loongson ext lsdc2 instrustions

[Bug 1883414] [NEW] Cannot build qemu-5.0.0 from tarball
 2020-06-14  8:45 UTC 

Pain points in Software Virtual Development
 2020-06-14  7:37 UTC 

[Bug 1860914] [NEW] QEMU prepends pathnames to command lines of Multiboot kernels and modules, contrary to the specification
 2020-06-14  7:01 UTC  (2+ messages)
` [Bug 1860914] "

[PATCH 0/6] audio/jack: fixes to overall jack behaviour
 2020-06-14  5:07 UTC  (8+ messages)
` [PATCH 1/6] audio/jack: fix invalid minimum buffer size check
` [PATCH 2/6] audio/jack: remove unused stopped state
` [PATCH 3/6] audio/jack: remove invalid set of input support bool
` [PATCH 4/6] audio/jack: do not remove ports when finishing
` [PATCH 5/6] audio/jack: honour the enable state of the audio device
` [PATCH 6/6] audio/jack: simplify the re-init code path

[Bug 1883400] [NEW] Windows 10 extremely slow and unresponsive
 2020-06-14  2:45 UTC  (2+ messages)
` [Bug 1883400] "

[PATCH] firmware: Fix a reference count leak
 2020-06-13 19:05 UTC 

[PATCH v25 QEMU 0/3] virtio-balloon: add support for page poison and free page reporting
 2020-06-13 20:07 UTC  (3+ messages)
` [PATCH v25 QEMU 3/3] virtio-balloon: Replace free page hinting references to 'report' with 'hint'

[PATCH] block: file-posix: Fail unmap with NO_FALLBACK on block device
 2020-06-13 17:08 UTC 

[PULL v2 000/116] Huge miscellaneous pull request for 2020-06-11
 2020-06-13 16:17 UTC  (2+ messages)

[PATCH v8 00/14] target/mips: MSA, FPU and other cleanups and improvements
 2020-06-13 15:21 UTC  (15+ messages)
` [PATCH v8 01/14] target/mips: msa: Split helpers for MADDV.<B|H|W|D>
` [PATCH v8 02/14] target/mips: msa: Split helpers for MSUBV.<B|H|W|D>
` [PATCH v8 03/14] target/mips: msa: Split helpers for DPADD_S.<H|W|D>
` [PATCH v8 04/14] target/mips: msa: Split helpers for DPADD_U.<H|W|D>
` [PATCH v8 05/14] target/mips: msa: Split helpers for DPSUB_S.<H|W|D>
` [PATCH v8 06/14] target/mips: msa: Split helpers for DPSUB_U.<H|W|D>
` [PATCH v8 07/14] target/mips: msa: Split helpers for DOTP_S.<H|W|D>
` [PATCH v8 08/14] target/mips: msa: Split helpers for DOTP_U.<H|W|D>
` [PATCH v8 09/14] target/mips: msa: Split helpers for SUBS_S.<B|H|W|D>
` [PATCH v8 10/14] target/mips: msa: Split helpers for SUBS_U.<B|H|W|D>
` [PATCH v8 11/14] target/mips: msa: Split helpers for SUBSUS_U.<B|H|W|D>
` [PATCH v8 12/14] target/mips: msa: Split helpers for SUBSUU_S.<B|H|W|D>
` [PATCH v8 13/14] target/mips: msa: Split helpers for SUBV.<B|H|W|D>
` [PATCH v8 14/14] target/mips: msa: Split helpers for MULV.<B|H|W|D>

[Qemu-devel] [Bug 1840719] [NEW] win98se floppy fails to boot with isapc machine
 2020-06-13 13:09 UTC  (3+ messages)
`  "
` [Bug 1840719] "

[PATCH] timer: Handle decrements of PIT counter
 2020-06-13 11:19 UTC 

[PATCH 0/5] linux-user: Support extended clone(CLONE_VM)
 2020-06-13 11:16 UTC  (2+ messages)

[Bug 1882065] [NEW] Could this cause OOB bug ?
 2020-06-13  9:36 UTC  (2+ messages)
` [Bug 1882065] "

[PATCH v1 00/18] testing/next (tsan, dtc warnings, cross-builds)
 2020-06-13  8:22 UTC  (3+ messages)
` [PATCH v1 18/18] cirrus.yml: serialise make check

[Qemu-devel] [PATCH 1/2] target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES
 2020-06-13  8:09 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] target/i386: add -cpu, lbr=true support to enable guest LBR

[PATCH v5 0/5] RISC-V multi-socket support
 2020-06-13  5:34 UTC  (5+ messages)
` [PATCH v5 4/5] hw/riscv: spike: Allow creating multiple NUMA sockets
` [PATCH v5 5/5] hw/riscv: virt: "


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