messages from 2020-06-10 04:47:51 to 2020-06-10 12:01:07 UTC [more...]
[PATCH v4 00/21] virtio-mem: Paravirtualized memory hot(un)plug
2020-06-10 11:54 UTC (6+ messages)
` [PATCH v4 01/21] exec: Introduce ram_block_discard_(disable|require)()
` [PATCH v4 02/21] vfio: Convert to ram_block_discard_disable()
` [PATCH v4 03/21] accel/kvm: "
` [PATCH v4 05/21] virtio-balloon: Rip out qemu_balloon_inhibit()
` [PATCH v4 06/21] target/i386: sev: Use ram_block_discard_disable()
[PATCH v2 0/8] sh4: Mark it orphan in MAINTAINERS & trivial fixes
2020-06-10 11:54 UTC (12+ messages)
` [PATCH v2 1/8] MAINTAINERS: Mark SH4 hardware orphan
` [PATCH v2 2/8] MAINTAINERS: Mark SH4 based R2D & Shix machines orphan
[PATCH v9 00/61] target/riscv: support vector extension v0.7.1
2020-06-10 11:36 UTC (9+ messages)
` [PATCH v9 01/61] target/riscv: add vector extension field in CPURISCVState
` [PATCH v9 02/61] target/riscv: implementation-defined constant parameters
` [PATCH v9 03/61] target/riscv: support vector extension csr
` [PATCH v9 04/61] target/riscv: add vector configure instruction
` [PATCH v9 05/61] target/riscv: add an internals.h header
` [PATCH v9 06/61] target/riscv: add vector stride load and store instructions
` [PATCH v9 07/61] target/riscv: add vector index "
` [PATCH v9 08/61] target/riscv: add fault-only-first unit stride load
Clarification regarding new qemu-img convert --target-is-zero flag
2020-06-10 11:52 UTC (5+ messages)
[PATCH v7 0/9] acpi: i386 tweaks
2020-06-10 11:40 UTC (11+ messages)
` [PATCH v7 1/9] acpi: move aml builder code for floppy device
` [PATCH v7 2/9] floppy: make isa_fdc_get_drive_max_chs static
` [PATCH v7 3/9] floppy: move cmos_get_fd_drive_type() from pc
` [PATCH v7 4/9] acpi: move aml builder code for i8042 (kbd+mouse) device
` [PATCH v7 5/9] acpi: factor out fw_cfg_add_acpi_dsdt()
` [PATCH v7 6/9] acpi: simplify build_isa_devices_aml()
` [PATCH v7 7/9] acpi: drop serial/parallel enable bits from dsdt
` [PATCH v7 8/9] acpi: drop build_piix4_pm()
` [PATCH v7 9/9] acpi: q35: drop _SB.PCI0.ISA.LPCD opregion
[PATCH] iotests: Fix 291 across more file systems
2020-06-10 11:41 UTC (4+ messages)
[PATCH] qcow2: Reduce write_zeroes size in handle_alloc_space()
2020-06-10 11:25 UTC (9+ messages)
Source for configuration for cloud-init
2020-06-10 10:46 UTC
[PATCH v2] hmp: Make json format optional for qom-set
2020-06-10 10:40 UTC (5+ messages)
[Bug 1882671] [NEW] qemu-system-x86_64 (ver 4.2) stuck at boot with OVMF bios
2020-06-10 10:18 UTC (2+ messages)
` [Bug 1882671] "
[PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
2020-06-10 10:24 UTC (16+ messages)
[RFC v2 00/18] Refactor configuration of guest memory protection
2020-06-10 10:07 UTC (14+ messages)
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests
[PATCH v7 0/7] coroutines: generate wrapper code
2020-06-10 10:03 UTC (8+ messages)
` [PATCH v7 1/7] block: return error-code from bdrv_invalidate_cache
` [PATCH v7 2/7] block/io: refactor coroutine wrappers
` [PATCH v7 3/7] block: declare some coroutine functions in block/coroutines.h
` [PATCH v7 4/7] scripts: add coroutine-wrapper.py
` [PATCH v7 5/7] block: generate coroutine-wrapper code
` [PATCH v7 6/7] block: drop bdrv_prwv
` [PATCH v7 7/7] block/io: refactor save/load vmstate
[PATCH] hw/vfio/pci-quirks: Fix broken legacy IGD passthrough
2020-06-10 10:08 UTC (8+ messages)
[PATCH V2] virtio-pci: fix queue_enable write
2020-06-10 9:52 UTC (4+ messages)
[PATCH] MAINTAINERS: Volunteer for maintaining the Renesas hardware
2020-06-10 9:52 UTC (4+ messages)
[PATCH] qcow2: Fix preallocation on images with unaligned sizes
2020-06-10 9:46 UTC
[PATCH v6 00/16] acpi: i386 tweaks
2020-06-10 9:40 UTC (3+ messages)
[PATCH 0/2] Fix NBD CVE-2020-10761
2020-06-10 9:24 UTC (5+ messages)
` [PATCH 1/2] nbd/server: Avoid long error message assertions CVE-2020-10761
` [PATCH 2/2] block: Call attention to truncation of long NBD exports
[PATCH RESEND v3 00/58] qdev: Rework how we plug into the parent bus
2020-06-10 9:37 UTC (64+ messages)
` [PATCH RESEND v3 01/58] qdev: Rename qbus_realize() to qbus_init()
` [PATCH RESEND v3 02/58] Revert "hw/prep: realize the PCI root bus as part of the prep init"
` [PATCH RESEND v3 03/58] Revert "hw/versatile: realize the PCI root bus as part of the versatile init"
` [PATCH RESEND v3 04/58] qdev: New qdev_new(), qdev_realize(), etc
` [PATCH RESEND v3 05/58] qdev: Put qdev_new() to use with Coccinelle
` [PATCH RESEND v3 06/58] qdev: Convert to qbus_realize(), qbus_unrealize()
` [PATCH RESEND v3 07/58] qdev: Convert to qdev_unrealize() with Coccinelle
` [PATCH RESEND v3 08/58] qdev: Convert to qdev_unrealize() manually
` [PATCH RESEND v3 09/58] qdev: Convert uses of qdev_create() with Coccinelle
` [PATCH RESEND v3 10/58] qdev: Convert uses of qdev_create() manually
` [PATCH RESEND v3 11/58] qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
` [PATCH RESEND v3 12/58] qdev: Convert uses of qdev_set_parent_bus() manually
` [PATCH RESEND v3 13/58] pci: New pci_new(), pci_realize_and_unref() etc
` [PATCH RESEND v3 14/58] hw/ppc: Eliminate two superfluous QOM casts
` [PATCH RESEND v3 15/58] pci: Convert uses of pci_create() etc. with Coccinelle
` [PATCH RESEND v3 16/58] pci: Convert uses of pci_create() etc. manually
` [PATCH RESEND v3 17/58] pci: pci_create(), pci_create_multifunction() are now unused, drop
` [PATCH RESEND v3 18/58] isa: New isa_new(), isa_realize_and_unref() etc
` [PATCH RESEND v3 19/58] isa: Convert uses of isa_create() with Coccinelle
` [PATCH RESEND v3 20/58] isa: Convert uses of isa_create(), isa_try_create() manually
` [PATCH RESEND v3 21/58] isa: isa_create(), isa_try_create() are now unused, drop
` [PATCH RESEND v3 22/58] ssi: ssi_auto_connect_slaves() never does anything, drop
` [PATCH RESEND v3 23/58] ssi: Convert uses of ssi_create_slave_no_init() with Coccinelle
` [PATCH RESEND v3 24/58] ssi: Convert last use of ssi_create_slave_no_init() manually
` [PATCH RESEND v3 25/58] ssi: ssi_create_slave_no_init() is now unused, drop
` [PATCH RESEND v3 26/58] usb: New usb_new(), usb_realize_and_unref()
` [PATCH RESEND v3 27/58] usb: Convert uses of usb_create()
` [PATCH RESEND v3 28/58] usb: usb_create() is now unused, drop
` [PATCH RESEND v3 29/58] usb: Eliminate usb_try_create_simple()
` [PATCH RESEND v3 30/58] qdev: qdev_create(), qdev_try_create() are now unused, drop
` [PATCH RESEND v3 31/58] auxbus: Rename aux_init_bus() to aux_bus_init()
` [PATCH RESEND v3 32/58] auxbus: New aux_bus_realize(), pairing with aux_bus_init()
` [PATCH RESEND v3 33/58] auxbus: Convert a use of qdev_set_parent_bus()
` [PATCH RESEND v3 34/58] auxbus: Eliminate aux_create_slave()
` [PATCH RESEND v3 35/58] qom: Tidy up a few object_initialize_child() calls
` [PATCH RESEND v3 36/58] qom: Less verbose object_initialize_child()
` [PATCH RESEND v3 37/58] macio: Convert use of qdev_set_parent_bus()
` [PATCH RESEND v3 38/58] macio: Eliminate macio_init_child_obj()
` [PATCH RESEND v3 39/58] sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls
` [PATCH RESEND v3 40/58] microbit: Tidy up sysbus_init_child_obj() @child argument
` [PATCH RESEND v3 41/58] sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1
` [PATCH RESEND v3 42/58] hw/arm/armsse: Pass correct child size to sysbus_init_child_obj()
` [PATCH RESEND v3 43/58] sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 2
` [PATCH RESEND v3 44/58] sysbus: New sysbus_realize(), sysbus_realize_and_unref()
` [PATCH RESEND v3 45/58] sysbus: Convert to sysbus_realize() etc. with Coccinelle
` [PATCH RESEND v3 46/58] qdev: Drop qdev_realize() support for null bus
` [PATCH RESEND v3 47/58] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
` [PATCH RESEND v3 48/58] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
` [PATCH RESEND v3 49/58] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3
` [PATCH RESEND v3 50/58] sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 4
` [PATCH RESEND v3 51/58] sysbus: sysbus_init_child_obj() is now unused, drop
` [PATCH RESEND v3 52/58] microbit: Eliminate two local variables in microbit_init()
` [PATCH RESEND v3 53/58] s390x/event-facility: Simplify creation of SCLP event devices
` [PATCH RESEND v3 54/58] qdev: Make qdev_realize() support bus-less devices
` [PATCH RESEND v3 55/58] qdev: Use qdev_realize() in qdev_device_add()
` [PATCH RESEND v3 56/58] qdev: Convert bus-less devices to qdev_realize() with Coccinelle
` [PATCH RESEND v3 57/58] qdev: qdev_init_nofail() is now unused, drop
` [PATCH RESEND v3 58/58] MAINTAINERS: Make section QOM cover hw/core/*bus.c as well
[PATCH] hw/timer/a9gtimer: Clear pending interrupt, after the clear of Event flag
2020-06-10 8:45 UTC
[PATCH v2 0/1] tricore: added AURIX TC277 D-Step TriBoard
2020-06-10 8:48 UTC (3+ messages)
` [PATCH v2 1/1] tricore: added triboard with tc27x_soc
[Bug 1882784] [NEW] Legacy IGD passthrough in QEMU 5 disabled
2020-06-10 8:03 UTC (2+ messages)
` [Bug 1882784] "
[PATCH] iotests: Add copyright line in qcow2.py
2020-06-10 7:42 UTC (2+ messages)
[PATCH 0/7] target/arm: Convert Neon 3-reg-diff to decodetree
2020-06-10 7:41 UTC (4+ messages)
` [PATCH 1/7] target/arm: Fix missing temp frees in do_vshll_2sh
[PATCH v3] target/arm/cpu: adjust virtual time for arm cpu
2020-06-10 7:40 UTC (4+ messages)
[PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
2020-06-10 7:36 UTC (6+ messages)
[Bug 1882065] [NEW] Could this cause OOB bug ?
2020-06-10 7:27 UTC (3+ messages)
` [Bug 1882065] "
[Bug 1882817] [NEW] Segfault in audio_pcm_sw_write with audio over VNC
2020-06-10 7:26 UTC (2+ messages)
` [Bug 1882817] "
RFC: use VFIO over a UNIX domain socket to implement device offloading
2020-06-10 6:25 UTC (7+ messages)
[PATCH 0/9] AMD SEV: Cleanup state handling
2020-06-10 6:23 UTC (4+ messages)
[PATCH v2 0/7] virtio: enable VIRTIO_F_RING_PACKED for all devices
2020-06-10 6:20 UTC (12+ messages)
` [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] virtio-pci: fix queue_enable write
2020-06-10 5:36 UTC (5+ messages)
[PATCH 00/16] Crazy shit around -global (pardon my french)
2020-06-10 6:01 UTC (4+ messages)
` [PATCH 10/16] qdev: Improve netdev property override error a bit
[PATCH V3 0/3] migration/colo: Optimize COLO framework code
2020-06-10 6:00 UTC (2+ messages)
[PULL 00/56] virtio,acpi,pci: features, fixes, cleanups, tests
2020-06-10 5:30 UTC (29+ messages)
` [PULL 03/56] hw/acpi/nvdimm: add a helper to augment SRAT generation
` [PULL 04/56] tests/acpi: update expected SRAT files
` [PULL 05/56] qtest: allow DSDT acpi table changes
` [PULL 11/56] acpi: move aml builder code for parallel device
` [PULL 26/56] virtio-balloon: Provide an interface for free page reporting
` [PULL 29/56] pci: assert configuration access is within bounds
` [PULL 30/56] hw/pci-host/prep: Correct RAVEN bus bridge memory region size
` [PULL 32/56] hw/pci/pci_bridge: Use the IEC binary prefix definitions
` [PULL 33/56] hw/pci-host: "
` [PULL 35/56] vhost-user-blk: delay vhost_user_blk_disconnect
` [PULL 37/56] Add vhost-user helper to get MemoryRegion data
` [PULL 39/56] Transmit vhost-user memory regions individually
` [PULL 40/56] Lift max memory slots limit imposed by vhost-user
` [PULL 41/56] Refactor out libvhost-user fault generation logic
` [PULL 42/56] Support ram slot configuration in libvhost-user
` [PULL 43/56] Support adding individual regions "
` [PULL 44/56] Support individual region unmap "
` [PULL 46/56] libvhost-user: advertise vring features
` [PULL 47/56] hw/pci: Fix crash when running QEMU with "-nic model=rocker"
` [PULL 48/56] vhost-vsock: add vhost-vsock-common abstraction
` [PULL 49/56] virtio: add vhost-user-vsock base device
` [PULL 51/56] acpi: make build_madt() more generic
` [PULL 52/56] acpi: create acpi-common.c and move madt code
` [PULL 53/56] acpi: madt: skip pci override on pci-less systems
` [PULL 54/56] acpi: fadt: add hw-reduced sleep register support
` [PULL 55/56] acpi: ged: rename event memory region
` [PULL 56/56] Fix parameter type in vhost migration log path
[PATCH v6 0/7] coroutines: generate wrapper code
2020-06-10 5:21 UTC (4+ messages)
` [PATCH v6 4/7] scripts: add coroutine-wrapper.py
[PATCH v5 0/2] Makefile: libfdt: build only the strict necessary
2020-06-10 5:02 UTC (6+ messages)
[PATCH v5] numa: forbid '-numa node, mem' for 5.1 and newer machine types
2020-06-10 4:32 UTC (2+ messages)
` [PATCH v5] numa: forbid '-numa node,mem' "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).