qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-09 13:51:18 to 2020-06-09 17:59:50 UTC [more...]

[PATCH 0/3] target/unicore32: Semihosting cleanup
 2020-06-09 17:42 UTC  (7+ messages)
` [PATCH 1/3] target/unicore32: Remove unused headers
` [PATCH 2/3] target/unicore32: Replace DPRINTF() by qemu_log_mask(GUEST_ERROR)
` [PATCH 3/3] target/unicore32: Prefer qemu_semihosting_log_out() over curses

[PATCH 0/7] target/arm: Convert Neon 3-reg-diff to decodetree
 2020-06-09 17:40 UTC  (14+ messages)
` [PATCH 1/7] target/arm: Fix missing temp frees in do_vshll_2sh
` [PATCH 2/7] target/arm: Convert Neon 3-reg-diff prewidening ops to decodetree
` [PATCH 3/7] target/arm: Convert Neon 3-reg-diff narrowing "
` [PATCH 4/7] target/arm: Convert Neon 3-reg-diff VABAL, VABDL "
` [PATCH 5/7] target/arm: Convert Neon 3-reg-diff long multiplies
` [PATCH 6/7] target/arm: Convert Neon 3-reg-diff saturating doubling multiplies
` [PATCH 7/7] target/arm: Convert Neon 3-reg-diff polynomial VMULL

[PATCH] hw/pci: Fix crash when running QEMU with "-nic model=rocker"
 2020-06-09 17:41 UTC  (4+ messages)

[PATCH] pci: Display PCI IRQ pin in "info pci"
 2020-06-09 17:53 UTC  (8+ messages)

[Bug 1874073] [NEW] openrisc_sim.c:87:42: error: 'cpu_irqs[0]' may be used uninitialized in this function [-Werror=maybe-uninitialized]
 2020-06-09 17:44 UTC  (3+ messages)
` [PATCH v2] hw/openrisc/openrisc_sim: Add assertion to silence GCC warning
  ` [Bug 1874073] "

[PATCH v2 0/8] hw: Fix some incomplete memory region size
 2020-06-09 17:33 UTC  (9+ messages)
` [PATCH v2 1/8] hw/arm/aspeed: Correct DRAM container "
` [PATCH v2 6/8] hw/hppa/dino: Use the IEC binary prefix definitions
` [PATCH v2 7/8] hw/i386/xen/xen-hvm: "
` [PATCH v2 8/8] target/i386/cpu: "

[PATCH v2] hw/vfio/common: Trace in which mode an IOMMU is opened
 2020-06-09 17:34 UTC  (4+ messages)

[Bug 1882671] [NEW] qemu-system-x86_64 (ver 4.2) stuck at boot with OVMF bios
 2020-06-09 17:43 UTC  (2+ messages)
` [Bug 1882671] "

[PATCH] qemu-img: Fix doc typo for 'bitmap' subcommand
 2020-06-09 17:25 UTC  (2+ messages)

[Bug 1882817] [NEW] Segfault in audio_pcm_sw_write with audio over VNC
 2020-06-09 17:10 UTC 

[PATCH v8 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-06-09 17:10 UTC  (7+ 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] hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf
 2020-06-09 17:15 UTC  (2+ messages)

[PATCH v2 0/7] virtio: enable VIRTIO_F_RING_PACKED for all devices
 2020-06-09 17:02 UTC  (8+ messages)
` [PATCH v2 1/7] tests/libqos: mask out VIRTIO_F_RING_PACKED for now
` [PATCH v2 2/7] libvhost-user: advertise vring features
` [PATCH v2 3/7] docs: document non-net VHOST_USER_GET_FEATURES behavior
` [PATCH v2 4/7] vhost: involve device backends in feature negotiation
` [PATCH v2 5/7] vhost-user-blk: add VIRTIO_F_RING_PACKED feature bit
` [PATCH v2 6/7] vhost-scsi: add VIRTIO_F_VERSION_1 and VIRTIO_F_RING_PACKED
` [PATCH v2 7/7] virtio: enable VIRTIO_F_RING_PACKED for all devices

[PATCH] hw/isa/apm: Convert debug printf()s to trace events
 2020-06-09 17:05 UTC  (2+ messages)

[PATCH] hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf()
 2020-06-09 17:02 UTC  (2+ messages)

[PATCH] .mailmap: Update Fred Konrad email address
 2020-06-09 16:55 UTC  (2+ messages)

[PULL 0/9] migration queue
 2020-06-09 17:07 UTC  (6+ messages)
` [PULL 3/9] tests/migration: Reduce autoconverge initial bandwidth

[PATCH] net: Do not include a newline in the id of -nic devices
 2020-06-09 16:51 UTC  (2+ messages)

[PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
 2020-06-09 16:44 UTC  (14+ messages)

[PATCH v3 00/39] qdev: Rework how we plug into the parent bus
 2020-06-09 16:40 UTC  (41+ messages)
` [PATCH v3 01/39] qdev: Rename qbus_realize() to qbus_init()
` [PATCH v3 02/39] Revert "hw/prep: realize the PCI root bus as part of the prep init"
` [PATCH v3 03/39] Revert "hw/versatile: realize the PCI root bus as part of the versatile init"
` [PATCH v3 04/39] qdev: New qdev_new(), qdev_realize(), etc
` [PATCH v3 05/39] qdev: Put qdev_new() to use with Coccinelle
` [PATCH v3 06/39] qdev: Convert to qbus_realize(), qbus_unrealize()
` [PATCH v3 07/39] qdev: Convert to qdev_unrealize() with Coccinelle
` [PATCH v3 08/39] qdev: Convert to qdev_unrealize() manually
` [PATCH v3 09/39] qdev: Convert uses of qdev_create() with Coccinelle
` [PATCH v3 10/39] qdev: Convert uses of qdev_create() manually
` [PATCH v3 11/39] qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
` [PATCH v3 12/39] qdev: Convert uses of qdev_set_parent_bus() manually
` [PATCH v3 13/39] pci: New pci_new(), pci_realize_and_unref() etc
` [PATCH v3 14/39] hw/ppc: Eliminate two superfluous QOM casts
` [PATCH v3 15/39] pci: Convert uses of pci_create() etc. with Coccinelle
` [PATCH v3 16/39] pci: Convert uses of pci_create() etc. manually
` [PATCH v3 17/39] pci: pci_create(), pci_create_multifunction() are now unused, drop
` [PATCH v3 18/39] isa: New isa_new(), isa_realize_and_unref() etc
` [PATCH v3 19/39] isa: Convert uses of isa_create() with Coccinelle
` [PATCH v3 20/39] isa: Convert uses of isa_create(), isa_try_create() manually
` [PATCH v3 21/39] isa: isa_create(), isa_try_create() are now unused, drop
` [PATCH v3 22/39] ssi: ssi_auto_connect_slaves() never does anything, drop
` [PATCH v3 23/39] ssi: Convert uses of ssi_create_slave_no_init() with Coccinelle
` [PATCH v3 24/39] ssi: Convert last use of ssi_create_slave_no_init() manually
` [PATCH v3 25/39] ssi: ssi_create_slave_no_init() is now unused, drop
` [PATCH v3 26/39] usb: New usb_new(), usb_realize_and_unref()
` [PATCH v3 27/39] usb: Convert uses of usb_create()
` [PATCH v3 28/39] usb: usb_create() is now unused, drop
` [PATCH v3 29/39] usb: Eliminate usb_try_create_simple()
` [PATCH v3 30/39] qdev: qdev_create(), qdev_try_create() are now unused, drop
` [PATCH v3 31/39] auxbus: Rename aux_init_bus() to aux_bus_init()
` [PATCH v3 32/39] auxbus: New aux_bus_realize(), pairing with aux_bus_init()
` [PATCH v3 33/39] auxbus: Convert a use of qdev_set_parent_bus()
` [PATCH v3 34/39] auxbus: Eliminate aux_create_slave()
` [PATCH v3 35/39] qom: Tidy up a few object_initialize_child() calls
` [PATCH v3 36/39] qom: Less verbose object_initialize_child()
` [PATCH v3 37/39] macio: Convert use of qdev_set_parent_bus()
` [PATCH v3 38/39] macio: Eliminate macio_init_child_obj()
` [PATCH v3 39/39] sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls

[PULL 00/20] MIPS queue for June 9th, 2020
 2020-06-09 16:28 UTC  (21+ messages)
` [PULL 01/20] mailmap: Change email address of Filip Bozuta
` [PULL 02/20] mailmap: Change email address of Stefan Brankovic
` [PULL 03/20] target/mips: fpu: Demacro ADD.<D|S|PS>
` [PULL 04/20] target/mips: fpu: Demacro SUB.<D|S|PS>
` [PULL 05/20] target/mips: fpu: Demacro MUL.<D|S|PS>
` [PULL 06/20] target/mips: fpu: Demacro DIV.<D|S|PS>
` [PULL 07/20] target/mips: fpu: Remove now unused macro FLOAT_BINOP
` [PULL 08/20] target/mips: fpu: Demacro MADD.<D|S|PS>
` [PULL 09/20] target/mips: fpu: Demacro MSUB.<D|S|PS>
` [PULL 10/20] target/mips: fpu: Demacro NMADD.<D|S|PS>
` [PULL 11/20] target/mips: fpu: Demacro NMSUB.<D|S|PS>
` [PULL 12/20] target/mips: fpu: Remove now unused UNFUSED_FMA and FLOAT_FMA macros
` [PULL 13/20] target/mips: fpu: Demacro CLASS.<D|S>
` [PULL 14/20] target/mips: fpu: Remove now unused FLOAT_CLASS macro
` [PULL 15/20] target/mips: fpu: Demacro RINT.<D|S>
` [PULL 16/20] target/mips: fpu: Remove now unused FLOAT_RINT macro
` [PULL 17/20] target/mips: fpu: Name better paired-single variables
` [PULL 18/20] target/mips: fpu: Refactor conversion from ieee to mips exception flags
` [PULL 19/20] target/mips: Add Loongson-3 CPU definition
` [PULL 20/20] target/mips: Enable hardware page table walker and CMGCR features for P5600

[PATCH v7 0/8] pci_expander_brdige:acpi: Support pxb-pcie for ARM
 2020-06-09 16:38 UTC  (2+ messages)

[PATCH v2] Fix parameter type in vhost migration log path
 2020-06-09 16:38 UTC  (2+ messages)

[PATCH 0/6] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-06-09 16:36 UTC  (7+ messages)

[Bug 1879175] [NEW] GVTd not working after upgrade to qemu-5.0.0
 2020-06-09 16:26 UTC  (3+ messages)
` [Bug 1879175] Re: GVTd not working (black screen) "

[PULL 0/9] decodetree: Add non-overlapping groups
 2020-06-09 16:25 UTC  (10+ messages)
` [PULL 1/9] decodetree: Tidy error_with_file
` [PULL 2/9] decodetree: Rename MultiPattern to IncMultiPattern
` [PULL 3/9] decodetree: Split out MultiPattern from IncMultiPattern
` [PULL 4/9] decodetree: Allow group covering the entire insn space
` [PULL 5/9] decodetree: Move semantic propagation into classes
` [PULL 6/9] decodetree: Implement non-overlapping groups
` [PULL 7/9] tests/decode: Test "
` [PULL 8/9] decodetree: Drop check for less than 2 patterns in a group
` [PULL 9/9] target/arm: Use a non-overlapping group for misc control

[PATCH v6 0/7] coroutines: generate wrapper code
 2020-06-09 16:30 UTC  (9+ messages)
` [PATCH v6 1/7] block: return error-code from bdrv_invalidate_cache
` [PATCH v6 2/7] block/io: refactor coroutine wrappers
` [PATCH v6 3/7] block: declare some coroutine functions in block/coroutines.h
` [PATCH v6 4/7] scripts: add coroutine-wrapper.py
` [PATCH v6 5/7] block: generate coroutine-wrapper code
` [PATCH v6 6/7] block: drop bdrv_prwv
` [PATCH v6 7/7] block/io: refactor save/load vmstate

[PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
 2020-06-09 16:18 UTC  (5+ messages)

[PATCH] qcow2: Reduce write_zeroes size in handle_alloc_space()
 2020-06-09 16:19 UTC  (7+ messages)

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-06-09 16:01 UTC  (8+ messages)
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests

[Bug 1882784] [NEW] Legacy IGD passthrough in QEMU 5 disabled
 2020-06-09 15:46 UTC  (4+ messages)
` [Bug 1882784] "

[PATCH v7 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-06-09 15:50 UTC  (5+ messages)
` [PATCH v7 2/5] softmmu/vl: Let -fw_cfg option take a 'gen_id' argument

[PATCH v1] pc: Support coldplugging of virtio-pmem-pci devices on all buses
 2020-06-09 15:51 UTC  (3+ messages)

[PULL 00/21] MIPS queue for June 7th, 2020
 2020-06-09 15:44 UTC  (4+ messages)

[PATCH] virtio-pci: fix queue_enable write
 2020-06-09 15:43 UTC  (2+ messages)

[PATCH v4 0/5] virtio-pci: enable blk and scsi multi-queue by default
 2020-06-09 15:37 UTC  (7+ messages)
` [PATCH v4 1/5] virtio-pci: add virtio_pci_optimal_num_queues() helper
` [PATCH v4 5/5] vhost-user-blk: default num_queues to -smp N

[PATCH 0/1] hw/block/nvme: fix assert on invalid irq vector
 2020-06-09 15:32 UTC  (6+ messages)

[PATCH] pci: assert configuration access is within bounds
 2020-06-09 15:30 UTC  (3+ messages)

[PATCH v2 0/1] tricore: added AURIX TC277 D-Step TriBoard
 2020-06-09 15:25 UTC  (2+ messages)
` [PATCH v2 1/1] tricore: added triboard with tc27x_soc

[PATCH] rbd: Use RBD fast-diff for querying actual allocation
 2020-06-09 15:13 UTC  (4+ messages)
    ` [PATCH v2] "

Using QXL & Spice with Windows Host & QEMU
 2020-06-09 15:06 UTC  (3+ messages)

[PATCH RFC v2 0/5] block: add block-dirty-bitmap-populate job
 2020-06-09 15:04 UTC  (3+ messages)

[PATCH v2 0/5] TPM-TIS bios-tables-test
 2020-06-09 14:30 UTC  (5+ messages)

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

[PATCH v6 00/16] acpi: i386 tweaks
 2020-06-09 14:29 UTC  (4+ messages)
` [PATCH v6 08/16] acpi: move aml builder code for floppy device

[Bug 1882787] [NEW] AUD_set_volume_out takes SWVoiceOut as parameter, but controls HWVoiceOut
 2020-06-09 14:18 UTC 

[PATCH v5 00/11] RISC-V Add the OpenTitan Machine
 2020-06-09 14:21 UTC  (4+ messages)
` [PATCH v5 06/11] riscv: Initial commit of OpenTitan machine

[PATCH v5 0/3] account for NVDIMM nodes during SRAT generation
 2020-06-09 14:19 UTC  (3+ messages)
` [PATCH v5 3/3] tests/acpi: update expected SRAT files

[PATCH v4 00/10] vhost-user: Lift Max Ram Slots Limitation
 2020-06-09 14:13 UTC  (4+ messages)
` [PATCH v4 04/10] Transmit vhost-user memory regions individually

[PATCH v5] numa: forbid '-numa node, mem' for 5.1 and newer machine types
 2020-06-09 13:56 UTC 


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