qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-04 07:13:51 to 2014-06-04 12:45:49 UTC [more...]

[Qemu-devel] [PULL 00/118] ppc patch queue 2014-06-04
 2014-06-04 12:43 UTC  (37+ messages)
` [Qemu-devel] [PULL 001/118] target-ppc: Fix target_disas
` [Qemu-devel] [PULL 002/118] monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode
` [Qemu-devel] [PULL 003/118] Fix typo in eTSEC Ethernet controller
` [Qemu-devel] [PULL 004/118] spapr_nvram: Correct max nvram size
` [Qemu-devel] [PULL 005/118] target-ppc: extract register length calculation in gdbstub
` [Qemu-devel] [PULL 006/118] target-ppc: gdbstub allow byte swapping for reading/writing registers
` [Qemu-devel] [PULL 007/118] target-ppc: Create versionless CPU class per family if KVM
` [Qemu-devel] [PULL 008/118] target-ppc: Move alias lookup after class lookup
` [Qemu-devel] [PULL 009/118] target-ppc: Remove redundant POWER7 declarations
` [Qemu-devel] [PULL 010/118] spapr-pci: remove io ports workaround
` [Qemu-devel] [PULL 011/118] spapr_pci: Fix number of returned vectors in ibm, change-msi
` [Qemu-devel] [PULL 012/118] target-ppc: Eliminate Magic Number MSR Masks
` [Qemu-devel] [PULL 013/118] target-ppc: Remove PVR check from migration
` [Qemu-devel] [PULL 014/118] mac99: Added FW_CFG_PPC_BUSFREQ to match CLOCKFREQ and TBFREQ already there
` [Qemu-devel] [PULL 016/118] libdecnumber: Eliminate #include *Symbols.h
` [Qemu-devel] [PULL 017/118] libdecnumber: Prepare libdecnumber for QEMU include structure
` [Qemu-devel] [PULL 018/118] libdecnumber: Modify dconfig.h to Integrate with QEMU
` [Qemu-devel] [PULL 019/118] libdecnumber: Change gstdint.h to stdint.h
` [Qemu-devel] [PULL 020/118] libdecnumber: Eliminate redundant declarations
` [Qemu-devel] [PULL 021/118] libdecnumber: Eliminate Unused Variable in decSetSubnormal
` [Qemu-devel] [PULL 022/118] target-ppc: Enable Building of libdecnumber
` [Qemu-devel] [PULL 023/118] libdecnumber: Introduce decNumberFrom[U]Int64
` [Qemu-devel] [PULL 024/118] libdecnumber: Introduce decNumberIntegralToInt64
` [Qemu-devel] [PULL 025/118] libdecnumber: Fix decNumberSetBCD
` [Qemu-devel] [PULL 026/118] target-ppc: Define FPR Pointer Type for Helpers
` [Qemu-devel] [PULL 027/118] target-ppc: Introduce Generator Macros for DFP Arithmetic Forms
` [Qemu-devel] [PULL 028/118] target-ppc: Introduce Decoder Macros for DFP
` [Qemu-devel] [PULL 029/118] target-ppc: Introduce DFP Helper Utilities
` [Qemu-devel] [PULL 030/118] target-ppc: Introduce DFP Post Processor Utilities
` [Qemu-devel] [PULL 031/118] target-ppc: Introduce DFP Add
` [Qemu-devel] [PULL 032/118] target-ppc: Introduce DFP Subtract
` [Qemu-devel] [PULL 033/118] target-ppc: Introduce DFP Multiply
` [Qemu-devel] [PULL 035/118] target-ppc: Introduce DFP Compares
` [Qemu-devel] [PULL 037/118] target-ppc: Introduce DFP Test Data Group
` [Qemu-devel] [PULL 038/118] target-ppc: Introduce DFP Test Exponent
` [Qemu-devel] [PULL 039/118] target-ppc: Introduce DFP Test Significance

[Qemu-devel] [RFC 1/5] nbd: Correct name comparison for export_set_name()
 2014-06-04 12:41 UTC  (4+ messages)
  ` [Qemu-devel] [RFC 2/5] aio: Add io_read_poll() callback
  ` [Qemu-devel] [RFC 3/5] nbd: Use aio_set_fd_handler2()
  ` [Qemu-devel] [RFC 4/5] block: Add AIO followers

[Qemu-devel] [PATCH] block/iscsi: bump libiscsi requirement to 1.8.0
 2014-06-04 12:33 UTC 

[Qemu-devel] [PATCH v4 00/29] book3s powerpc classes (970, power5, power7, power8) rework
 2014-06-04 12:30 UTC  (13+ messages)
` [Qemu-devel] [PATCH v4 18/29] target-ppc: Refactor class init for POWER7/8
` [Qemu-devel] [PATCH v4 21/29] target-ppc: Enable FSCR facility check for TAR
` [Qemu-devel] [PATCH v4 23/29] target-ppc: Add POWER8's TM SPRs

[Qemu-devel] [PATCH 0/5] Platform device support
 2014-06-04 12:28 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] Platform: Add platform device class
` [Qemu-devel] [PATCH 2/5] Platform: Add serial device
` [Qemu-devel] [PATCH 3/5] PPC: e500: Only create dt entries for existing serial ports
` [Qemu-devel] [PATCH 4/5] PPC: e500: Support platform devices
` [Qemu-devel] [PATCH 5/5] PPC: e500: Add support for platform serial devices

[Qemu-devel] [PATCH] hw/arm/pxa2xx_gpio: Correct and register vmstate
 2014-06-04 12:28 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/10] Clean up around bdrv_getlength()
 2014-06-04 12:26 UTC  (13+ messages)
` [Qemu-devel] [PATCH v4 01/10] raw-posix: Fix raw_getlength() to always return -errno on error
` [Qemu-devel] [PATCH v4 02/10] block: New bdrv_nb_sectors()
` [Qemu-devel] [PATCH v4 03/10] block: Use bdrv_nb_sectors() in bdrv_make_zero()
` [Qemu-devel] [PATCH v4 04/10] block: Use bdrv_nb_sectors() in bdrv_aligned_preadv()
` [Qemu-devel] [PATCH v4 05/10] block: Use bdrv_nb_sectors() in bdrv_co_get_block_status()
` [Qemu-devel] [PATCH v4 06/10] block: Use bdrv_nb_sectors() in img_convert()
` [Qemu-devel] [PATCH v4 07/10] block: Use bdrv_nb_sectors() where sectors, not bytes are wanted
` [Qemu-devel] [PATCH v4 08/10] block: Drop superfluous aligning of bdrv_getlength()'s value
` [Qemu-devel] [PATCH v4 09/10] qemu-img: Make img_convert() get image size just once per image
` [Qemu-devel] [PATCH v4 10/10] block: Avoid bdrv_get_geometry() where errors should be detected

[Qemu-devel] [PATCH] target-arm: Delete unused iwmmxt_msadb helper
 2014-06-04 11:52 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 10/10] block: Avoid bdrv_get_geometry() where errors should be detected
 2014-06-04 11:51 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 0/3] Support Archipelago as a QEMU block backend
 2014-06-04 11:46 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/3] block: "
` [Qemu-devel] [PATCH 2/3] block/archipelago: Add support for creating images
` [Qemu-devel] [PATCH 3/3] QMP: Add support for Archipelago

[Qemu-devel] [PATCH v2 0/8] Obtain dirty bitmap via VM logging
 2014-06-04 11:43 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 1/8] enable sharing of the function between migration and bitmap dump
` [Qemu-devel] [PATCH v2 2/8] bitmap dump code via QAPI framework
` [Qemu-devel] [PATCH v2 3/8] RunState: added two new flags for bitmap dump and migration process

[Qemu-devel] [PATCH resend] block: fix wrong order in live block migration setup
 2014-06-04 11:36 UTC  (3+ messages)

[Qemu-devel] [PATCH] linux-headers update against v3.16 pull request
 2014-06-04 11:37 UTC  (6+ messages)

[Qemu-devel] [PATCH 003/124] savevm: Remove all the unneded version_minimum_id_old (ppc)
 2014-06-04 11:36 UTC  (2+ messages)
  ` [Qemu-devel] [PATCH 005/124] savevm: Remove all the unneded version_minimum_id_old (x86)

[Qemu-devel] [PATCH v3 0/4] cpus: Add generic NMI support
 2014-06-04 11:34 UTC  (17+ messages)
` [Qemu-devel] [PATCH v3 1/4] cpus: Define NMI callback
` [Qemu-devel] [PATCH v3 2/4] target-s390x: Migrate to new nmi() CPU callback
` [Qemu-devel] [PATCH v3 3/4] target-i386: "
` [Qemu-devel] [PATCH v3 4/4] target-ppc: Add support for "
            ` [Qemu-devel] [Qemu-ppc] [PATCH v3 0/4] cpus: Add generic NMI support

[Qemu-devel] [PATCH v2 0/1] Support Archipelago as a QEMU block backend
 2014-06-04 11:30 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 1/1] block: "

[Qemu-devel] [PATCH-trivial] arch_init.c: Free 'cache' in cache_fini() to avoid memory leak
 2014-06-04 11:30 UTC  (6+ messages)

[Qemu-devel] [PULL 00/11] KVM changes for 2014-06-04
 2014-06-04 11:20 UTC  (12+ messages)
` [Qemu-devel] [PULL 01/11] kvmclock: Ensure time in migration never goes backward
` [Qemu-devel] [PULL 02/11] kvm_stat: allow choosing between tracepoints and old stats
` [Qemu-devel] [PULL 03/11] target-i386: Fix vm86 mode regression introduced in fd460606fd6f
` [Qemu-devel] [PULL 04/11] target-i386: fix segment flags for SMM and VM86 mode
` [Qemu-devel] [PULL 05/11] target-i386: rework CPL checks during task switch, preparing for next patch
` [Qemu-devel] [PULL 06/11] target-i386: get CPL from SS.DPL
` [Qemu-devel] [PULL 07/11] target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflags
` [Qemu-devel] [PULL 08/11] kvm: Ensure negative return value on kvm_init() error handling path
` [Qemu-devel] [PULL 09/11] kvm: Enable -cpu option to hide KVM
` [Qemu-devel] [PULL 10/11] kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation
` [Qemu-devel] [PULL 11/11] kvm: Fix eax for cpuid leaf 0x40000000

[Qemu-devel] [RCF PATCH 0/8] aarch64 migration fixes and psr cleanup
 2014-06-04 11:11 UTC  (4+ messages)
` [Qemu-devel] [RCF PATCH 5/8] arm/nwfps: remove use of cpsr_write() and set flags directly

[Qemu-devel] [PATCH 0/5] virtio-blk: Converge VirtIOBlockRequest into VirtIOBlockReq
 2014-06-04 11:10 UTC  (8+ messages)
` [Qemu-devel] [PATCH 5/5] virtio-blk: Drop VirtIOBlockReq.read

[Qemu-devel] [PATCH v5 2/3] block: Add drive-mirror-replace command
 2014-06-04 11:07 UTC 

[Qemu-devel] [PATCH v2] trace: Replace fprintf with error_report and print location
 2014-06-04 11:05 UTC  (2+ messages)

[Qemu-devel] [PATCH-trivial] arch_init.c: Always be sure that 'encoded_buf' and 'current_buf' are lock protected
 2014-06-04 10:49 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/4] KVM: PPC: sPAPR: Enable magic page mapping
 2014-06-04 10:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] linux-headers: include psci.h
` [Qemu-devel] [PATCH 2/4] linux-headers: update linux headers to kvm/next
` [Qemu-devel] [PATCH 3/4] KVM: PPC: Expose fixup hcall capability
` [Qemu-devel] [PATCH 4/4] PPC: spapr: Expose /hypervisor node in device tree

[Qemu-devel] [PATCH v2] thread-pool: fix deadlock when callbacks depends on each other
 2014-06-04 10:31 UTC  (4+ messages)

[Qemu-devel] [PATCH] migration: Increase default max_downtime from 30ms to 300ms
 2014-06-04 10:26 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/6] ARM: add PSCI emulation support
 2014-06-04 10:16 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 4/6] target-arm: add emulation of PSCI calls for system emulation

[Qemu-devel] [Bug 1324112] [NEW] qemu parallel building error on libcacard.la
 2014-06-04  8:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] qemu-img: Document check exit codes
 2014-06-04  9:30 UTC  (2+ messages)

[Qemu-devel] [PATCH v27 00/33] replace QEMUOptionParameter with QemuOpts
 2014-06-04  9:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH v27 07/33] QemuOpts: add qemu_opt_get_*_del functions for replace work

[Qemu-devel] [PATCH] block: asynchronously stop the VM on I/O errors
 2014-06-04  9:04 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] (internal review) s390x/kvm: guest debugging support
 2014-06-04  8:31 UTC  (3+ messages)
` [Qemu-devel] [PATCH 4/4] s390x/kvm: hw debugging support via guest PER facility

[Qemu-devel] [PATCH v3 00/10] usb: usb host adapter hotplug
 2014-06-04  8:31 UTC  (11+ messages)
` [Qemu-devel] [PATCH v3 01/10] usb: add usb_bus_release function
` [Qemu-devel] [PATCH v3 02/10] usb-ohci: Fix memory leak for ohci timer
` [Qemu-devel] [PATCH v3 03/10] usb-ohci: add exit function
` [Qemu-devel] [PATCH v3 04/10] usb-uhci: clean up uhci resource when pci-uhci exit
` [Qemu-devel] [PATCH v3 05/10] usb-ehci: add vmstate properity for EHCIState
` [Qemu-devel] [PATCH v3 06/10] usb-ehci: add ehci unrealize funciton
` [Qemu-devel] [PATCH v3 07/10] usb-ehci: add ehci-pci device exit function
` [Qemu-devel] [PATCH v3 08/10] usb-xhci: add "
` [Qemu-devel] [PATCH v3 09/10] usb: tag usb host controller as hotpluggable
` [Qemu-devel] [PATCH v3 10/10] usb: add usb host adapters exit trace

[Qemu-devel] [PATCH v2 4/8] linux-user: arm: handle CPSR.E correctly in strex emulation
 2014-06-04  8:30 UTC  (5+ messages)

[Qemu-devel] [PATCH 1/1] Makefile: Correct path in stripping tool binaries
 2014-06-04  8:24 UTC  (2+ messages)

[Qemu-devel] [PATCH qom v1 1/1] qom: object: remove parent pointer when unparenting
 2014-06-04  8:21 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 5/6] qemu-bridge-helper: Fix fd leak in main()
 2014-06-04  8:15 UTC 

[Qemu-devel] [PATCH v3 0/8] virtio-blk: use alias properties in transport devices
 2014-06-04  8:10 UTC  (4+ messages)
  ` [Qemu-devel] [PATCH 1/1] dataplane: bail out on unsupported transport

[Qemu-devel] [PATCH 1/3] nbd: Handle fixed new-style clients
 2014-06-04  8:01 UTC  (3+ messages)

[Qemu-devel] [PATCH] aio: fix qemu_bh_schedule() bh->ctx race condition
 2014-06-04  7:55 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 13/16] target-arm: A64: Emulate the HVC insn
 2014-06-04  7:55 UTC  (6+ messages)
  ` [Qemu-devel] [PATCH v1 06/16] target-arm: Add FAR_EL2 and 3

[Qemu-devel] [PATCH 5/5] linux-user/signal.c: define __SIGRTMIN/MAX for non-GNU platforms
 2014-06-04  7:49 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2] "

[Qemu-devel] [PULL 0/7] input patch queue
 2014-06-04  7:44 UTC  (8+ messages)
` [Qemu-devel] [PULL 1/7] input: add support for kbd delays
` [Qemu-devel] [PULL 2/7] input: use kbd delays for send_key monitor command
` [Qemu-devel] [PULL 3/7] input/curses: add kbd delay between keydown and keyup events
` [Qemu-devel] [PULL 4/7] input/vnc: use kbd delays in press_key
` [Qemu-devel] [PULL 5/7] docs/multiseat.txt: use autoseat
` [Qemu-devel] [PULL 6/7] docs/multiseat.txt: gtk joined the party
` [Qemu-devel] [PULL 7/7] docs/multiseat.txt: add note about spice

[Qemu-devel] [PATCH 0/5] gtk: fixes, cleanups and text consoles without vte
 2014-06-04  7:40 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH V2 0/2] support xen HVM direct kernel boot
 2014-06-04  7:34 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH V2 1/2] xen: pass kernel initrd to qemu
` [Qemu-devel] [RFC PATCH V2 2/2] qemu: support xen hvm direct kernel boot

[Qemu-devel] [PATCH] target-microblaze: Delete unused sign_extend() function
 2014-06-04  7:13 UTC  (2+ messages)

[Qemu-devel] [PATCH microblaze v1 0/6] Microblaze Device QOM cleanups
 2014-06-04  7:19 UTC 

[Qemu-devel] [PATCH] Qemu: Fix eax for cpuid leaf 0x40000000
 2014-06-04  7:17 UTC  (3+ messages)

[Qemu-devel] [PATCH] target-arm: Prepare cpreg writefns/readfns for EL3/SecExt
 2014-06-04  7:17 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-arm: implement PD0/PD1 bits for TTBCR
 2014-06-04  7:15 UTC  (2+ messages)

[Qemu-devel] [PATCH] util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalent
 2014-06-04  7:13 UTC  (2+ 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).