qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-02 06:20:36 to 2022-12-04 20:34:39 UTC [more...]

[PULL for-7.2 0/5] hw/nvme fixes
 2022-12-04 20:33 UTC  (3+ messages)

[PATCH 00/32] Consolidate PIIX south bridges
 2022-12-04 19:24 UTC  (34+ messages)
` [PATCH 01/32] hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
` [PATCH 02/32] hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
` [PATCH 03/32] hw/isa/piix4: Correct IRQRC[A:D] reset values
` [PATCH 04/32] hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
` [PATCH 05/32] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
` [PATCH 06/32] hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
` [PATCH 07/32] hw/i386/pc: Create RTC controllers in south bridges
` [PATCH 08/32] hw/i386/pc: No need for rtc_state to be an out-parameter
` [PATCH 09/32] hw/isa/piix3: Create USB controller in host device
` [PATCH 10/32] hw/isa/piix3: Create power management "
` [PATCH 11/32] hw/core: Introduce proxy-pic
` [PATCH 12/32] hw/isa/piix3: Create Proxy PIC in host device
` [PATCH 13/32] hw/isa/piix3: Create IDE controller "
` [PATCH 14/32] hw/isa/piix3: Wire up ACPI interrupt internally
` [PATCH 15/32] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
` [PATCH 16/32] hw/isa/piix3: Rename pci_piix3_props for sharing with PIIX4
` [PATCH 17/32] hw/isa/piix3: Rename piix3_reset() "
` [PATCH 18/32] hw/isa/piix3: Prefix pci_slot_get_pirq() with "piix3_"
` [PATCH 19/32] hw/isa/piix3: Rename typedef PIIX3State to PIIXState
` [PATCH 20/32] hw/isa/piix4: Make PIIX4's ACPI and USB functions optional
` [PATCH 21/32] hw/isa/piix4: Remove unused code
` [PATCH 22/32] hw/isa/piix4: Use Proxy PIC device
` [PATCH 23/32] hw/isa/piix4: Reuse struct PIIXState from PIIX3
` [PATCH 24/32] hw/isa/piix4: Rename reset control operations to match PIIX3
` [PATCH 25/32] hw/isa/piix4: Prefix pci_slot_get_pirq() with "piix4_"
` [PATCH 26/32] hw/isa/piix3: Merge hw/isa/piix4.c
` [PATCH 27/32] hw/isa/piix: Harmonize names of reset control memory regions
` [PATCH 28/32] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
` [PATCH 29/32] hw/isa/piix: Rename functions to be shared for interrupt triggering
` [PATCH 30/32] hw/isa/piix: Consolidate IRQ triggering
` [PATCH 31/32] hw/isa/piix: Share PIIX3 base class with PIIX4
` [PATCH 32/32] hw/isa/piix: Drop the "3" from the PIIX base class

[PATCH] configure: Add --enable-lto
 2022-12-04 17:40 UTC  (2+ messages)

[PATCH for-8.0] hw/misc: Move some arm-related files from specific_ss into softmmu_ss
 2022-12-04 17:36 UTC  (5+ messages)

[PULL 0/3] Optional fixes for inclusion into QEMU 7.2.0-rc4
 2022-12-04  7:30 UTC  (4+ messages)
` [PULL 1/3] tests/qtest/migration-test: Fix unlink error and memory leaks
` [PULL 2/3] target/s390x/tcg: Fix and improve the SACF instruction
` [PULL 3/3] hw/display/next-fb: Fix comment typo

[PULL 00/10] virtio,pc,pci: fixes,cleanups,features
 2022-12-04  7:23 UTC  (4+ messages)
` [PULL 02/10] pci-bridge/cxl_downstream: Add a CXL switch downstream port

[PATCH v2 0/2] Use a more portable way to enable target specific functions
 2022-12-04  1:51 UTC  (3+ messages)
` [PATCH 1/2] util/bufferiszero: Use __attribute__((target)) for avx2/avx512
` [PATCH 2/2] meson: Set avx512f option to auto

[PATCH v2 0/7] accel/tcg: Rewrite user-only vma tracking
 2022-12-04  1:03 UTC  (4+ messages)
` [PATCH v2 7/7] accel/tcg: Move remainder of page locking to tb-maint.c

[PATCH 0/6] Enable Cubieboard A10 boot SPL from SD card
 2022-12-03 23:19 UTC  (7+ messages)
` [PATCH 1/6] hw/misc: Allwinner-A10 Clock Controller Module Emulation
` [PATCH 2/6] hw/misc: Allwinner A10 DRAM Controller Emulation
` [PATCH 3/6] hw/i2c: Allwinner TWI/I2C Emulation
` [PATCH 4/6] hw/misc: Allwinner AXP-209 Emulation
` [PATCH 5/6] hw/arm: Add AXP-209 to Cubieboard
` [PATCH 6/6] hw/arm: Allwinner A10 enable SPL load from MMC

[PATCH] target/riscv: Set pc_succ_insn for !rvc illegal insn
 2022-12-03 17:57 UTC 

[PATCH RESEND v3 00/10] migration: introduce dirtylimit capability
 2022-12-03 17:09 UTC  (11+ messages)
` [PATCH RESEND v3 01/10] dirtylimit: Fix overflow when computing MB
` [PATCH RESEND v3 02/10] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH RESEND v3 03/10] kvm: dirty-ring: Fix race with vcpu creation
` [PATCH RESEND v3 04/10] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH RESEND v3 05/10] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH RESEND v3 06/10] migration: Introduce dirty-limit capability
` [PATCH RESEND v3 07/10] migration: Refactor auto-converge capability logic
` [PATCH RESEND v3 08/10] migration: Implement dirty-limit convergence algo
` [PATCH RESEND v3 09/10] migration: Export dirty-limit time info for observation
` [PATCH RESEND v3 10/10] tests: Add migration dirty-limit capability test

[PATCH v3 00/10] migration: introduce dirtylimit capabilit
 2022-12-03 17:06 UTC  (14+ messages)
` [PATCH v3 01/10] dirtylimit: Fix overflow when computing MB
` [PATCH v3 02/10] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH v3 03/10] kvm: dirty-ring: Fix race with vcpu creation
` [PATCH v3 04/10] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH v3 05/10] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH v3 06/10] migration: Introduce dirty-limit capability
` [PATCH v3 07/10] migration: Refactor auto-converge capability logic
` [PATCH v3 08/10] migration: Implement dirty-limit convergence algo
` [PATCH v3 09/10] migration: Export dirty-limit time info for observation
` [PATCH v3 10/10] tests: Add migration dirty-limit capability test
` [PATCH RESEND v3 00/10] migration: introduce dirtylimit capability

[PATCH] acpi/tests/avocado/bits: add mformat as one of the dependencies
 2022-12-03 13:24 UTC 

[PATCH] docs/acpi/bits: document BITS_DEBUG environment variable
 2022-12-03 13:23 UTC 

[PATCH] blockdev: add 'media=cdrom' argument to support usb cdrom emulated as cdrom
 2022-12-03 12:51 UTC  (5+ messages)

[PATCH v2 00/11] migration: introduce dirtylimit capability
 2022-12-03  9:42 UTC  (17+ messages)
` [PATCH v2 01/11] dirtylimit: Fix overflow when computing MB
` [PATCH v2 02/11] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH v2 04/11] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH v2 05/11] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH v2 06/11] migration: Introduce dirty-limit capability
` [PATCH v2 08/11] migration: Export dirty-limit time info

[PATCH] vhost: Not return fail while the device does not support send_iotlb_msg
 2022-12-03  7:37 UTC  (3+ messages)

[PATCH 0/3] python: testing fixes
 2022-12-03  0:52 UTC  (4+ messages)
` [PATCH 1/3] Python: fix flake8 config
` [PATCH 2/3] iotests/check: Fix typing for sys.exit() value
` [PATCH 3/3] python: add 3.11 to supported list

[PATCH] qemu/machine: add asyncio process-management demo
 2022-12-03  0:20 UTC  (2+ messages)

[PATCH v2 for-8.0] target/s390x/tcg: Fix and improve the SACF instruction
 2022-12-02 23:39 UTC  (5+ messages)

[QEMU][PATCH v2 01/11] hw/i386/xen/: move xen-mapcache.c to hw/xen/
 2022-12-02 22:36 UTC  (16+ messages)
` [QEMU][PATCH v2 05/11] include/hw/xen/xen_common: return error from xen_create_ioreq_server
` [QEMU][PATCH v2 07/11] hw/xen/xen-hvm-common: Use g_new and error_setg_errno
` [QEMU][PATCH v2 10/11] hw/arm: introduce xenpv machine

[PATCH] .gitlab/issue_templates: Move suggestions into comments
 2022-12-02 20:53 UTC  (2+ messages)

[PATCH 0/5] Update AMD EPYC CPU Models
 2022-12-02 19:47 UTC  (6+ messages)
` [PATCH 1/5] target/i386: allow versioned CPUs to specify new cache_info
` [PATCH 2/5] target/i386: Add new EPYC CPU versions with updated cache_info
` [PATCH 3/5] target/i386: Add a couple of feature bits in 8000_0008_EBX
` [PATCH 4/5] target/i386: Add feature bits for CPUID_Fn80000021_EAX
` [PATCH 5/5] target/i386: Add missing feature bits in EPYC-Milan model

[RFC PATCH for 8.0] configure: repeat ourselves for the benefit of CI
 2022-12-02 19:04 UTC  (2+ messages)

[PATCH] ui/vnc.c: Allow websocket connections over AF_UNIX sockets
 2022-12-02 15:12 UTC 

[RFC PATCH] test-bdrv-drain: keep graph manipulations out of coroutines
 2022-12-02 17:22 UTC  (3+ messages)

[PATCH v2 for-8.0] hw/misc: Move some arm-related files from specific_ss into softmmu_ss
 2022-12-02 16:32 UTC  (2+ messages)

[PATCH v15 0/6] hmp,qmp: Add commands to introspect virtio devices
 2022-12-02 15:21 UTC  (6+ messages)
` [PATCH v15 1/6] qmp: add QMP command x-query-virtio

[PATCH v2 00/14] ui: Move and clean up monitor command code
 2022-12-02 15:09 UTC  (22+ messages)
` [PATCH v2 01/14] ui: Check numeric part of expire_password argument @time properly
` [PATCH v2 02/14] ui: Fix silent truncation of numeric keys in HMP sendkey
` [PATCH v2 03/14] ui/spice: Require spice-protocol >= 0.14.0
` [PATCH v2 04/14] Revert "hmp: info spice: take out webdav"
` [PATCH v2 05/14] ui/spice: Require spice-server >= 0.14.0
` [PATCH v2 06/14] ui/spice: QXLInterface method set_mm_time() is now dead, drop
` [PATCH v2 07/14] ui/spice: Give hmp_info_spice()'s channel_names[] static linkage
` [PATCH v2 08/14] ui: Clean up a few things checkpatch.pl would flag later on
` [PATCH v2 09/14] ui: Move QMP commands from monitor to new ui/ui-qmp-cmds.c
` [PATCH v2 10/14] ui: Factor out qmp_add_client() parts and move to ui/ui-qmp-cmds.c
` [PATCH v2 11/14] ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
` [PATCH v2 12/14] ui: Improve "change vnc" error reporting
` [PATCH v2 13/14] ui: Factor out hmp_change_vnc(), and move to ui/ui-hmp-cmds.c
` [PATCH v2 14/14] ui: Reduce nesting in hmp_change_vnc() slightly

[PATCH v3 0/3] KVM: allow listener to stop all vcpus before
 2022-12-02 14:32 UTC  (8+ messages)
` [PATCH v3 1/3] accel: introduce accelerator blocker API
` [PATCH v3 2/3] KVM: keep track of running ioctls

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-02 14:26 UTC  (7+ messages)
` [PATCH v12 6/7] s390x/cpu_topology: activating CPU topology

regression: insmod module failed in VM with nvdimm on
 2022-12-02 13:44 UTC  (8+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-12-02 13:44 UTC  (5+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH] tests/qtest/vhost-user-blk-test: don't abort all qtests on missing envar
 2022-12-02 13:30 UTC  (3+ messages)

[RFC PATCH for 8.0] backends/vhost-user: relax the ioeventfd check
 2022-12-02 13:22 UTC 

[PATCH v2] softmmu/physmem: Fix address of FlatView access in address_space_(read|write)_cached_slow()
 2022-12-02 12:29 UTC  (3+ messages)

[PULL for 7.2-rc4 0/1] loongarch for 7.2-rc4 patch
 2022-12-02 10:25 UTC  (2+ messages)
` [PULL for 7.2-rc4 1/1] hw/loongarch/virt: Add cfi01 pflash device

[PATCH v1 00/12] Introduce xenpv machine for arm architecture
 2022-12-02  9:53 UTC  (5+ messages)
` [PATCH v1 10/12] hw/arm: introduce xenpv machine

tests/qtest: Is vnc-display-test supposed to work on Darwin?
 2022-12-02  9:49 UTC 

[PATCH for-8.0 v3 00/34] tcg misc patches
 2022-12-02  9:42 UTC  (5+ messages)
` [PATCH v3 02/34] meson: Move CONFIG_TCG_INTERPRETER to config_host
` [PATCH v3 04/34] tcg: Cleanup trailing whitespace

[PATCH v3 00/13] tcg/s390x: misc patches
 2022-12-02  6:52 UTC  (14+ messages)
` [PATCH v3 01/13] tcg/s390x: Use register pair allocation for div and mulu2
` [PATCH v3 02/13] tcg/s390x: Remove TCG_REG_TB
` [PATCH v3 03/13] tcg/s390x: Use LARL+AGHI for odd addresses
` [PATCH v3 04/13] tcg/s390x: Distinguish RRF-a and RRF-c formats
` [PATCH v3 05/13] tcg/s390x: Distinguish RIE formats
` [PATCH v3 06/13] tcg/s390x: Support MIE2 multiply single instructions
` [PATCH v3 07/13] tcg/s390x: Support MIE2 MGRK instruction
` [PATCH v3 08/13] tcg/s390x: Support MIE3 logical operations
` [PATCH v3 09/13] tcg/s390x: Create tgen_cmp2 to simplify movcond
` [PATCH v3 10/13] tcg/s390x: Generalize movcond implementation
` [PATCH v3 11/13] tcg/s390x: Support SELGR instruction in movcond
` [PATCH v3 12/13] tcg/s390x: Use tgen_movcond_int in tgen_clz
` [PATCH v3 13/13] tcg/s390x: Implement ctpop operation

[PATCH 0/9] ui: Move and clean up monitor command code
 2022-12-02  6:52 UTC  (8+ messages)
` [PATCH 3/9] ui: Drop disabled code for SPICE_CHANNEL_WEBDAV

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-02  6:13 UTC  (7+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE


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