qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-12 08:55:43 to 2014-09-12 16:30:22 UTC [more...]

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

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

[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  (25+ messages)
` [Qemu-devel] [PULL 01/23] hw/arm/virt: add linux, stdout-path to /chosen DT node
` [Qemu-devel] [PULL 02/23] cpu-exec.c: Allow disabling of IRQs on ARM Cortex-M CPUs
` [Qemu-devel] [PULL 03/23] pl061: implement input interrupt logic
` [Qemu-devel] [PULL 04/23] target-arm: Fix resetting issues on ARMv7-M CPUs
` [Qemu-devel] [PULL 05/23] target-arm: Fix broken indentation in arm_cpu_reest()
` [Qemu-devel] [PULL 06/23] hw/arm/virt: Provide flash devices for boot ROMs
` [Qemu-devel] [PULL 07/23] exec.c: Relax restrictions on watchpoint length and alignment
` [Qemu-devel] [PULL 08/23] exec.c: Provide full set of dummy wp remove functions in user-mode
` [Qemu-devel] [PULL 09/23] exec.c: Record watchpoint fault address and direction
` [Qemu-devel] [PULL 10/23] cpu-exec: Make debug_excp_handler a QOM CPU method
` [Qemu-devel] [PULL 11/23] target-arm: Implement setting of watchpoints
` [Qemu-devel] [PULL 12/23] target-arm: Move extended_addresses_enabled() to internals.h
` [Qemu-devel] [PULL 13/23] target-arm: Implement handling of fired watchpoints
` [Qemu-devel] [PULL 14/23] target-arm: Set DBGDSCR.MOE for debug exceptions taken to AArch32
` [Qemu-devel] [PULL 15/23] target-arm: Remove comment about MDSCR_EL1 being dummy implementation
` [Qemu-devel] [PULL 16/23] target-arm: Implement minimal DBGVCR, OSDLR_EL1, MDCCSR_EL0
` [Qemu-devel] [PULL 17/23] target-arm: Push legacy wildcard TLB ops back into v6
` [Qemu-devel] [PULL 18/23] target-arm: Make *IS TLB maintenance ops affect all CPUs
` [Qemu-devel] [PULL 19/23] hw/arm/virt: fix pl011 and pl031 irq flags
` [Qemu-devel] [PULL 20/23] hw/arm/boot: load DTB as a ROM image
` [Qemu-devel] [PULL 21/23] hw/arm/boot: pass an address limit to and return size from load_dtb()
` [Qemu-devel] [PULL 22/23] hw/arm/boot: load device tree to base of DRAM if no -kernel option was passed
` [Qemu-devel] [PULL 23/23] hw/arm/boot: enable DTB support when booting ELF images

[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  (13+ messages)
` [Qemu-devel] [RFC V2 10/10] cpus: reclaim allocated vCPU objects

[Qemu-devel] [PATCH 0/2] Monitor-related fixes
 2014-09-12 15:21 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/2] monitor: Reset HMP mon->rs on CHR_EVENT_CLOSED
    ` [Qemu-devel] [synnefo-devel] "
    ` [Qemu-devel] [PATCH resend "
` [Qemu-devel] [PATCH 2/2] iotests: Send the correct fd in socket_scm_helper

[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 0/2] Enabling floating point instruction to 440x5 CPUs
 2014-09-12 14:56 UTC  (8+ 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] 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  (22+ messages)
` [Qemu-devel] [PULL 01/21] kvm: do not abort if KVM_RUN fails
` [Qemu-devel] [PULL 02/21] trace: Only link generated-tracers.o with "simple" backend
` [Qemu-devel] [PULL 03/21] util: Move general qemu_getauxval to util/getauxval.c
` [Qemu-devel] [PULL 04/21] util: Don't link host-utils.o if it's empty
` [Qemu-devel] [PULL 05/21] rules.mak: Fix DSO build by pulling in archive symbols
` [Qemu-devel] [PULL 06/21] exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr
` [Qemu-devel] [PULL 07/21] memory: add parameter errp to memory_region_init_ram
` [Qemu-devel] [PULL 08/21] memory: add parameter errp to memory_region_init_rom_device
` [Qemu-devel] [PULL 09/21] hostmem-ram: don't exit qemu if size of memory-backend-ram is way too big
` [Qemu-devel] [PULL 10/21] exec: report error when memory < hpagesize
` [Qemu-devel] [PULL 11/21] exec: add parameter errp to gethugepagesize
` [Qemu-devel] [PULL 12/21] vl: use QLIST_FOREACH_SAFE to visit change state handlers
` [Qemu-devel] [PULL 13/21] apic_common: vapic_paddr synchronization fix
` [Qemu-devel] [PULL 14/21] cpu: init vmstate for ticks and clock offset
` [Qemu-devel] [PULL 15/21] fdc: adding vmstate for save/restore
` [Qemu-devel] [PULL 16/21] parallel: "
` [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

[Qemu-devel] [PATCH 1/2] vl: Fix the confused logic for '-m' option
 2014-09-12 13:52 UTC  (2+ messages)

[Qemu-devel] [TRIVIAL][PATCH v2] libqos virtio: Increase ISR timeout
 2014-09-12 13:24 UTC  (4+ messages)

[Qemu-devel] [RESEND PATCH v3 0/8] QEmu memory hot unplug support
 2014-09-12 13:17 UTC  (5+ messages)
` [Qemu-devel] [RESEND PATCH v3 5/8] pc-dimm: Add pc_dimm_unrealize() for "

[Qemu-devel] [PATCH 0/2] virtio-gpu: hardware specification
 2014-09-12 13:03 UTC  (12+ messages)
` [Qemu-devel] [PATCH 1/2] virtio-gpu/2d: add hardware spec include file
` [Qemu-devel] [PATCH 2/2] virtio-gpu/2d: add docs/specs/virtio-gpu.txt
  ` [Qemu-devel] [virtio-dev] "

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

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

[Qemu-devel] [Bug 1366836] [NEW] Core2Duo and KVM may not boot Win8 properly on 3.x kernels
 2014-09-12 12:28 UTC  (2+ messages)
` [Qemu-devel] [Bug 1366836] "

[Qemu-devel] [PATCH 0/2] target-arm: implement architectural breakpoints
 2014-09-12 12:04 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] target-arm: Implement setting guest breakpoints
` [Qemu-devel] [PATCH 2/2] target-arm: Implement handling of breakpoint firing

[Qemu-devel] [RFC PATCH 00/17] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
 2014-09-12 11:57 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH 11/17] COLO ctl: implement colo checkpoint protocol

[Qemu-devel] [PATCH v2 0/9] virtio: fix virtio child recount in transports
 2014-09-12 11:55 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] introduce max_transfer_length
 2014-09-12 11:43 UTC  (15+ messages)
` [Qemu-devel] [PATCH 2/4] block: immediately cancel oversized read/write requests

[Qemu-devel] [PATCH v10 00/30] modify boot order of guest, and take effect after rebooting
 2014-09-12 11:27 UTC  (33+ messages)
` [Qemu-devel] [PATCH v10 01/30] bootdevice: move bootdevice related code to new file bootdevice.c
` [Qemu-devel] [PATCH v10 02/30] bootindex: add check bootindex function
` [Qemu-devel] [PATCH v10 03/30] bootindex: add del_boot_device_path function
` [Qemu-devel] [PATCH v10 04/30] fw_cfg: add fw_cfg_machine_reset function
` [Qemu-devel] [PATCH v10 05/30] bootindex: rework add_boot_device_path function
` [Qemu-devel] [PATCH v10 06/30] bootindex: support to set a existent device's bootindex to -1
` [Qemu-devel] [PATCH v10 07/30] bootindex: add a setter/getter functions wrapper for bootindex property
` [Qemu-devel] [PATCH v10 08/30] virtio-net: add bootindex to qom property
` [Qemu-devel] [PATCH v10 09/30] e1000: "
` [Qemu-devel] [PATCH v10 10/30] eepro100: "
` [Qemu-devel] [PATCH v10 11/30] ne2000: "
` [Qemu-devel] [PATCH v10 12/30] pcnet: "
` [Qemu-devel] [PATCH v10 13/30] rtl8139: "
` [Qemu-devel] [PATCH v10 14/30] spapr_lian: "
` [Qemu-devel] [PATCH v10 15/30] vmxnet3: "
` [Qemu-devel] [PATCH v10 16/30] usb-net: "
` [Qemu-devel] [PATCH v10 17/30] net: remove bootindex property from qdev to qom
` [Qemu-devel] [PATCH v10 18/30] virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390
` [Qemu-devel] [PATCH v10 19/30] host-libusb: remove bootindex property from qdev to qom
` [Qemu-devel] [PATCH v10 20/30] pci-assign: "
` [Qemu-devel] [PATCH v10 21/30] vfio: "
` [Qemu-devel] [PATCH v10 22/30] redirect: "
` [Qemu-devel] [PATCH v10 23/30] isa-fdc: remove bootindexA/B "
` [Qemu-devel] [PATCH v10 24/30] scsi: add bootindex to qom property
` [Qemu-devel] [PATCH v10 25/30] ide: "
` [Qemu-devel] [PATCH v10 26/30] virtio-blk: "
` [Qemu-devel] [PATCH v10 27/30] block: remove bootindex property from qdev to qom
` [Qemu-devel] [PATCH v10 28/30] ide: add calling add_boot_device_patch in bootindex setter function
` [Qemu-devel] [PATCH v10 29/30] bootindex: move calling add_boot_device_patch to "
` [Qemu-devel] [PATCH v10 30/30] bootindex: delete bootindex when device is removed

[Qemu-devel] [PATCH v3 00/47] Postcopy implementation
 2014-09-12 11:23 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 03/47] Start documenting how postcopy works

[Qemu-devel] [PATCHv2 0/4] introduce max_transfer_length
 2014-09-12 11:21 UTC  (5+ messages)
  ` [Qemu-devel] [PATCHv2 1/4] BlockLimits: "
  ` [Qemu-devel] [PATCHv2 2/4] block: immediately cancel oversized read/write requests
  ` [Qemu-devel] [PATCHv2 3/4] block/iscsi: set max_transfer_length
  ` [Qemu-devel] [PATCHv2 4/4] block: avoid creating oversized writes in multiwrite_merge

[Qemu-devel] Microcheckpointing: Memory-VCPU / Disk State consistency
 2014-09-12 11:07 UTC  (6+ messages)

[Qemu-devel] checkpatch.pl false positive
 2014-09-12 10:36 UTC  (2+ messages)

[Qemu-devel] [PATCH] Skip vfio mmap bar regions during memory dump
 2014-09-12 10:30 UTC  (3+ messages)

[Qemu-devel] [PATCH] vmdk: Fix integer overflow in offset calculation
 2014-09-12  9:51 UTC 

[Qemu-devel] qemu-img: unable to convert raw image > 2GB with git master
 2014-09-12  9:35 UTC  (2+ messages)

[Qemu-devel] OVMF, Q35 and USB keyboard/mouse
 2014-09-12  9:17 UTC  (9+ messages)

[Qemu-devel] [PATCH v15 0/5] qcow2, raw: add preallocation=full and preallocation=falloc
 2014-09-12  9:22 UTC  (2+ messages)

[Qemu-devel] [PATCH V2 0/7] cpu/acpi: convert cpu hot plug to hotplug_handler API
 2014-09-12  8:57 UTC  (8+ messages)
` [Qemu-devel] [PATCH V2 1/7] acpi/cpu: add cpu hotplug callback function to match "
` [Qemu-devel] [PATCH V2 2/7] acpi:ich9: convert cpu hotplug handle to "
` [Qemu-devel] [PATCH V2 3/7] acpi:piix4: "
` [Qemu-devel] [PATCH V2 4/7] pc: add cpu hotplug handler to PC_MACHINE
` [Qemu-devel] [PATCH V2 5/7] pc: Update rtc_cmos in pc_cpu_plug
` [Qemu-devel] [PATCH V2 6/7] cpu-hotplug: rename function for better readability
` [Qemu-devel] [PATCH V2 7/7] acpi/cpu-hotplug: introduce help function to keep bit setting in one place

[Qemu-devel] New requirement for getting block layer patches merged
 2014-09-12  9:13 UTC  (11+ messages)

[Qemu-devel] [PATCH v2 0/2] usb: Don't use qerror_report
 2014-09-12  9:09 UTC  (5+ messages)

[Qemu-devel] [PATCH] ohci: Convert fprint/DPRINTF/print to traces
 2014-09-12  8:55 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).