qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-12 13:59:51 to 2014-09-13 19:50:35 UTC [more...]

[Qemu-devel] [RFC 00/10] AHCI Device improvements
 2014-09-13 19:50 UTC  (20+ messages)
` [Qemu-devel] [RFC 01/10] ide: add is_write() macro for semantic consistency
` [Qemu-devel] [RFC 02/10] AHCI: Update byte count after DMA completion
` [Qemu-devel] [RFC 03/10] AHCI: Add PRD interrupt
` [Qemu-devel] [RFC 04/10] ide: Correct handling of malformed/short PRDTs
` [Qemu-devel] [RFC 05/10] AHCI: Rename NCQFIS structure fields
` [Qemu-devel] [RFC 06/10] AHCI: Fix FIS decomposition
` [Qemu-devel] [RFC 07/10] ide/ahci: Reorder error cases in handle_cmd
` [Qemu-devel] [RFC 08/10] ahci: Check cmd_fis[1] more explicitly
` [Qemu-devel] [RFC 09/10] ahci: factor out FIS decomposition
` [Qemu-devel] [RFC 10/10] AHCI: Fix SDB FIS Construction

[Qemu-devel] [PATCH 0/4] Miscellaneous block fixes
 2014-09-13 19:32 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/4] blockdev: Disentangle BlockDriverState and DriveInfo creation
` [Qemu-devel] [PATCH 2/4] block: Keep DriveInfo alive until BlockDriverState dies
` [Qemu-devel] [PATCH 3/4] qemu-nbd: Destroy the BlockDriverState properly
` [Qemu-devel] [PATCH 4/4] block: Improve message for device name clashing with node name

[Qemu-devel] [PATCH] vmdk: Fix integer overflow in offset calculation
 2014-09-13 18:01 UTC  (2+ messages)

[Qemu-devel] [question] virtio-blk performance degradation happened with virito-serial
 2014-09-13 17:22 UTC  (12+ messages)
` [Qemu-devel] [question] virtio-blk performance degradationhappened "
          ` [Qemu-devel] [question] virtio-blk performance degradationhappenedwith virito-serial

[Qemu-devel] BB name vs. BDS name in the QAPI schema
 2014-09-13 17:04 UTC 

[Qemu-devel] [PATCH 00/23] qom hooks to clean up cpu_exec
 2014-09-13 16:45 UTC  (24+ messages)
` [Qemu-devel] [PATCH 01/23] qom: Add cpu_exec_enter and cpu_exec_exit hooks
` [Qemu-devel] [PATCH 02/23] cpu-exec: Remove do-nothing ifdef chains
` [Qemu-devel] [PATCH 03/23] target-i386: Use cpu_exec_enter/exit qom hooks
` [Qemu-devel] [PATCH 04/23] target-m68k: "
` [Qemu-devel] [PATCH 05/23] target-ppc: Use cpu_exec_enter qom hook
` [Qemu-devel] [PATCH 06/23] qom: Add cpu_exec_interrupt hook
` [Qemu-devel] [PATCH 07/23] target-xtensa: Use cpu_exec_interrupt qom hook
` [Qemu-devel] [PATCH 08/23] target-s390x: "
` [Qemu-devel] [PATCH 09/23] target-m68k: "
` [Qemu-devel] [PATCH 10/23] target-cris: "
` [Qemu-devel] [PATCH 11/23] target-alpha: "
` [Qemu-devel] [PATCH 12/23] target-sh4: "
` [Qemu-devel] [PATCH 13/23] target-unicore32: "
` [Qemu-devel] [PATCH 14/23] target-arm: "
` [Qemu-devel] [PATCH 15/23] target-sparc: "
` [Qemu-devel] [PATCH 16/23] target-openrisc: "
` [Qemu-devel] [PATCH 17/23] target-tricore: Remove the dummy interrupt boilerplate
` [Qemu-devel] [PATCH 18/23] target-mips: Use cpu_exec_interrupt qom hook
` [Qemu-devel] [PATCH 19/23] target-microblaze: "
` [Qemu-devel] [PATCH 20/23] target-lm32: "
` [Qemu-devel] [PATCH 21/23] target-ppc: "
` [Qemu-devel] [PATCH 22/23] target-i386: "
` [Qemu-devel] [PATCH 23/23] cpu-exec: Do CPU_INTERRUPT_HALT unconditionally

[Qemu-devel] [PATCH 00/23] qom hooks to clean up cpu_exec
 2014-09-13 16:44 UTC 

[Qemu-devel] [Bug 1307225] Re: Running a virtual machine on a Haswell system produces machine check events
 2014-09-13 16:31 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/2] monitor: Reset HMP mon->rs on CHR_EVENT_CLOSED
 2014-09-13 16:27 UTC  (6+ messages)
` [Qemu-devel] [PATCH resend "
    ` [Qemu-devel] [synnefo-devel] "

[Qemu-devel] [PATCH v2] qcow2: add update refcount table realization for update_refcount
 2014-09-13 15:53 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/23] Split BlockBackend off BDS with an axe
 2014-09-13 15:00 UTC  (24+ messages)
` [Qemu-devel] [PATCH v2 01/23] block: Split bdrv_new_root() off bdrv_new()
` [Qemu-devel] [PATCH v2 02/23] block: New BlockBackend
` [Qemu-devel] [PATCH v2 03/23] block: Connect BlockBackend to BlockDriverState
` [Qemu-devel] [PATCH v2 04/23] block: Connect BlockBackend and DriveInfo
` [Qemu-devel] [PATCH v2 05/23] block: Code motion to get rid of stubs/blockdev.c
` [Qemu-devel] [PATCH v2 06/23] block: Make BlockBackend own its BlockDriverState
` [Qemu-devel] [PATCH v2 07/23] block: Eliminate bdrv_iterate(), use bdrv_next()
` [Qemu-devel] [PATCH v2 08/23] block: Eliminate BlockDriverState member device_name[]
` [Qemu-devel] [PATCH v2 09/23] block: Merge BlockBackend and BlockDriverState name spaces
` [Qemu-devel] [PATCH v2 10/23] block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
` [Qemu-devel] [PATCH v2 11/23] block: Rename BlockDriverAIOCB* to BlockAIOCB*
` [Qemu-devel] [PATCH v2 12/23] virtio-blk: Drop redundant VirtIOBlock member conf
` [Qemu-devel] [PATCH v2 13/23] virtio-blk: Rename VirtIOBlkConf variables to conf
` [Qemu-devel] [PATCH v2 14/23] hw: Convert from BlockDriverState to BlockBackend, mostly
` [Qemu-devel] [PATCH v2 15/23] ide: Complete conversion from BlockDriverState to BlockBackend
` [Qemu-devel] [PATCH v2 16/23] pc87312: Drop unused members of PC87312State
` [Qemu-devel] [PATCH v2 17/23] blockdev: Drop superfluous DriveInfo member id
` [Qemu-devel] [PATCH v2 18/23] blockdev: Fix blockdev-add not to create IDE drive (0, 0)
` [Qemu-devel] [PATCH v2 19/23] blockdev: Drop DriveInfo member enable_auto_del
` [Qemu-devel] [PATCH v2 20/23] block/qapi: Convert qmp_query_block() to BlockBackend
` [Qemu-devel] [PATCH v2 21/23] blockdev: Convert qmp_eject(), qmp_change_blockdev() "
` [Qemu-devel] [PATCH v2 22/23] block: Lift device model API into BlockBackend
` [Qemu-devel] [PATCH v2 23/23] block: Make device model's references to BlockBackend strong

[Qemu-devel] [PATCH v6 0/6] Obtain dirty bitmap via VM logging
 2014-09-13 14:00 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 1/6] generic function between migration and bitmap dump
` [Qemu-devel] [PATCH v6 2/6] BitmapLog: bitmap dump code
` [Qemu-devel] [PATCH v6 3/6] BitmapLog: get the information about the parameters
` [Qemu-devel] [PATCH v6 4/6] BitmapLog: cancel mechanism for an already running dump bitmap process
` [Qemu-devel] [PATCH v6 5/6] BitmapLog: set the period of the "
` [Qemu-devel] [PATCH v6 6/6] BitmapLog: python script for extracting bitmap from a binary file

[Qemu-devel] [PATCH v2 0/1] ide/atapi: Mark non-data commands as complete
 2014-09-13 10:35 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/1] "

[Qemu-devel] [PATCH for-2.2 00/10] AioContext cleanups and Win32 socket support
 2014-09-13 10:33 UTC  (6+ messages)
` [Qemu-devel] [PATCH 10/10] aio-win32: add support for sockets

[Qemu-devel] [PATCH] tcx: Implement hardware acceleration
 2014-09-13 10:10 UTC 

[Qemu-devel] [PULL v2 0/7] pc,vhost,test fixes
 2014-09-13  9:48 UTC  (3+ messages)
` [Qemu-devel] [PULL v2 6/7] qtest: Adapt vhost-user-test to latest vhost-user changes

[Qemu-devel] commit 56bd9ea1a breaks display
 2014-09-13  9:30 UTC 

[Qemu-devel] OVMF, Q35 and USB keyboard/mouse
 2014-09-13  5:06 UTC  (15+ messages)

[Qemu-devel] [PATCH v6 00/10] target-arm: Parts of the AArch64 EL2/3 exception model
 2014-09-13  4:29 UTC  (11+ messages)
` [Qemu-devel] [PATCH v6 01/10] target-arm: Add HCR_EL2
` [Qemu-devel] [PATCH v6 02/10] target-arm: Add SCR_EL3
` [Qemu-devel] [PATCH v6 03/10] target-arm: A64: Refactor aarch64_cpu_do_interrupt
` [Qemu-devel] [PATCH v6 04/10] target-arm: Break out exception masking to a separate func
` [Qemu-devel] [PATCH v6 05/10] target-arm: Don't take interrupts targeting lower ELs
` [Qemu-devel] [PATCH v6 06/10] target-arm: A64: Correct updates to FAR and ESR on exceptions
` [Qemu-devel] [PATCH v6 07/10] target-arm: A64: Emulate the HVC insn
` [Qemu-devel] [PATCH v6 08/10] target-arm: A64: Emulate the SMC insn
` [Qemu-devel] [PATCH v6 09/10] target-arm: Add IRQ and FIQ routing to EL2 and 3
` [Qemu-devel] [PATCH v6 10/10] target-arm: Add support for VIRQ and VFIQ

[Qemu-devel] Development of BSP for new architecture
 2014-09-13  3:56 UTC 

[Qemu-devel] [PATCH 0/2] virtio-gpu: hardware specification
 2014-09-12 21:18 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/2] virtio-gpu/2d: add docs/specs/virtio-gpu.txt
  ` [Qemu-devel] [virtio-dev] "
` [Qemu-devel] [virtio-dev] [PATCH 0/2] virtio-gpu: hardware specification

[Qemu-devel] [PULL 0/2] QMP queue
 2014-09-12 20:26 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/2] monitor: fix debug print compiling error
` [Qemu-devel] [PULL 2/2] exec: file_ram_alloc(): print error when prealloc fails

[Qemu-devel] [PATCH 0/2] Enabling floating point instruction to 440x5 CPUs
 2014-09-12 19:46 UTC  (13+ messages)
  ` [Qemu-devel] [PATCH 1/2] target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64
  ` [Qemu-devel] [PATCH 2/2] target-ppc : Add new processor type 440x5wDFPU
` [Qemu-devel] [PATCH v2 0/2] Enabling floating point instruction to 440x5 CPUs
  ` [Qemu-devel] [PATCH v2 1/2] target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64
  ` [Qemu-devel] [PATCH v2 2/2] target-ppc : Add new processor type 440x5wDFPU
  ` [Qemu-devel] [Qemu-ppc] [PATCH v2 0/2] Enabling floating point instruction to 440x5 CPUs

[Qemu-devel] [PATCH] usb-storage: Fix how legacy init handles option ID clash
 2014-09-12 19:24 UTC 

[Qemu-devel] [PATCH 1/1] ide/atapi: Mark non-data commands as complete
 2014-09-12 18:56 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] qapi: fix crash in dealloc visitor for union types
 2014-09-12 18:28 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/3] qapi: add visit_start_union and visit_end_union

[Qemu-devel] [PATCH] gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag
 2014-09-12 18:04 UTC 

[Qemu-devel] [PATCH] kvm: ioapic: conditionally delay irq delivery duringeoi broadcast
 2014-09-12 16:01 UTC  (2+ messages)

[Qemu-devel] [PULL 00/22] Block patches
 2014-09-12 15:57 UTC  (23+ messages)
` [Qemu-devel] [PULL 01/22] block: extend BLOCK_IO_ERROR event with nospace indicator
` [Qemu-devel] [PULL 02/22] Fix improper usage of cpu_to_be32 in vpc
` [Qemu-devel] [PULL 03/22] qemu-io: Clean up openfile() after commit 2e40134
` [Qemu-devel] [PULL 04/22] xen_disk: Plug memory leak on error path
` [Qemu-devel] [PULL 05/22] xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug()
` [Qemu-devel] [PULL 06/22] thread-pool: Drop unnecessary includes
` [Qemu-devel] [PULL 07/22] IDE: MMIO IDE device control should be little endian
` [Qemu-devel] [PULL 08/22] block: Extract the BlockAcctStats structure
` [Qemu-devel] [PULL 09/22] block: Extract the block accounting code
` [Qemu-devel] [PULL 10/22] block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
` [Qemu-devel] [PULL 11/22] block: Make the block accounting functions operate on BlockAcctStats
` [Qemu-devel] [PULL 12/22] block/archipelago: Implement bdrv_truncate()
` [Qemu-devel] [PULL 13/22] qemu-iotests: Run 025 for Archipelago block driver
` [Qemu-devel] [PULL 14/22] dataplane: fix virtio_blk_data_plane_create() op blocker error path
` [Qemu-devel] [PULL 15/22] block: extend BLOCK_IO_ERROR with reason string
` [Qemu-devel] [PULL 16/22] blockdev: Refuse to drive_del something added with blockdev-add
` [Qemu-devel] [PULL 17/22] iotests: Send the correct fd in socket_scm_helper
` [Qemu-devel] [PULL 18/22] block: round up file size to nearest sector
` [Qemu-devel] [PULL 19/22] block: don't convert file size to sector size
` [Qemu-devel] [PULL 20/22] qapi: introduce PreallocMode and new PreallocModes full and falloc
` [Qemu-devel] [PULL 21/22] raw-posix: Add falloc and full preallocation option
` [Qemu-devel] [PULL 22/22] qcow2: "

[Qemu-devel] [PULL 00/23] target-arm queue
 2014-09-12 15:55 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] Add skip_dump flag to ignore memory region during dump
 2014-09-12 15:53 UTC  (3+ messages)

[Qemu-devel] [PATCH] cpu-exec: Don't mask out external interrupts when single-stepping an invalid instruction
 2014-09-12 15:50 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/2] tcg/aarch64 improvement
 2014-09-12 15:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] tcg-aarch64: Use 32-bit loads for qemu_ld_i32

[Qemu-devel] [RFC V2 00/10] cpu: add device_add foo-x86_64-cpu and i386 cpu hot remove support
 2014-09-12 15:34 UTC  (12+ messages)
` [Qemu-devel] [RFC V2 10/10] cpus: reclaim allocated vCPU objects

[Qemu-devel] [Bug 1368815] [NEW] qemu-img convert intermittently corrupts output images
 2014-09-12 15:13 UTC  (3+ messages)
` [Qemu-devel] [Bug 1368815] "

[Qemu-devel] [PATCH V4] dump: let dump_error return error info to caller
 2014-09-12 15:10 UTC  (2+ messages)

[Qemu-devel] ui causes latest master build failure on rhel6
 2014-09-12 14:58 UTC  (3+ messages)

[Qemu-devel] [PATCH] configure: Build GDB XML for 32 bit ARM CPUs into qemu aarch64 binaries
 2014-09-12 14:55 UTC 

[Qemu-devel] screen freezed for 2-3 minutes on spice connect on xen windows 7 domU's with qxl after save/restore
 2014-09-12 14:46 UTC  (5+ messages)
` [Qemu-devel] [Spice-devel] "

[Qemu-devel] [PATCH 0/5] cpu/acpi: convert cpu hot plug to hotplug_handler API
 2014-09-12 14:28 UTC  (5+ messages)
` [Qemu-devel] [PATCH 4/5] pc: add cpu hotplug handler to PC_MACHINE

[Qemu-devel] [Bug 1368791] [NEW] qemu build fails on Ubuntu 10.04 LTS since recent pixman changes
 2014-09-12 14:19 UTC 

[Qemu-devel] [PATCH] aio-win32: fix uninitialized use of have_select_revents
 2014-09-12 14:20 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v3] Add HMP command "info memory-devices"
 2014-09-12 14:07 UTC  (2+ messages)

[Qemu-devel] [PULL 00/21] KVM, memory, build, migration changes for 2014-09-11
 2014-09-12 13:58 UTC  (8+ messages)
` [Qemu-devel] [PULL 12/21] vl: use QLIST_FOREACH_SAFE to visit change state handlers
` [Qemu-devel] [PULL 16/21] parallel: adding vmstate for save/restore
` [Qemu-devel] [PULL 17/21] serial: fixing "
` [Qemu-devel] [PULL 18/21] piix: do not set irq while loading vmstate
` [Qemu-devel] [PULL 19/21] mc146818rtc: add missed field to vmstate
` [Qemu-devel] [PULL 20/21] pckbd: adding new fields "
` [Qemu-devel] [PULL 21/21] gdbstub: init mon_chr through qemu_chr_alloc


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