1. 11 3月, 2013 7 次提交
    • D
      linux-user: Add Alpha socket constants · ec00b51a
      Dillon Amburgey 提交于
      Without these, some networking programs will not work
      Signed-off-by: NDillon Amburgey <dillona@dillona.com>
      Reviewed-by: NRichard Henderson <rth@twiddle.net>
      Signed-off-by: NRiku Voipio <riku.voipio@linaro.org>
      ec00b51a
    • A
      Merge remote-tracking branch 'origin/master' into staging · fa388916
      Anthony Liguori 提交于
      * origin/master: (75 commits)
        tcg: Don't make exitreq flag a local temporary
        Makefile: Add subdir dependency on config-devices-all.mak
        make_device_config.sh: Emit dependency file to directory where included
        Revert "make_device_config.sh: Fix target path in generated dependency file"
        s390/virtio-ccw: remove redundant call to blockdev_mark_auto_del
        s390/css: Fix subchannel detection
        Allow virtio-net features for legacy s390 virtio bus
        s390: virtio-ccw maintainer
        s390: simplify kvm cpu init
        pseries: Add compatible property to root of device tree
        target-ppc: Move CPU aliases out of translate_init.c
        target-ppc: Report CPU aliases for QMP
        target-ppc: List alias names alongside CPU models
        target-ppc: Make host CPU a subclass of the host's CPU model
        PPC: xnu kernel expects FLUSH to be cleared on STOP
        PPC: Fix dma interrupt
        target-ppc: Fix PPC_DUMP_SPR_ACCESS build
        target-ppc: Synchronize FPU state with KVM
        target-ppc: Add mechanism for synchronizing SPRs with KVM
        Save memory allocation in the elf loader
        ...
      fa388916
    • A
      Merge remote-tracking branch 'bonzini/hw-dirs' into staging · 6e72a00f
      Anthony Liguori 提交于
      * bonzini/hw-dirs:
        sh: move files referencing CPU to hw/sh4/
        ppc: move more files to hw/ppc
        ppc: move files referencing CPU to hw/ppc/
        m68k: move files referencing CPU to hw/m68k/
        i386: move files referencing CPU to hw/i386/
        arm: move files referencing CPU to hw/arm/
        hw: move boards and other isolated files to hw/ARCH
        ppc: express FDT dependency of pSeries and e500 boards via default-configs/
        build: always link device_tree.o into emulators if libfdt available
        hw: include hw header files with full paths
        ppc: do not use ../ in include files
        vt82c686: vt82c686 is not a PCI host bridge
        virtio-9p: remove PCI dependencies from hw/9pfs/
        virtio-9p: use CONFIG_VIRTFS, not CONFIG_LINUX
        hw: move device-hotplug.o to toplevel, compile it once
        hw: move qdev-monitor.o to toplevel directory
        hw: move fifo.[ch] to libqemuutil
        hw: move char backends to backends/
      
      Conflicts:
      	backends/baum.c
      	backends/msmouse.c
      	hw/a15mpcore.c
      	hw/arm/Makefile.objs
      	hw/arm/pic_cpu.c
      	hw/dataplane/event-poll.c
      	hw/dataplane/virtio-blk.c
      	include/char/baum.h
      	include/char/msmouse.h
      	qemu-char.c
      	vl.c
      
      Resolve conflicts caused by header movements.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      6e72a00f
    • A
      Merge remote-tracking branch 'stefanha/trivial-patches' into staging · 6a245c66
      Anthony Liguori 提交于
      # By Lei Li (2) and others
      # Via Stefan Hajnoczi
      * stefanha/trivial-patches:
        Fix the wrong description in qemu manual
        pci_host: Drop write-only address_space field
        rng-random: Use qemu_open / qemu_close
        configure: Require at least spice-protocol-0.12.3
        osdep: replace setsockopt by qemu_setsockopt
        lm32: remove unused function
        rtc-test: Fix test failures with recent glib
        configure: Create link to icon bitmap for out-of-tree builds
      6a245c66
    • A
      Merge remote-tracking branch 'bonzini/scsi-next' into staging · 6d06368d
      Anthony Liguori 提交于
      # By Paolo Bonzini (4) and Peter Lieven (2)
      # Via Paolo Bonzini
      * bonzini/scsi-next:
        scsi-disk: handle io_canceled uniformly and correctly
        scsi-disk: do not complete canceled UNMAP requests
        scsi: do not call scsi_read_data/scsi_write_data for a canceled request
        iscsi: look for pkg-config file too
        iscsi: add iscsi_truncate support
        iscsi: retry read, write, flush and unmap on unit attention check conditions
      6d06368d
    • B
      qemu-char: fix win32 build · 44ab9ed4
      Blue Swirl 提交于
      96c63847 did not adjust
      Win32 #ifdeffery properly, breaking build in later commits. Fix.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      Tested-by: NIgor Mitsyanko <i.mitsyanko@gmail.com>
      Message-id: 0ba5565b1ed44380c57d4a5fab86e9549f581ebf.1362822910.git.blauwirbel@gmail.com
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      44ab9ed4
    • B
      baum: fix build · 7830cf78
      Blue Swirl 提交于
      08744c98 removed hw/baum.h
      but did not adjust hw/baum.c, breaking build. Fix.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      Message-id: c50406bda98f8b277e8b9004a0012fa5e5c124d0.1362822910.git.blauwirbel@gmail.com
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      7830cf78
  2. 10 3月, 2013 1 次提交
  3. 09 3月, 2013 32 次提交