qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-02 19:36:48 to 2018-01-03 10:20:21 UTC [more...]

[Qemu-devel] [PATCH 00/11] migration: cleanup migration_thread()
 2018-01-03 10:20 UTC  (30+ messages)
` [Qemu-devel] [PATCH 01/11] migration: assert colo instead of check
` [Qemu-devel] [PATCH 02/11] migration: qemu_savevm_state_cleanup() in cleanup
` [Qemu-devel] [PATCH 03/11] migration: remove "enable_colo" var
` [Qemu-devel] [PATCH 04/11] migration: split use of MigrationState.total_time
` [Qemu-devel] [PATCH 05/11] migration: move vm_old_running into global state
` [Qemu-devel] [PATCH 06/11] migration: introduce vm_down_start_time
` [Qemu-devel] [PATCH 07/11] migration: introduce migrate_calculate_complete
` [Qemu-devel] [PATCH 08/11] migration: use switch at the end of migration
` [Qemu-devel] [PATCH 09/11] migration: cleanup stats update into function
` [Qemu-devel] [PATCH 10/11] migration: major cleanup for migrate iterations
` [Qemu-devel] [PATCH 11/11] migration: put the finish part into a new function

[Qemu-devel] [PATCH v2 0/3] chardev: convert leftover glib APIs to use dedicate gcontext
 2018-01-03 10:12 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/3] chardev: use backend chr context when watch for fe
` [Qemu-devel] [PATCH v2 2/3] chardev: let g_idle_add() be with chardev gcontext
` [Qemu-devel] [PATCH v2 3/3] chardev: introduce qemu_chr_timeout_add() and use
  ` [Qemu-devel] [PATCH v2.1 "

[Qemu-devel] [PATCH v3 00/42] SDHCI: housekeeping, add a qtest and fix few issues
 2018-01-03 10:10 UTC  (23+ messages)
` [Qemu-devel] [PATCH v3 02/42] sdhci: sort registers comments
` [Qemu-devel] [PATCH v3 03/42] sdhci: remove dead code
` [Qemu-devel] [PATCH v3 04/42] sdhci: refactor same sysbus/pci properties into a common one
` [Qemu-devel] [PATCH v3 05/42] sdhci: refactor common sysbus/pci class_init() into sdhci_class_init()
` [Qemu-devel] [PATCH v3 06/42] sdhci: refactor common sysbus/pci realize() into sdhci_realizefn()
` [Qemu-devel] [PATCH v3 07/42] sdhci: refactor common sysbus/pci unrealize() into sdhci_unrealizefn()
` [Qemu-devel] [PATCH v3 10/42] sdhci: add a GPIO for the 'access control' LED
` [Qemu-devel] [PATCH v3 13/42] sdhci: rename the SDHC_CAPAB register
` [Qemu-devel] [PATCH v3 14/42] sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-only

[Qemu-devel] [PATCH v6 00/17] target/m68k: supervisor mode (part 1)
 2018-01-03  9:53 UTC  (19+ messages)
` [Qemu-devel] [PATCH v6 01/17] target-m68k: sync CC_OP before gen_jmp_tb()
` [Qemu-devel] [PATCH v6 02/17] target/m68k: fix gen_get_ccr()
` [Qemu-devel] [PATCH v6 03/17] linux-user, m68k: correctly manage SR in context
` [Qemu-devel] [PATCH v6 04/17] target/m68k: use insn_pc to generate instruction fault address
` [Qemu-devel] [PATCH v6 05/17] target/m68k: add CPU_LOG_INT trace
` [Qemu-devel] [PATCH v6 06/17] target/m68k: manage 680x0 stack frames
` [Qemu-devel] [PATCH v6 07/17] target/m68k: add chk and chk2
` [Qemu-devel] [PATCH v6 08/17] target/m68k: add move16
` [Qemu-devel] [PATCH v6 09/17] target/m68k: softmmu cleanup
` [Qemu-devel] [PATCH v6 10/17] target/m68k: add cpush/cinv
` [Qemu-devel] [PATCH v6 11/17] target/m68k: add reset
` [Qemu-devel] [PATCH v6 12/17] target/m68k: implement fsave/frestore
` [Qemu-devel] [PATCH v6 13/17] target/m68k: move CCR/SR functions
` [Qemu-devel] [PATCH v6 14/17] target/m68k: add 680x0 "move to SR" instruction
` [Qemu-devel] [PATCH v6 15/17] target/m68k: add andi/ori/eori to SR/CCR
` [Qemu-devel] [PATCH v6 16/17] target/m68k: add the Interrupt Stack Pointer
` [Qemu-devel] [PATCH v6 17/17] target/m68k: fix m68k_cpu_dump_state()

[Qemu-devel] [PULL 00/14] Migration pull request
 2018-01-03  9:38 UTC  (15+ messages)
` [Qemu-devel] [PULL 01/14] migration: Use proper types in json
` [Qemu-devel] [PULL 02/14] migration: print features as on off
` [Qemu-devel] [PULL 03/14] migration: free addr in the same function that we created it
` [Qemu-devel] [PULL 04/14] docs: Convert migration.txt to rst
` [Qemu-devel] [PULL 05/14] migration: free result string
` [Qemu-devel] [PULL 06/14] migration: fix analyze-migration.py script with radix table
` [Qemu-devel] [PULL 07/14] migration: introduce postcopy-blocktime capability
` [Qemu-devel] [PULL 08/14] migration: add postcopy blocktime ctx into MigrationIncomingState
` [Qemu-devel] [PULL 09/14] migration: calculate vCPU blocktime on dst side
` [Qemu-devel] [PULL 10/14] migration: postcopy_blocktime documentation
` [Qemu-devel] [PULL 11/14] migration: add blocktime calculation into migration-test
` [Qemu-devel] [PULL 12/14] migration: add postcopy total blocktime into query-migrate
` [Qemu-devel] [PULL 13/14] migration: Guard ram_bytes_remaining against early call
` [Qemu-devel] [PULL 14/14] migration: finalize current_migration object

[Qemu-devel] [SPARC] question on LEON IRQMP interrupt controller
 2018-01-03  9:23 UTC  (3+ messages)

[Qemu-devel] [PATCH v14 0/9] Add ARMv8 RAS virtualization support in QEMU
 2018-01-03  9:13 UTC  (13+ messages)
` [Qemu-devel] [PATCH v14 2/9] ACPI: Add APEI GHES table generation and CPER record support
` [Qemu-devel] [PATCH v14 7/9] ARM: ACPI: Add GPIO notification type for hardware RAS error
` [Qemu-devel] [PATCH v14 8/9] hw/arm/virt: Add RAS platform version for migration
` [Qemu-devel] [PATCH v14 9/9] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[Qemu-devel] [PATCH v2] hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge device
 2018-01-03  9:10 UTC 

[Qemu-devel] [PATCH v20 4/7] virtio-balloon: VIRTIO_BALLOON_F_SG
 2018-01-03  9:00 UTC  (7+ messages)

[Qemu-devel] [PATCH v20 3/7 RESEND] xbitmap: add more operations
 2018-01-03  8:56 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/3] chardev: convert leftover glib APIs to use dedicate gcontext
 2018-01-03  8:54 UTC  (6+ messages)
` [Qemu-devel] [PATCH 3/3] chardev: introduce qemu_chr_timeout_add() and use

[Qemu-devel] [PATCH v5 0/2] qemu-img: Document --force-share / -U
 2018-01-03  8:40 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 1/2] qemu-img.texi: Clean up parameter list

[Qemu-devel] [Bug 1158912] [NEW] QEMU Version 1.4.0 - SLIRP hangs VM
 2018-01-03  8:13 UTC  (4+ messages)
` [Qemu-devel] [Bug 1158912] "

[Qemu-devel] [PATCH v12 0/6] calculate blocktime for postcopy live migration
 2018-01-03  8:25 UTC  (16+ messages)
  ` [Qemu-devel] [PATCH v12 1/6] migration: introduce postcopy-blocktime capability
  ` [Qemu-devel] [PATCH v12 2/6] migration: add postcopy blocktime ctx into MigrationIncomingState
  ` [Qemu-devel] [PATCH v12 3/6] migration: calculate vCPU blocktime on dst side
  ` [Qemu-devel] [PATCH v12 6/6] migration: add postcopy total blocktime into query-migrate
  ` [Qemu-devel] [PATCH v12 4/6] migration: postcopy_blocktime documentation
  ` [Qemu-devel] [PATCH v12 5/6] migration: add blocktime calculation into migration-test

[Qemu-devel] dropped pkts with Qemu on tap interace (RX)
 2018-01-03  8:14 UTC  (7+ messages)

[Qemu-devel] [PATCH v1 00/21] RISC-V QEMU Port Submission v1
 2018-01-03  7:12 UTC  (33+ messages)
` [Qemu-devel] [PATCH v1 01/21] RISC-V Maintainers
` [Qemu-devel] [PATCH v1 02/21] RISC-V ELF Machine Definition
` [Qemu-devel] [PATCH v1 03/21] RISC-V CPU Core Definition
` [Qemu-devel] [PATCH v1 04/21] RISC-V Disassembler
` [Qemu-devel] [PATCH v1 05/21] RISC-V CPU Helpers
` [Qemu-devel] [PATCH v1 06/21] RISC-V FPU Support
` [Qemu-devel] [PATCH v1 07/21] RISC-V GDB Stub
` [Qemu-devel] [PATCH v1 08/21] RISC-V TCG Code Generation
` [Qemu-devel] [PATCH v1 09/21] RISC-V Physical Memory Protection
` [Qemu-devel] [PATCH v1 10/21] RISC-V Linux User Emulation
` [Qemu-devel] [PATCH v1 11/21] RISC-V HTIF Console
` [Qemu-devel] [PATCH v1 12/21] RISC-V HART Array
` [Qemu-devel] [PATCH v1 13/21] SiFive RISC-V CLINT Block
` [Qemu-devel] [PATCH v1 14/21] SiFive RISC-V PLIC Block
` [Qemu-devel] [PATCH v1 15/21] RISC-V Spike Machines
` [Qemu-devel] [PATCH v1 16/21] RISC-V VirtIO Machine
` [Qemu-devel] [PATCH v1 17/21] SiFive RISC-V UART Device
` [Qemu-devel] [PATCH v1 18/21] SiFive RISC-V PRCI Block
` [Qemu-devel] [PATCH v1 19/21] SiFive Freedom E300 RISC-V Machine
` [Qemu-devel] [PATCH v1 20/21] SiFive Freedom U500 "
` [Qemu-devel] [PATCH v1 21/21] RISC-V Build Infrastructure

[Qemu-devel] [RFC v2 0/4] enable numa configuration before machine is running from HMP/QMP
 2018-01-03  5:52 UTC  (2+ messages)

[Qemu-devel] [Bug 1087411] [NEW] pseries machine breaks in instalation of SLES11_SP2
 2018-01-03  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1087411] "

[Qemu-devel] [Bug 1188018] [NEW] qemu monitor does not suppot rbd "savevm" command
 2018-01-03  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1188018] "

[Qemu-devel] [PULL 00/15] ppc-for-2.12 queue 20180103
 2018-01-03  4:24 UTC  (16+ messages)
` [Qemu-devel] [PULL 01/15] target-ppc: optimize cmp translation
` [Qemu-devel] [PULL 02/15] pseries: Update SLOF firmware image to qemu-slof-20171214
` [Qemu-devel] [PULL 03/15] sm501: Add panel hardware cursor registers also to read function
` [Qemu-devel] [PULL 04/15] sm501: Add some more unimplemented registers
` [Qemu-devel] [PULL 05/15] ppc4xx_i2c: Implement basic I2C functions
` [Qemu-devel] [PULL 06/15] ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency
` [Qemu-devel] [PULL 07/15] spapr: Capabilities infrastructure
` [Qemu-devel] [PULL 08/15] spapr: Treat Hardware Transactional Memory (HTM) as an optional capability
` [Qemu-devel] [PULL 09/15] spapr: Validate capabilities on migration
` [Qemu-devel] [PULL 10/15] target/ppc: Clean up probing of VMX, VSX and DFP availability on KVM
` [Qemu-devel] [PULL 11/15] spapr: Handle VMX/VSX presence as an spapr capability flag
` [Qemu-devel] [PULL 12/15] spapr: Handle Decimal Floating Point (DFP) as an optional capability
` [Qemu-devel] [PULL 13/15] spapr_pci: use warn_report()
` [Qemu-devel] [PULL 14/15] hw/ide: Emulate SiI3112 SATA controller
` [Qemu-devel] [PULL 15/15] target/ppc: more use of the PPC_*() macros

[Qemu-devel] [PATCH v8 0/4] Introduce a new vhost-user-blk host device to QEMU
 2018-01-03  4:12 UTC  (11+ messages)
` [Qemu-devel] [PATCH v8 1/4] vhost-user: add new vhost user messages to support virtio config space
` [Qemu-devel] [PATCH v8 3/4] contrib/libvhost-user: enable virtio config space messages
` [Qemu-devel] [PATCH v8 4/4] contrib/vhost-user-blk: introduce a vhost-user-blk sample application

[Qemu-devel] [PATCH] util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap()
 2018-01-03  3:16 UTC  (3+ messages)

[Qemu-devel] [PATCH] migration: fix small leaks
 2018-01-03  2:33 UTC  (6+ messages)

[Qemu-devel] [PATCH] usb-storage: Fix share-rw option parsing
 2018-01-03  2:13 UTC  (2+ messages)
` [Qemu-devel] [Qemu-stable] "

[Qemu-devel] Problem to start VM with libiscsi + qemu upstream
 2018-01-03  2:12 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] mem/nvdimm: ensure persistence of QEMU writes to real NVDIMM device
 2018-01-03  2:04 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/2] util/pmem: add function to make writes to pmem persistent

[Qemu-devel] [PATCH RESEND v4] vhost: set used memslots for vhost-user and vhost-kernel respectively
 2018-01-03  1:53 UTC  (3+ messages)

[Qemu-devel] [PATCH] hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge device
 2018-01-03  0:39 UTC  (2+ messages)

[Qemu-devel] [RESEND PATCH 2/6] memory: introduce AddressSpaceOps and IOMMUObject
 2018-01-03  0:28 UTC  (11+ messages)

[Qemu-devel] [PATCH qemu v3] RFC: ppc/spapr: Receive and store device tree blob from SLOF
 2018-01-03  0:09 UTC  (10+ messages)

[Qemu-devel] [PATCH v5 00/17] target/m68k: supervisor mode (part 1)
 2018-01-02 23:53 UTC  (9+ messages)
` [Qemu-devel] [PATCH v5 07/17] target/m68k: add chk and chk2
` [Qemu-devel] [PATCH v5 08/17] target/m68k: add move16

[Qemu-devel] [PATCH v6 00/20] add byte-based block_status driver callbacks
 2018-01-02 22:36 UTC  (9+ messages)
` [Qemu-devel] [PATCH v6 06/20] iscsi: Switch iscsi_allocmap_update() to byte-based
  ` [Qemu-devel] [Qemu-block] "
` [Qemu-devel] [PATCH v6 14/20] sheepdog: Switch to .bdrv_co_block_status()
` [Qemu-devel] [PATCH v6 18/20] vpc: "

[Qemu-devel] [PATCH 0/7] blockjob: refactor mirror_throttle
 2018-01-02 21:23 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/7] blockjob: consolidate SLICE_TIME definition
` [Qemu-devel] [PATCH 3/7] blockjob: create block_job_throttle

[Qemu-devel] [PATH v2 0/2] qmp: 'wakeup-suspend-support' in query-target
 2018-01-02 21:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] qmp: adding "

[Qemu-devel] [PATCH v3 0/6] Add make check tests for Migration
 2018-01-02 20:52 UTC  (5+ messages)

[Qemu-devel] [PATCH RESEND 1/1] qmp.c: system_wakeup: adding RUN_STATE_SUSPENDED check before proceeding
 2018-01-02 20:39 UTC  (3+ messages)

[Qemu-devel] Call for GSoC & Outreachy 2018 mentors & project ideas
 2018-01-02 20:23 UTC 

[Qemu-devel] [PATCH v3 00/11] i.MX FEC changes
 2018-01-02 19:36 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 06/11] imx_fec: Use MIN instead of explicit ternary operator
` [Qemu-devel] [PATCH v3 07/11] imx_fec: Emulate SHIFT16 in ENETx_RACC
` [Qemu-devel] [PATCH v3 08/11] imx_fec: Add support for multiple Tx DMA rings
` [Qemu-devel] [PATCH v3 09/11] imx_fec: Use correct length for packet size
` [Qemu-devel] [PATCH v3 10/11] imx_fec: Fix a typo in imx_enet_receive()
` [Qemu-devel] [PATCH v3 11/11] imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file


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