Skip to content
Snippets Groups Projects
  1. Aug 30, 2013
  2. Aug 29, 2013
    • Anthony Liguori's avatar
      Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 · b5d54bd4
      Anthony Liguori authored
      
      * qemu-kvm/uq/master:
        kvm-stub: fix compilation
        kvm: shorten the parameter list for get_real_device()
        kvm: i386: fix LAPIC TSC deadline timer save/restore
        kvm-all.c: max_cpus should not exceed KVM vcpu limit
        kvm: Simplify kvm_handle_io
        kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled
        kvm: add KVM_IRQFD_FLAG_RESAMPLE support
        kvm: migrate vPMU state
        target-i386: remove tabs from target-i386/cpu.h
        Initialize IA32_FEATURE_CONTROL MSR in reset and migration
      
      Conflicts:
      	target-i386/cpu.h
      	target-i386/kvm.c
      
      aliguori: fixup trivial conflicts due to whitespace and added cpu
                argument
      
      Signed-off-by: default avatarAnthony Liguori <anthony@codemonkey.ws>
      b5d54bd4
    • Anthony Liguori's avatar
      Merge remote-tracking branch 'sweil/mingw' into stable-1.5 · e560992f
      Anthony Liguori authored
      
      # By Stefan Weil
      # Via Stefan Weil
      * sweil/mingw:
        gtk: Remove unused include statements which are not portable
        w32: Add an icon resource
        w32: Fix broken out-of-tree builds (missing version.o)
      
      Message-id: 1377607132-21336-1-git-send-email-sw@weilnetz.de
      Signed-off-by: default avatarAnthony Liguori <anthony@codemonkey.ws>
      e560992f
    • Anthony Liguori's avatar
      Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5 · 3e998a77
      Anthony Liguori authored
      
      pc,pci,virtio fixes and cleanups
      
      This includes pc and pci cleanups, future-proofing of ROM files,
      and a virtio bugfix correcting splice on virtio console.
      
      Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
      
      # gpg: Signature made Mon 26 Aug 2013 01:34:20 AM CDT using RSA key ID D28D5469
      # gpg: Can't check signature: public key not found
      
      # By Markus Armbruster (5) and others
      # Via Michael S. Tsirkin
      * mst/tags/for_anthony:
        virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect descriptor table
        pc_piix: Kill pc_init1() memory region args
        pc: pc_compat_1_4() now can call pc_compat_1_5()
        pc: Create pc_compat_*() functions
        pc: Kill pc_init_pci_1_0()
        pc: Don't explode QEMUMachineInitArgs into local variables needlessly
        pc: Don't prematurely explode QEMUMachineInitArgs
        ppc: Don't duplicate QEMUMachineInitArgs in PPCE500Params
        ppc: Don't explode QEMUMachineInitArgs into local variables needlessly
        sun4: Don't prematurely explode QEMUMachineInitArgs
        q35: Add PCIe switch to example q35 configuration
        loader: store FW CFG ROM files in RAM
        arch_init: align MR size to target page size
        pc: cleanup 1.4 compat support
      
      Message-id: 1377535318-30491-1-git-send-email-mst@redhat.com
      3e998a77
    • Richard Henderson's avatar
      tcg-i386: Remove abort from GETPC_LDST · 584950fd
      Richard Henderson authored
      Indeed, remove it entirely and remove the is_tcg_gen_code check
      from GETPC_EXT.
      
      Fixes https://bugs.launchpad.net/qemu/+bug/1218098
      
       wherein a call
      to a "normal" helper function performed a sequence of tail calls
      all the way into the memory helper functions, leading to a stack
      frame in which the memory helper function appeared to be called
      directly from tcg.
      
      Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
      584950fd
  3. Aug 28, 2013
  4. Aug 27, 2013
  5. Aug 26, 2013
  6. Aug 25, 2013
  7. Aug 24, 2013
  8. Aug 23, 2013
  9. Aug 22, 2013
Loading