qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-05 10:01:56 to 2019-12-05 20:41:46 UTC [more...]

[PATCH v2 0/7] Enable Travis builds on arm64, ppc64le and s390x
 2019-12-05 20:39 UTC  (9+ messages)
` [PATCH v2 2/7] iotests: Skip test 060 if it is not possible to create large files
` [PATCH v2 4/7] tests/hd-geo-test: Skip test when images can not be created
` [PATCH v2 5/7] tests/test-util-filemonitor: Skip test on non-x86 Travis containers
` [PATCH v2 6/7] configure: allow disable of cross compilation containers

[PATCH-for-5.0] hw/alpha/dp264: Use the DECchip Tulip network interface
 2019-12-05 20:38 UTC  (2+ messages)

[PATCH] hw/misc/ivshmem: Bury dead legacy INTx code
 2019-12-05 20:35 UTC 

[PATCH-for-5.0] roms/edk2-funcs: Force armhf toolchain prefix on Debian
 2019-12-05 19:56 UTC  (3+ messages)

[PATCH for-4.2?] block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap
 2019-12-05 20:16 UTC  (4+ messages)

[PATCH v7 00/21] error: prepare for auto propagated local_err
 2019-12-05 19:56 UTC  (36+ messages)
` [PATCH v7 01/21] hw/core/loader-fit: fix freeing errp in fit_load_fdt
` [PATCH v7 02/21] net/net: Clean up variable shadowing in net_client_init()
` [PATCH v7 03/21] error: rename errp to errp_in where it is IN-argument
` [PATCH v7 04/21] hmp: drop Error pointer indirection in hmp_handle_error
` [PATCH v7 05/21] vnc: drop Error pointer indirection in vnc_client_io_error
` [PATCH v7 06/21] qdev-monitor: well form error hint helpers
` [PATCH v7 07/21] ppc: well form kvmppc_hint_smt_possible error hint helper
` [PATCH v7 08/21] 9pfs: well form error hint helpers
` [PATCH v7 09/21] hw/core/qdev: cleanup Error ** variables
` [PATCH v7 10/21] block/snapshot: rename Error ** parameter to more common errp
` [PATCH v7 11/21] hw/i386/amd_iommu: "
` [PATCH v7 12/21] qga: "
` [PATCH v7 13/21] monitor/qmp-cmds: "
` [PATCH v7 14/21] hw/s390x: "
` [PATCH v7 15/21] hw/sd: drop extra whitespace in sdhci_sysbus_realize() header
` [PATCH v7 16/21] hw/tpm: rename Error ** parameter to more common errp
` [PATCH v7 17/21] hw/usb: "
` [PATCH v7 18/21] include/qom/object.h: "
` [PATCH v7 19/21] backends/cryptodev: drop local_err from cryptodev_backend_complete()
` [PATCH v7 20/21] hw/vfio/ap: drop local_err from vfio_ap_realize
` [PATCH v7 21/21] nbd: assert that Error** is not NULL in nbd_iter_channel_error

[PATCH v35 00/13] QEMU AVR 8 bit cores
 2019-12-05 19:46 UTC  (4+ messages)
` [PATCH v35 10/13] target/avr: Add limited support for USART and 16 bit timer peripherals

[PATCH v2 00/14] gdbstub refactor and SVE support
 2019-12-05 19:36 UTC  (9+ messages)
` [PATCH v2 06/14] target/arm: use gdb_get_reg helpers
` [PATCH v2 11/14] target/arm: default SVE length to 64 bytes for linux-user

[PATCH-for-5.0] roms/edk2-funcs.sh: Use available GCC for ARM/Aarch64 targets
 2019-12-05 19:35 UTC  (7+ messages)

[PATCH v5 00/22] target/arm: Implement ARMv8.5-MemTag, system mode
 2019-12-05 19:24 UTC  (23+ messages)
` [PATCH v5 10/22] target/arm: Define arm_cpu_do_unaligned_access for CONFIG_USER_ONLY
` [PATCH v5 11/22] target/arm: Implement LDG, STG, ST2G instructions
` [PATCH v5 12/22] target/arm: Implement the STGP instruction
` [PATCH v5 13/22] target/arm: Implement the LDGM and STGM instructions
` [PATCH v5 14/22] target/arm: Implement the access tag cache flushes
` [PATCH v5 15/22] target/arm: Clean address for DC ZVA
` [PATCH v5 16/22] target/arm: Implement data cache set allocation tags
` [PATCH v5 18/22] target/arm: Enable MTE
` [PATCH v5 19/22] target/arm: Cache the Tagged bit for a page in MemTxAttrs
` [PATCH v5 20/22] target/arm: Create tagged ram when MTE is enabled

safe_syscall design guidance
 2019-12-05 19:03 UTC  (2+ messages)

[PATCH-for-5.0 v2] roms/edk2-funcs: Force softfloat ARM toolchain prefix on Debian
 2019-12-05 19:00 UTC 

[PATCH 0/5] ppc/pnv: add a POWER10 PnvChip and a powernv10 machine
 2019-12-05 18:44 UTC  (6+ messages)
` [PATCH 1/5] target/ppc: Add POWER10 DD1.0 model information
` [PATCH 2/5] ppc/pnv: Introduce a POWER10 PnvChip and a powernv10 machine
` [PATCH 3/5] ppc/psi: cleanup definitions
` [PATCH 4/5] ppc/pnv: add a PSI bridge model for POWER10
` [PATCH 5/5] ppc/pnv: add a LPC Controller "

[PATCH v8 00/21] error: prepare for auto propagated local_err
 2019-12-05 18:18 UTC  (25+ messages)
` [PATCH v8 01/21] hw/core/loader-fit: fix freeing errp in fit_load_fdt
` [PATCH v8 02/21] net/net: Clean up variable shadowing in net_client_init()
` [PATCH v8 03/21] error: make Error **errp const where it is appropriate
` [PATCH v8 04/21] hmp: drop Error pointer indirection in hmp_handle_error
` [PATCH v8 05/21] vnc: drop Error pointer indirection in vnc_client_io_error
` [PATCH v8 06/21] qdev-monitor: well form error hint helpers
` [PATCH v8 07/21] ppc: well form kvmppc_hint_smt_possible error hint helper
` [PATCH v8 08/21] 9pfs: well form error hint helpers
` [PATCH v8 09/21] hw/core/qdev: cleanup Error ** variables
` [PATCH v8 10/21] block/snapshot: rename Error ** parameter to more common errp
` [PATCH v8 11/21] hw/i386/amd_iommu: "
` [PATCH v8 12/21] qga: "
` [PATCH v8 13/21] monitor/qmp-cmds: "
` [PATCH v8 14/21] hw/s390x: "
` [PATCH v8 15/21] hw/sd: drop extra whitespace in sdhci_sysbus_realize() header
` [PATCH v8 16/21] hw/tpm: rename Error ** parameter to more common errp
` [PATCH v8 17/21] hw/usb: "
` [PATCH v8 18/21] include/qom/object.h: "
` [PATCH v8 19/21] backends/cryptodev: drop local_err from cryptodev_backend_complete()
` [PATCH v8 20/21] hw/vfio/ap: drop local_err from vfio_ap_realize
` [PATCH v8 21/21] nbd: assert that Error** is not NULL in nbd_iter_channel_error

[PATCH v2 00/13] s390x: Protected Virtualization support
 2019-12-05 17:46 UTC  (7+ messages)
` [PATCH v2 06/13] s390x: protvirt: KVM intercept changes
` [PATCH v2 12/13] s390x: protvirt: Disable address checks for PV guest IO emulation

[RFC v5 000/126] error: auto propagated local_err
 2019-12-05 17:32 UTC  (8+ messages)
` [RFC v5 024/126] "

[PATCH] socket: websocket refresh of max_size outside of poll
 2019-12-05 17:07 UTC  (2+ messages)

[PATCH v6] hw/core/qdev: cleanup Error ** variables
 2019-12-05 16:45 UTC  (4+ messages)

[PATCH v2 1/3] virtio: add ability to delete vq through a pointer
 2019-12-05 16:45 UTC  (2+ messages)

[PATCH] qemu-img: fix info --backing-chain --image-opts
 2019-12-05 16:35 UTC  (2+ messages)

[PATCH 00/21] Error handling fixes, may contain 4.2 material
 2019-12-05 16:29 UTC  (13+ messages)
` [PATCH 04/21] crypto: Fix certificate file error handling crash bug
` [PATCH 05/21] crypto: Fix typo in QCryptoTLSSession's <example> comment
` [PATCH 06/21] io: Fix Error usage in a comment <example>
` [PATCH 07/21] tests: Clean up initialization of Error *err variables
` [PATCH 10/21] hw/core: Fix latent fit_load_fdt() error handling bug
` [PATCH 12/21] qga: Fix latent guest-get-fsinfo "

[PATCH 0/3] Remove deprecated pc-0.x machine types and related hacks
 2019-12-05 16:06 UTC  (4+ messages)
` [PATCH 1/3] hw/i386: Remove the deprecated machines 0.12 up to 0.15
` [PATCH 2/3] hw/audio: Remove the "use_broken_id" hack from the AC97 device
` [PATCH 3/3] hw/pci: Remove the "command_serr_enable" property

[PATCH v2 00/18] Error handling fixes
 2019-12-05 16:07 UTC  (2+ messages)

[PATCH] net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'
 2019-12-05 16:02 UTC  (2+ messages)

[PATCH v2 0/6] linux-user mmap debug cleanup
 2019-12-05 15:51 UTC  (11+ messages)
` [PATCH v2 1/6] linux-user: convert target_mprotect debug to tracepoint
` [PATCH v2 2/6] linux-user: convert target_mmap "
` [PATCH v2 3/6] linux-user: add target_mmap_complete tracepoint
` [PATCH v2 4/6] linux-user: log page table changes under -d page
` [PATCH v2 5/6] linux-user: convert target_munmap debug to a tracepoint
` [PATCH v2 6/6] trace: replace hand-crafted pattern_glob with g_pattern_match_simple

[PATCH] util/cutils: Expand do_strtosz parsing precision to 64 bits
 2019-12-05 15:29 UTC  (2+ messages)

[PATCH v3] qga: fence guest-set-time if hwclock not available
 2019-12-05 15:24 UTC  (6+ messages)

[PATCH v4 00/40] target/arm: Implement ARMv8.1-VHE
 2019-12-05 15:09 UTC  (6+ messages)
` [PATCH v4 26/40] target/arm: Update define_one_arm_cp_reg_with_opaque for VHE

[PATCH v2 2/2] s390x/cpumodel: Introduce dynamic feature groups
 2019-12-05 14:48 UTC  (8+ messages)

Error compiling Qemu-4.1 on Linux
 2019-12-05 14:36 UTC  (2+ messages)

[PATCH] migration: Rate limit inside host pages
 2019-12-05 14:30 UTC  (4+ messages)

[PATCH for-5.0 0/8] q35: CPU hotplug with secure boot, part 1+2
 2019-12-05 14:07 UTC  (15+ messages)
` [PATCH for-5.0 1/8] q35: implement 128K SMRAM at default SMBASE address
` [PATCH for-5.0 3/8] acpi: cpuhp: spec: clarify 'CPU selector' register usage and endianness
` [PATCH for-5.0 4/8] acpi: cpuhp: spec: fix 'Command data' description
` [PATCH for-5.0 5/8] acpi: cpuhp: spec: clarify store into 'Command data' when 'Command field' == 0
` [PATCH for-5.0 6/8] acpi: cpuhp: spec: add typical usecases
` [PATCH for-5.0 7/8] acpi: cpuhp: add CPHP_GET_CPU_ID_CMD command
` [PATCH for-5.0 8/8] acpi: cpuhp: spec: document procedure for enabling modern CPU hotplug

[PATCH] fence: introduce a file-based self-fence mechanism
 2019-12-05 14:22 UTC  (3+ messages)

[PATCH v6] qga: add command guest-get-devices for reporting VirtIO devices
 2019-12-05 14:09 UTC  (2+ messages)

[PATCH v37 00/17] QEMU AVR 8 bit cores
 2019-12-05 13:28 UTC  (7+ messages)
` [PATCH v37 07/17] target/avr: Add instruction translation - Bit and Bit-test Instructions
` [PATCH v37 13/17] target/avr: Register AVR support with the rest of QEMU

[PATCH] net/imx_fec: Updating the IMX_FEC IP to support loopback mode
 2019-12-05 14:06 UTC  (7+ messages)

[PATCH v5 0/2] block/nbd: fix memory leak in nbd_open
 2019-12-05 14:04 UTC  (4+ messages)
` [PATCH v5 1/2] block/nbd: extract the common cleanup code

[Qemu-devel] [Bug 1809291] [NEW] ARM PL181 (mmc for Security Digital Card) not working in Ubuntu 18.10 (CMD 2, 3 timeout). The SDC driver worked fine in Ubuntu 18.04 and earlier versions but not in Ubuntu 18.10
 2019-12-05 13:54 UTC  (2+ messages)
` [Bug 1809291] Re: SD Card not working in Ubuntu 18.10 (CMD 2, 3 timeout). The device "

[PATCH v7] Implement backend program convention command for vhost-user-blk
 2019-12-05 13:39 UTC  (3+ messages)

[QUESTION] "cpu" vs "core"
 2019-12-05 13:47 UTC  (2+ messages)

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-05 13:05 UTC  (4+ messages)

[PATCH v1] intel_iommu: fix bug to read DMAR_RTADDR_REG
 2019-12-05 13:33 UTC  (2+ messages)

[PATCH v3 0/4] s390x: Increase architectural compliance
 2019-12-05 13:32 UTC  (5+ messages)
` [PATCH v3 3/4] s390x: Fix cpu normal reset ri clearing
` [PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask

[RFC][PATCH 0/3] IVSHMEM version 2 device for QEMU
 2019-12-05 11:14 UTC  (3+ messages)
` [RFC][PATCH 2/3] docs/specs: Add specification of ivshmem device revision 2

[Qemu-devel] [PATCH v27 0/8] QEMU AVR 8 bit cores
 2019-12-05 11:13 UTC  (6+ messages)
` [Qemu-devel] [PATCH v27 5/8] target/avr: Add limited support for USART and 16 bit timer peripherals

[PATCH] s390x/tcg: clear local interrupts on reset normal
 2019-12-05 11:02 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 0/9] Clock framework API
 2019-12-05 11:01 UTC  (10+ messages)
`  "

[PATCH 0/5] hw/arm/smmuv3: Correct stream ID and event address handling
 2019-12-05 10:39 UTC  (3+ messages)
` [PATCH 3/5] hw/arm/smmuv3: Align stream table base address to table size

[Qemu-devel] migrate_set_speed has no effect if the guest is using hugepages
 2019-12-05 10:31 UTC  (5+ messages)
    ` [Qemu-devel] 答复: "
      ` [Qemu-devel] 回复: "
        ` 回复: 答复: [Qemu-devel] "

[Bug 1846427] [NEW] 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
 2019-12-05  9:51 UTC  (2+ messages)
` [Bug 1846427] "


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