qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 9ba3cf: kvm-all: exit in case max vcpus excee


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 9ba3cf: kvm-all: exit in case max vcpus exceeded
Date: Tue, 11 Mar 2014 13:00:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 9ba3cf540fb902cbb40f0689868d51a2ac111852
      
https://github.com/qemu/qemu/commit/9ba3cf540fb902cbb40f0689868d51a2ac111852
  Author: Marcelo Tosatti <address@hidden>
  Date:   2014-02-27 (Thu, 27 Feb 2014)

  Changed paths:
    M kvm-all.c

  Log Message:
  -----------
  kvm-all: exit in case max vcpus exceeded

Rather than fall back to TCG (so the user has to discover
whats happening, in case of no access to qemu stdout/stderr).

Signed-off-by: Marcelo Tosatti <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: f9a49dfa0202348b543983d61fab441b7374a874
      
https://github.com/qemu/qemu/commit/f9a49dfa0202348b543983d61fab441b7374a874
  Author: Marcelo Tosatti <address@hidden>
  Date:   2014-02-27 (Thu, 27 Feb 2014)

  Changed paths:
    M exec.c

  Log Message:
  -----------
  file_ram_alloc: unify mem-path,mem-prealloc error handling

-mem-prealloc asks to preallocate memory residing on -mem-path path.

Currently QEMU exits in case:

- Memory file has been created but allocation via explicit write
fails.

And it fallbacks to malloc in case:
- Querying huge page size fails.
- Lack of sync MMU support.
- Open fails.
- mmap fails.

Have the same behaviour for all cases: fail in case -mem-path and
-mem-prealloc are specified for regions where the requested size is
suitable for hugepages.

Signed-off-by: Marcelo Tosatti <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: b0f15a5d5628994c71a6f428f360a5a537ad3b39
      
https://github.com/qemu/qemu/commit/b0f15a5d5628994c71a6f428f360a5a537ad3b39
  Author: Liu, Jinsong <address@hidden>
  Date:   2014-03-11 (Tue, 11 Mar 2014)

  Changed paths:
    M target-i386/cpu.c

  Log Message:
  -----------
  target-i386: bugfix of Intel MPX

The correct size of cpuid 0x0d sub-leaf 4 is 0x40, not 0x10.
This is confirmed by Anvin H Peter and Mallick Asit K.

Signed-off-by: Liu Jinsong <address@hidden>
Cc: H. Peter Anvin <address@hidden>
Cc: Asit K Mallick <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>

Signed-off-by: Liu, Jinsong <address@hidden>


  Commit: 239618707637ec87eba8c452d2b2f75dc5ca20c7
      
https://github.com/qemu/qemu/commit/239618707637ec87eba8c452d2b2f75dc5ca20c7
  Author: Peter Maydell <address@hidden>
  Date:   2014-03-11 (Tue, 11 Mar 2014)

  Changed paths:
    M exec.c
    M kvm-all.c
    M target-i386/cpu.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kvm/uq/master' into staging

* remotes/kvm/uq/master:
  target-i386: bugfix of Intel MPX
  file_ram_alloc: unify mem-path,mem-prealloc error handling
  kvm-all: exit in case max vcpus exceeded

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/01207d0b7820...239618707637

reply via email to

[Prev in Thread] Current Thread [Next in Thread]