QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-05 05:39:08 to 2020-07-06 08:35:45 UTC [more...]

[PATCH v3 00/44] Less clumsy error checking
 2020-07-06  8:09 UTC  (42+ messages)
` [PATCH v3 01/44] error: Improve examples in error.h's big comment
` [PATCH v3 02/44] error: Document Error API usage rules
` [PATCH v3 03/44] qdev: Use returned bool to check for qdev_realize() etc. failure
` [PATCH v3 04/44] macio: Tidy up error handling in macio_newworld_realize()
` [PATCH v3 05/44] virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()
` [PATCH v3 06/44] qemu-option: Check return value instead of @err where convenient
` [PATCH v3 07/44] qemu-option: Make uses of find_desc_by_name() more similar
` [PATCH v3 08/44] qemu-option: Factor out helper find_default_by_name()
` [PATCH v3 09/44] qemu-option: Simplify around find_default_by_name()
` [PATCH v3 10/44] qemu-option: Factor out helper opt_create()
` [PATCH v3 11/44] qemu-option: Replace opt_set() by cleaner opt_validate()
` [PATCH v3 12/44] qemu-option: Make functions taking Error ** return bool, not void
` [PATCH v3 13/44] qemu-option: Use returned bool to check for failure
` [PATCH v3 14/44] block: Avoid error accumulation in bdrv_img_create()
` [PATCH v3 15/44] hmp: Eliminate a variable in hmp_migrate_set_parameter()
` [PATCH v3 16/44] qapi: Make visitor functions taking Error ** return bool, not void
` [PATCH v3 17/44] qapi: Use returned bool to check for failure, Coccinelle part
` [PATCH v3 18/44] qapi: Use returned bool to check for failure, manual part
` [PATCH v3 19/44] s390x/pci: Fix harmless mistake in zpci's property fid's setter
` [PATCH v3 20/44] qom: Use error_reportf_err() instead of g_printerr() in examples
` [PATCH v3 21/44] qom: Rename qdev_get_type() to object_get_type()
` [PATCH v3 22/44] qom: Crash more nicely on object_property_get_link() failure
` [PATCH v3 23/44] qom: Don't handle impossible "
` [PATCH v3 24/44] qom: Use return values to check for error where that's simpler
` [PATCH v3 26/44] qom: Make functions taking Error ** return bool, not void
` [PATCH v3 27/44] qom: Use returned bool to check for failure, Coccinelle part
` [PATCH v3 28/44] qom: Use returned bool to check for failure, manual part
` [PATCH v3 29/44] qom: Make functions taking Error ** return bool, not 0/-1
` [PATCH v3 30/44] qdev: Make functions taking Error ** return bool, not void
` [PATCH v3 31/44] qdev: Use returned bool to check for failure, Coccinelle part
` [PATCH v3 32/44] error: Avoid unnecessary error_propagate() after error_setg()
` [PATCH v3 33/44] error: Eliminate error_propagate() with Coccinelle, part 1
` [PATCH v3 34/44] error: Eliminate error_propagate() with Coccinelle, part 2
` [PATCH v3 35/44] error: Eliminate error_propagate() manually
` [PATCH v3 36/44] error: Reduce unnecessary error propagation
` [PATCH v3 38/44] qapi: Smooth another visitor error checking pattern
` [PATCH v3 39/44] qapi: Smooth visitor error checking in generated code
` [PATCH v3 40/44] qapi: Purge error_propagate() from QAPI core
` [PATCH v3 41/44] error: Avoid error_propagate() after migrate_add_blocker()
` [PATCH v3 43/44] qdev: Ignore Error objects where the return value suffices
` [PATCH v3 44/44] hmp: "

[PATCH v2] hw/core/qdev: Increase qdev_realize() kindness
 2020-07-06  8:20 UTC  (3+ messages)

[PATCH v3 0/2] net: tap: check file descriptor can be used
 2020-07-06  8:21 UTC  (2+ messages)

[PATCH v11 0/8] error: auto propagated local_err part I
 2020-07-06  7:55 UTC  (9+ messages)
` [PATCH v11 1/8] error: auto propagated local_err
` [PATCH v11 7/8] nbd: introduce ERRP_AUTO_PROPAGATE
` [PATCH v11 8/8] xen: "

[Bug 1886343] [NEW] configure has non-posix bash syntax
 2020-07-06  7:46 UTC  (2+ messages)
` [Bug 1886343] "

[PATCH v3] target/ppc: add vmsumudm vmsumcud instructions
 2020-07-06  7:53 UTC  (2+ messages)

[PULL 0/6] qtest and misc patches
 2020-07-06  7:36 UTC  (8+ messages)
` [PULL 1/6] fuzz: fix broken qtest check at rcu_disable_atfork
` [PULL 2/6] fuzz: do not use POSIX shm for coverage bitmap
` [PULL 3/6] tests/qtest: Unify the test for the xenfv and xenpv machines
` [PULL 4/6] configure / util: Auto-detect the availability of openpty()
` [PULL 5/6] hw/m68k/mcf5206: Replace remaining hw_error()s by qemu_log_mask()
` [PULL 6/6] tests/acceptance: Add a test for the sun4u sparc64 machine

[PATCH v4 00/11] Add several Power ISA 3.1 32/64-bit vector instructions
 2020-07-06  7:34 UTC  (7+ messages)
` [PATCH v4 01/11] target/ppc: Introduce Power ISA 3.1 flag
` [PATCH v4 02/11] target/ppc: Enable Power ISA 3.1

[PATCH v4] nvme: allow cmb and pmr emulation on same device
 2020-07-06  7:15 UTC  (8+ messages)
` [PATCH v4 2/2] nvme: allow cmb and pmr to be enabled "

[PATCH] hw/core/qdev: Increase qdev_realize() kindness
 2020-07-06  6:48 UTC  (6+ messages)

[PATCH] ram: add support for dirty page tracking
 2020-07-06  6:39 UTC 

[PATCH v3 00/18] hw/block/nvme: bump to v1.3
 2020-07-06  6:13 UTC  (19+ messages)
` [PATCH v3 01/18] hw/block/nvme: bump spec data structures "
` [PATCH v3 02/18] hw/block/nvme: fix missing endian conversion
` [PATCH v3 03/18] hw/block/nvme: additional tracing
` [PATCH v3 04/18] hw/block/nvme: add support for the abort command
` [PATCH v3 05/18] hw/block/nvme: add temperature threshold feature
` [PATCH v3 06/18] hw/block/nvme: mark fw slot 1 as read-only
` [PATCH v3 07/18] hw/block/nvme: add support for the get log page command
` [PATCH v3 08/18] hw/block/nvme: add support for the asynchronous event request command
` [PATCH v3 09/18] hw/block/nvme: move NvmeFeatureVal into hw/block/nvme.h
` [PATCH v3 10/18] hw/block/nvme: flush write cache when disabled
` [PATCH v3 11/18] hw/block/nvme: add remaining mandatory controller parameters
` [PATCH v3 12/18] hw/block/nvme: support the get/set features select and save fields
` [PATCH v3 13/18] hw/block/nvme: make sure ncqr and nsqr is valid
` [PATCH v3 14/18] hw/block/nvme: support identify namespace descriptor list
` [PATCH v3 15/18] hw/block/nvme: reject invalid nsid values in active namespace id list
` [PATCH v3 16/18] hw/block/nvme: enforce valid queue creation sequence
` [PATCH v3 17/18] hw/block/nvme: provide the mandatory subnqn field
` [PATCH v3 18/18] hw/block/nvme: bump supported version to v1.3

[PATCH 00/13] Reverse debugging
 2020-07-06  6:02 UTC  (2+ messages)

[PATCH v7 00/17] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-07-06  5:52 UTC  (10+ messages)
` [PATCH v7 09/17] hw/sd/sdcard: Special case the -ENOMEDIUM error

[Bug 1885827] [NEW] building plugin failed on Windows with mingw
 2020-07-06  5:44 UTC  (2+ messages)
` [Bug 1885827] "

[PATCH 0/2] two atomic_cmpxchg() related fixes
 2020-07-06  5:44 UTC  (4+ messages)
` [PATCH 1/2] virtio-ccw: fix virtio_set_ind_atomic

[PATCH] load_elf: Remove unused address variables from callers
 2020-07-06  3:54 UTC  (2+ messages)

[Bug 1886362] [NEW] Heap use-after-free in lduw_he_p through e1000e_write_to_rx_buffers
 2020-07-06  2:44 UTC 

[PATCH v2] ftgmac100: fix dblac write test
 2020-07-06  1:59 UTC  (2+ messages)

[PATCH] target/xtensa: implement NMI support
 2020-07-06  1:55 UTC 

[PATCH v2 0/5] hw/i2c: Rename method names for consistency and add documentation
 2020-07-06  1:39 UTC  (7+ messages)
` [PATCH v2 1/5] hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()
` [PATCH v2 2/5] hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new()
` [PATCH v2 3/5] hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_and_unref()
` [PATCH v2 4/5] hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
` [PATCH v2 5/5] hw/i2c: Document the I2C qdev helpers

[PATCH v2 0/1] Add Loongson 2F disassembler
 2020-07-06  0:57 UTC  (8+ messages)
` [PATCH v2 1/1] disas: mips: "

[PATCH 1/3] target/nios2: add DISAS_NORETURN case for nothing more to generate
 2020-07-06  0:56 UTC  (11+ messages)
` [PATCH 3/3] target/nios2: Use gen_io_start around wrctl instruction

[PATCH 0/2] Add new features for intel processor
 2020-07-05 23:17 UTC  (3+ messages)
` [PATCH 1/2] target/i386: Add SERIALIZE cpu feature
` [PATCH 2/2] target/i386: Enable TSX Suspend Load Address Tracking feature

[RFC PATCH 0/2] hw/sd: Deprecate the SPI mode and the SPI to SD adapter
 2020-07-05 22:07 UTC  (3+ messages)
` [RFC PATCH 1/2] hw/sd/ssi-sd: Deprecate the SPI to SD card 'adapter'
` [RFC PATCH 2/2] hw/sd/sdcard: Deprecate the SPI mode

[PATCH 0/2] hw/sd/pxa2xx_mmci: Do not create SD card within the SDHCI controller
 2020-07-05 21:33 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] hw/sd/pxa2xx_mmci: Trivial simplification

[PATCH rc6 00/30] target/avr merger
 2020-07-05 21:30 UTC  (35+ messages)
` [PATCH rc6 01/30] target/avr: Add basic parameters of the new platform
` [PATCH rc6 02/30] target/avr: Introduce basic CPU class object
` [PATCH rc6 03/30] target/avr: CPU class: Add interrupt handling support
` [PATCH rc6 04/30] target/avr: CPU class: Add memory menagement support
` [PATCH rc6 05/30] target/avr: CPU class: Add migration support
` [PATCH rc6 06/30] target/avr: CPU class: Add GDB support
` [PATCH rc6 07/30] target/avr: Introduce enumeration AVRFeature
` [PATCH rc6 08/30] target/avr: Add defintions of AVR core types
` [PATCH rc6 09/30] target/avr: Add instruction helpers
` [PATCH rc6 10/30] target/avr: Add instruction translation - Register definitions
` [PATCH rc6 11/30] target/avr: Add instruction translation - Arithmetic and Logic Instructions
` [PATCH rc6 12/30] target/avr: Add instruction translation - Branch Instructions
` [PATCH rc6 13/30] target/avr: Add instruction translation - Data Transfer Instructions
` [PATCH rc6 14/30] target/avr: Add instruction translation - Bit and Bit-test Instructions
` [PATCH rc6 15/30] target/avr: Add instruction translation - MCU Control Instructions
` [PATCH rc6 16/30] target/avr: Add instruction translation - CPU main translation function
` [PATCH rc6 17/30] target/avr: Initialize TCG register variables
` [PATCH rc6 18/30] target/avr: Add support for disassembling via option '-d in_asm'
` [PATCH rc6 19/30] hw/char: avr: Add limited support for USART peripheral
` [PATCH rc6 20/30] hw/timer: avr: Add limited support for 16-bit timer peripheral
` [PATCH rc6 21/30] hw/misc: avr: Add limited support for power reduction device
` [PATCH rc6 22/30] target/avr: Register AVR support with the rest of QEMU
` [PATCH rc6 23/30] hw/avr: Add support for loading ELF/raw binaries
` [PATCH rc6 24/30] hw/avr: Add some ATmega microcontrollers
` [PATCH rc6 25/30] hw/avr: Add limited support for some Arduino boards
` [PATCH rc6 26/30] target/avr: Update build system
` [PATCH rc6 27/30] tests/machine-none: Add AVR support
` [PATCH rc6 28/30] tests/boot-serial: Test some Arduino boards (AVR based)
` [PATCH rc6 29/30] tests/acceptance: Test the Arduino MEGA2560 board
` [PATCH rc6 30/30] target/avr: Add section into QEMU documentation

[PATCH 0/4] hw/sd/milkymist: Do not create SD card within the SDHCI controller
 2020-07-05 21:10 UTC  (5+ messages)
` [PATCH 1/4] hw/lm32/milkymist: Un-inline milkymist_memcard_create()
` [PATCH 2/4] hw/lm32/milkymist: Comment to remember some IRQs lines are left unwired
` [PATCH 3/4] hw/sd/milkymist: Create the SDBus at init()
` [PATCH 4/4] hw/sd/milkymist: Do not create SD card within the SDHCI controller

[PATCH v4 00/10] hw/sd: convert legacy SDHCI devices to the SDBus API
 2020-07-05 20:46 UTC  (11+ messages)
` [PATCH v4 01/10] hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report()
` [PATCH v4 02/10] hw/sd/pl181: Rename pl181_send_command() as pl181_do_command()
` [PATCH v4 03/10] hw/sd/pl181: Add TODO to use Fifo32 API
` [PATCH v4 04/10] hw/arm/versatilepb: Comment to remember some IRQs lines are left unwired
` [PATCH v4 05/10] hw/sd/pl181: Use named GPIOs
` [PATCH v4 06/10] hw/sd/pl181: Expose a SDBus and connect the SDCard to it
` [PATCH v4 07/10] hw/sd/pl181: Do not create SD card within the SDHCI controller
` [PATCH v4 08/10] hw/sd/pl181: Replace disabled fprintf()s by trace events
` [PATCH v4 09/10] hw/sd/sdcard: make sd_data_ready() static
` [PATCH v4 10/10] hw/sd: move sdcard legacy API to 'hw/sd/sdcard_legacy.h'

[PATCH 00/26] hw/usb: Give it love, reduce 'hw/usb.h' inclusion out of hw/usb/
 2020-07-05 19:55 UTC  (11+ messages)
` [PATCH 22/26] hw/usb/usb-hcd: Use OHCI type definitions
` [PATCH 23/26] hw/usb/usb-hcd: Use EHCI "
` [PATCH 24/26] hw/usb/usb-hcd: Use UHCI "

[PULL 00/34] target-arm queue
 2020-07-05 18:21 UTC  (3+ messages)
` [PULL 05/34] virtio-iommu: Implement RESV_MEM probe request

[PULL v2 00/64] riscv-to-apply queue
 2020-07-05 18:20 UTC  (3+ messages)
` [PULL v2 12/64] target/riscv: add vector amo operations

[PATCH v2] apic: Report current_count via 'info lapic'
 2020-07-05 18:13 UTC  (2+ messages)

[PATCH v7 0/8] Mac Old World ROM experiment
 2020-07-05 17:45 UTC  (6+ messages)
` [PATCH v7 1/8] mac_oldworld: Allow loading binary ROM image

[PATCH] hw/arm/aspeed: Do not create and attach empty SD cards by default
 2020-07-05 17:34 UTC 

[PATCH v4 00/21] microvm: add acpi support
 2020-07-05 11:48 UTC  (5+ messages)
` [PATCH v4 08/21] microvm/acpi: add minimal "

[Bug 1886318] [NEW] Qemu after v5.0.0 breaks macos guests
 2020-07-05 11:36 UTC 

[PATCH 0/7] accel/kvm: Simplify few functions that can use global kvm_state
 2020-07-05  9:57 UTC  (6+ messages)
` [RFC PATCH 4/7] accel/kvm: Simplify kvm_set_sigmask_len()

[PATCH v2 0/7] colo: Introduce resource agent and test suite/CI
 2020-07-05  9:37 UTC  (2+ messages)

[PATCH v5 0/7] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-07-05  9:35 UTC  (3+ messages)

[Bug 1886306] [NEW] qemu running slow when the window is in background
 2020-07-05  9:12 UTC 

[PATCH v3 0/9] Generalize memory encryption models
 2020-07-05  7:38 UTC  (4+ messages)
` [PATCH v3 8/9] spapr: PEF: block migration

[PATCH 0/2] hw: Use TYPE_SYSBUS_OHCI instead of hardcoded string
 2020-07-05  5:34 UTC  (3+ messages)
` [PATCH 2/2] hw/ppc: "

[RFC PATCH v2 00/23] hw/qdev: Warn when using pre-qdev/QOM devices
 2020-07-05  6:31 UTC  (3+ messages)
` [RFC PATCH v2 15/23] hw/m68k/mcf520x: Emit warning when old code is used


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 read-only IMAP folder(s) and NNTP newsgroup(s).