qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-09 12:28:09 to 2020-06-09 17:24:31 UTC [more...]

[PATCH v2 0/7] virtio: enable VIRTIO_F_RING_PACKED for all devices
 2020-06-09 17:02 UTC  (3+ messages)
` [PATCH v2 1/7] tests/libqos: mask out VIRTIO_F_RING_PACKED for now
` [PATCH v2 6/7] vhost-scsi: add VIRTIO_F_VERSION_1 and VIRTIO_F_RING_PACKED

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

[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

[PATCH 0/7] target/arm: Convert Neon 3-reg-diff to decodetree
 2020-06-09 17:01 UTC  (9+ 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

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

[PATCH] pci: Display PCI IRQ pin in "info pci"
 2020-06-09 16:18 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  (5+ 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  (10+ messages)
` [PATCH v2 1/5] test/tpm-emu: include sockets and channel headers in tpm-emu header
` [PATCH v2 2/5] tests/acpi: Add void tables for Q35/TPM-TIS bios-tables-test
` [PATCH v2 3/5] tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS
` [PATCH v2 4/5] bios-tables-test: Add Q35/TPM-TIS test
` [PATCH v2 5/5] bios-tables-test: Generate reference tables for Q35/TPM-TIS

[RFC PATCH 0/5] hw/misc: Add LED device
 2020-06-09 14:29 UTC  (7+ messages)
` [RFC PATCH 1/5] hw/misc: Add a "
` [RFC PATCH 2/5] hw/misc/led: Add LED_STATUS_CHANGED QAPI event
` [RFC PATCH 3/5] hw/misc/led: Add create_led_by_gpio_id() helper
` [RFC PATCH 4/5] hw/arm/microbit: Add a fake LED to use as proof-of-concept with Zephyr
` [RFC PATCH 5/5] hw/arm/tosa: Use LED device for the Bluetooth led

[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 

[PATCH] iotests: Fix 291 across more file systems
 2020-06-09 13:32 UTC  (2+ messages)

adding netfilter_queue to kernel config for qemu
 2020-06-09  2:21 UTC 

[PATCH v3 0/3] python/machine.py: refactor shutdown
 2020-06-09 13:08 UTC  (2+ messages)

[PATCH v3 00/24] Fixes around device realization
 2020-06-09 13:07 UTC  (23+ messages)
` [PATCH v3 02/24] display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge"
` [PATCH v3 04/24] arm/aspeed: Compute the number of CPUs from the SoC definition
` [PATCH v3 05/24] arm/aspeed: Rework NIC attachment
` [PATCH v3 06/24] armv7m: Delete unused "ARM,bitband-memory" devices
` [PATCH v3 07/24] auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slave
` [PATCH v3 08/24] mac_via: Fix to realize "mos6522-q800-via*" devices
` [PATCH v3 09/24] macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices
` [PATCH v3 10/24] macio: Delete unused "macio-gpio" devices
` [PATCH v3 11/24] pnv/phb4: Delete unused "pnv-phb4-pec-stack" devices
` [PATCH v3 13/24] ppc4xx: Drop redundant device realization
` [PATCH v3 14/24] macio: Put "macio-nvram" device on the macio bus
` [PATCH v3 15/24] macio: Fix macio-bus to be a subtype of System bus
` [PATCH v3 16/24] ppc/pnv: Put "*-pnv-chip" and "pnv-xive" on the main system bus
` [PATCH v3 17/24] pnv/psi: Correct the pnv-psi* devices not to be sysbus devices
` [PATCH v3 18/24] display/sm501 display/ati: Fix to realize "i2c-ddc"
` [PATCH v3 19/24] riscv: Fix to put "riscv.hart_array" devices on sysbus
` [PATCH v3 20/24] riscv: Fix type of SiFive[EU]SocState, member parent_obj
` [PATCH v3 21/24] sparc/leon3: Fix to put grlib,* devices on sysbus
  ` [PATCH v3 21/24] sparc/leon3: Fix to put grlib, * "
` [PATCH v3 22/24] qdev: Assert devices are plugged into a bus that can take them
` [PATCH v3 23/24] sd: Hide the qdev-but-not-quite thing created by sd_init()
` [PATCH v3 24/24] qdev: Assert onboard devices all get realized properly

[PATCH] tests/qtest: Fix LGPL information in the file headers
 2020-06-09 12:35 UTC  (2+ messages)

[PATCH] virtiofsd: Whitelist fchmod
 2020-06-09 12:31 UTC  (2+ messages)
` [Virtio-fs] "


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