qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 9f2130: xenfb: remove xen_init_display "tempo


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 9f2130: xenfb: remove xen_init_display "temporary" hack
Date: Mon, 10 Jul 2017 03:47:59 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 9f2130f58d5dd4e1fcb435cca08bf77e7c32e6c6
      
https://github.com/qemu/qemu/commit/9f2130f58d5dd4e1fcb435cca08bf77e7c32e6c6
  Author: Stefano Stabellini <address@hidden>
  Date:   2017-07-07 (Fri, 07 Jul 2017)

  Changed paths:
    M hw/display/xenfb.c
    M hw/xenpv/xen_machine_pv.c
    M include/hw/xen/xen_backend.h

  Log Message:
  -----------
  xenfb: remove xen_init_display "temporary" hack

Initialize xenfb properly, as all other backends, from its own
"initialise" function.

Remove the dependency of vkbd on vfb: use qemu_console_lookup_by_index
to find the principal console (to get the size of the screen) instead of
relying on a vfb backend to be available (which adds a dependency
between the two).

Signed-off-by: Stefano Stabellini <address@hidden>
Reviewed-by: Paul Durrant <address@hidden>


  Commit: 6c808651e327388c22845700e14fe103da9b37cd
      
https://github.com/qemu/qemu/commit/6c808651e327388c22845700e14fe103da9b37cd
  Author: Ross Lagerwall <address@hidden>
  Date:   2017-07-07 (Fri, 07 Jul 2017)

  Changed paths:
    M hw/i386/xen/xen_platform.c

  Log Message:
  -----------
  xen-platform: Cleanup network infrastructure when emulated NICs are unplugged

When the guest unplugs the emulated NICs, cleanup the peer for each NIC
as it is not needed anymore. Most importantly, this allows the tap
interfaces which QEMU holds open to be closed and removed.

Signed-off-by: Ross Lagerwall <address@hidden>
Acked-by: Anthony PERARD <address@hidden>
Signed-off-by: Stefano Stabellini <address@hidden>


  Commit: 4daf62594d13dfca2ce3a74dd3bddee5f54d7127
      
https://github.com/qemu/qemu/commit/4daf62594d13dfca2ce3a74dd3bddee5f54d7127
  Author: Anoob Soman <address@hidden>
  Date:   2017-07-07 (Fri, 07 Jul 2017)

  Changed paths:
    M hw/xen/xen_pt.c

  Log Message:
  -----------
  xen/pt: Fixup addr validation in xen_pt_pci_config_access_check

xen_pt_pci_config_access_check checks if addr >= 0xFF. 0xFF is a valid
address and should not be ignored.

Signed-off-by: Anoob Soman <address@hidden>
Acked-by: Anthony PERARD <address@hidden>
Signed-off-by: Stefano Stabellini <address@hidden>


  Commit: 77d472291812cf04f97974dadbda767e59e31fde
      
https://github.com/qemu/qemu/commit/77d472291812cf04f97974dadbda767e59e31fde
  Author: Peter Maydell <address@hidden>
  Date:   2017-07-10 (Mon, 10 Jul 2017)

  Changed paths:
    M hw/display/xenfb.c
    M hw/i386/xen/xen_platform.c
    M hw/xen/xen_pt.c
    M hw/xenpv/xen_machine_pv.c
    M include/hw/xen/xen_backend.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170707-tag' into 
staging

Xen 2017/07/07

# gpg: Signature made Fri 07 Jul 2017 19:21:22 BST
# gpg:                using RSA key 0x894F8F4870E1AE90
# gpg: Good signature from "Stefano Stabellini <address@hidden>"
# gpg:                 aka "Stefano Stabellini <address@hidden>"
# Primary key fingerprint: D04E 33AB A51F 67BA 07D3  0AEA 894F 8F48 70E1 AE90

* remotes/sstabellini/tags/xen-20170707-tag:
  xen/pt: Fixup addr validation in xen_pt_pci_config_access_check
  xen-platform: Cleanup network infrastructure when emulated NICs are unplugged
  xenfb: remove xen_init_display "temporary" hack

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


Compare: https://github.com/qemu/qemu/compare/b11365867568...77d472291812

reply via email to

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