qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-23 08:33:19 to 2013-04-24 08:03:29 UTC [more...]

[Qemu-devel] KVM call minutes for 2013-04-23
 2013-04-24  8:03 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/20] tcg-arm improvments
 2013-04-24  7:43 UTC  (27+ messages)
` [Qemu-devel] [PATCH v6 01/20] tcg-arm: Fix local stack frame
` [Qemu-devel] [PATCH v6 02/20] tcg: Log the contents of the prologue with -d out_asm
` [Qemu-devel] [PATCH v6 03/20] tcg-arm: Use bic to implement and with constant
` [Qemu-devel] [PATCH v6 04/20] tcg-arm: Handle negated constant arguments to and/sub
` [Qemu-devel] [PATCH v6 05/20] tcg-arm: Allow constant first argument to sub
` [Qemu-devel] [PATCH v6 06/20] tcg-arm: Use tcg_out_dat_rIN for compares
` [Qemu-devel] [PATCH v6 07/20] tcg-arm: Handle constant arguments to add2/sub2
` [Qemu-devel] [PATCH v6 08/20] tcg-arm: Improve constant generation
` [Qemu-devel] [PATCH v6 09/20] tcg-arm: Implement deposit for armv7
` [Qemu-devel] [PATCH v6 10/20] tcg-arm: Implement division instructions
` [Qemu-devel] [PATCH v6 11/20] tcg-arm: Use TCG_REG_TMP name for the tcg temporary
` [Qemu-devel] [PATCH v6 12/20] tcg-arm: Use R12 "
` [Qemu-devel] [PATCH v6 13/20] tcg-arm: Cleanup multiply subroutines
` [Qemu-devel] [PATCH v6 14/20] tcg-arm: Cleanup most primitive load store subroutines
` [Qemu-devel] [PATCH v6 15/20] tcg-arm: Split out tcg_out_tlb_read
` [Qemu-devel] [PATCH v6 16/20] tcg-arm: Improve scheduling of tcg_out_tlb_read
` [Qemu-devel] [PATCH v6 17/20] tcg-arm: Delete the 'S' constraint
` [Qemu-devel] [PATCH v6 18/20] tcg-arm: Use movi32 + blx for calls on v7
` [Qemu-devel] [PATCH v6 19/20] tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION
` [Qemu-devel] [PATCH v6 20/20] tcg-arm: Remove long jump from tcg_out_goto_label

[Qemu-devel] [PATCH 1/2] cpu-exec: rid cs_base of TranslationBlock
 2013-04-24  7:40 UTC  (12+ messages)
` [Qemu-devel] [PATCH 2/2] target-*/cpu.h: remove cs_base for other targets

[Qemu-devel] [PATCH 0/3] block: block-backup live backup command
 2013-04-24  7:41 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/3] block: add basic backup support to block driver
` [Qemu-devel] [PATCH 2/3] block: add block_backup QMP command
` [Qemu-devel] [PATCH 3/3] qemu-iotests: add 054 block-backup test case

[Qemu-devel] [PATCH v5 00/12] rdma: migration support
 2013-04-24  6:38 UTC  (22+ messages)
` [Qemu-devel] [PATCH v5 11/12] rdma: core logic
              ` [Qemu-devel] contribution process [was: [PATCH v5 00/12] rdma: migration support]

[Qemu-devel] [PULL 0/9] SCSI updates for 2013-04-13
 2013-04-24  6:11 UTC  (5+ messages)
  ` [Qemu-devel] seabios for qemu 1.5

[Qemu-devel] [PATCH 00/11] covert savevm, loadvm and delvm into qapi
 2013-04-24  3:51 UTC  (13+ messages)
` [Qemu-devel] [PATCH 05/11] block: update error reporting for bdrv_snapshot_goto() and related functions
` [Qemu-devel] [PATCH 11/11] savevm: remove backward compatibility from bdrv_snapshot_find()

[Qemu-devel] [PATCH 00/21 v5] target-i386: CPU hot-add with cpu-add QMP command
 2013-04-23 22:00 UTC  (43+ messages)
` [Qemu-devel] [PATCH 01/21] cpu: make kvm-stub.o a part of CPU library
` [Qemu-devel] [PATCH 02/21] cpu: call cpu_synchronize_post_init() from CPUClass.realize() if hotplugged
` [Qemu-devel] [PATCH 08/21] exec: add qemu_for_each_cpu
` [Qemu-devel] [PATCH 09/21] cpu: add helper cpu_exists(), to check if CPU with specified id exists
` [Qemu-devel] [PATCH 10/21] acpi_piix4: add infrastructure to send CPU hot-plug GPE to guest
  ` [Qemu-devel] [PATCH 10/21 DISGISED v6] "
` [Qemu-devel] [PATCH 11/21] target-i386: introduce apic-id property
` [Qemu-devel] [PATCH 12/21] target-i386: introduce ICC bus/device/bridge
` [Qemu-devel] [PATCH 13/21] target-i386: cpu: attach ICC bus to CPU on its creation
` [Qemu-devel] [PATCH 14/21] target-i386: replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
` [Qemu-devel] [PATCH 15/21] target-i386: kvmvapic: make expilict dependency on sysbus.h
` [Qemu-devel] [PATCH 16/21] target-i386: move APIC to ICC bus
` [Qemu-devel] [PATCH 17/21] introduce memory_region_get_address() and use it in kvm/ioapic
` [Qemu-devel] [PATCH 18/21] target-i386: move IOAPIC to ICC bus
` [Qemu-devel] [PATCH 19/21] add hot_add_cpu hook to QEMUMachine and export machine_args
` [Qemu-devel] [PATCH 20/21] target-i386: implement machine->hot_add_cpu hook
` [Qemu-devel] [PATCH 21/21] QMP: add cpu-add command

[Qemu-devel] [PATCH] s390x: use CONFIG_INT128 to detect __uint128_t
 2013-04-23 20:37 UTC  (2+ messages)

[Qemu-devel] [PATCH qom-cpu 0/9] x86: feature words array (v11) + "feature-words" property
 2013-04-23 19:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH qom-cpu 6/9] target-i386: Add "
  ` [Qemu-devel] [libvirt] "

[Qemu-devel] Adding Disk-Level Introspection to QEMU
 2013-04-23 19:11 UTC  (7+ messages)

[Qemu-devel] should qemu-palcode git submodule be hosted on git.qemu.org?
 2013-04-23 18:35 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] fix win32 compilation
 2013-04-23 18:22 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/2] win32: add readv/writev emulation

[Qemu-devel] [PATCH] configure: Undefine _FORTIFY_SOURCE prior using it
 2013-04-23 17:18 UTC  (3+ messages)
        ` [Qemu-devel] [Qemu-trivial] "

[Qemu-devel] [PATCH] monitor: introduce query-config-schema
 2013-04-23 16:55 UTC  (8+ messages)

[Qemu-devel] [PULL 00/32] SCSI patches for 2012-08-27
 2013-04-23 16:54 UTC  (6+ messages)
` [Qemu-devel] [PATCH 03/32] lsi: use qdev_reset_all

[Qemu-devel] [RFC PATCH v2 00/11] qemu-ga: fsfreeze on Windows using VSS
 2013-04-23 16:44 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/5] Initial VHDX support
 2013-04-23 16:32 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 1/5] qemu: add castagnoli crc32c checksum algorithm
` [Qemu-devel] [PATCH v2 2/5] block: vhdx header for the QEMU support of VHDX images
` [Qemu-devel] [PATCH v2 3/5] block: initial VHDX driver support framework - supports open and probe
` [Qemu-devel] [PATCH v2 4/5] block: add read-only support to VHDX image format
` [Qemu-devel] [PATCH v2 5/5] block: add header update capability for VHDX images

[Qemu-devel] [PATCH] virtio-ccw: Indicators fix
 2013-04-23 16:27 UTC  (2+ messages)
` [Qemu-devel] [PATCH] virtio-ccw: Check indicators location

[Qemu-devel] [PATCH 00/16 v4] target-i386: CPU hot-add with cpu-add QMP command
 2013-04-23 16:17 UTC  (5+ messages)
` [Qemu-devel] [PATCH 16/16] add cpu-add qmp command and implement CPU hot-add for target-i386

[Qemu-devel] [PATCH] target-arm: Fix incorrect check of kvm_vcpu_ioctl return value
 2013-04-23 15:58 UTC 

[Qemu-devel] [PATCH 0/2] s390: dump-guest-memory support
 2013-04-23 15:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] Split out dump-guest-memory memory mapping code
` [Qemu-devel] [PATCH 2/2] s390: dump guest memory implementation

[Qemu-devel] [PATCH] microblaze: Add internal base vectors reg
 2013-04-23 15:45 UTC 

[Qemu-devel] [PATCH v2] TLS support for VNC Websockets
 2013-04-23 14:33 UTC 

[Qemu-devel] [PATCH] net/hub: remove can_receive handler
 2013-04-23 13:14 UTC  (12+ messages)

[Qemu-devel] [PATCH] Fix block_resize command for ide disks
 2013-04-22  9:56 UTC 

[Qemu-devel] [PATCH 0/4] s390-ccw.img: Some more updates
 2013-04-23 12:37 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] s390-ccw.img: Detect devices with stsch
` [Qemu-devel] [PATCH 2/4] s390-ccw.img: Enhance drain_irqs()
` [Qemu-devel] [PATCH 3/4] s390-ccw.img: Rudimentary error checking
` [Qemu-devel] [PATCH 4/4] s390-ccw.img: Get queue config from host

[Qemu-devel] About network bridge
 2013-04-23 12:07 UTC  (2+ messages)

[Qemu-devel] [RfC PATCH 0/5] console: qom-ify & extent screendump monitor command
 2013-04-23 11:57 UTC  (10+ messages)

[Qemu-devel] [PATCH 00/12] S390: Add virtio-ccw firmware
 2013-04-23 11:51 UTC  (20+ messages)
` [Qemu-devel] [PATCH 05/12] S390: ccw firmware: Add main program
` [Qemu-devel] [PATCH 07/12] S390: ccw firmware: Add virtio device drivers
` [Qemu-devel] [PATCH 10/12] S390: ccw firmware: Add Makefile
` [Qemu-devel] [PATCH 0/4] updates for s390-ccw.img
  ` [Qemu-devel] [PATCH 1/4] s390-ccw.img: replace while loop with a disabled wait on s390 bios
  ` [Qemu-devel] [PATCH 2/4] s390-ccw.img: build s390-ccw rom on s3900 system by default
  ` [Qemu-devel] [PATCH 3/4] s390-ccw.img: Fix compile warning in s390 ccw virtio code
  ` [Qemu-devel] [PATCH 4/4] s390-ccw.img: Take care of the elf->img transition

[Qemu-devel] [PATCH v1 1/1] target-arm: helper.c: RAZ REVIDR cp register
 2013-04-23 10:55 UTC  (2+ messages)

[Qemu-devel] [PATCH] replace while loop with a disabled wait on s390 bios
 2013-04-23 10:26 UTC 

[Qemu-devel] [PATCH] ui/gtk: Add Turkish translations
 2013-04-23 10:04 UTC 

[Qemu-devel] [PATCH] ui/gtk: Use gtk_widget_get_window() to support both gtk2 and gtk3
 2013-04-23 10:03 UTC 

[Qemu-devel] [PATCH v4 0/4] virtio-9p refactoring
 2013-04-23  9:08 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 1/4] virtio-9p: add the virtio-9p device
` [Qemu-devel] [PATCH v4 2/4] virtio-9p-pci: switch to the new API
` [Qemu-devel] [PATCH v4 3/4] virtio-9p: cleanup: init function
` [Qemu-devel] [PATCH v4 4/4] virtio-9p: cleanup: QOM casts

[Qemu-devel] [PATCH v5 00/19] tcg-arm improvements
 2013-04-23  8:48 UTC  (8+ messages)
` [Qemu-devel] [PATCH v5 18/19] tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION

[Qemu-devel] KVM VM(windows xp) reseted when running geekbench for about 2 days
 2013-04-23  8:36 UTC  (7+ messages)


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