Skip to content
Snippets Groups Projects
  1. Feb 09, 2021
  2. Sep 23, 2020
  3. Sep 14, 2020
  4. Aug 21, 2020
  5. Feb 02, 2020
  6. Oct 22, 2019
  7. Jul 18, 2019
  8. May 03, 2019
  9. May 02, 2019
  10. Feb 21, 2019
  11. Nov 12, 2018
  12. Oct 05, 2018
  13. Jul 02, 2018
    • Gerd Hoffmann's avatar
      vgabios: remove submodule and build rules. · 91b8eba9
      Gerd Hoffmann authored
      
      It's the old, lgpl vgabios implementation.
      
      Was left in as fallback when we switched to seavgabios, so we could
      easily switch back in case we see regressions.  It's unused since years
      now, reportedly doesn't even build, and lacks support for recently (and
      not so recently) added display devices.
      
      Zap it.
      
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      91b8eba9
  14. Apr 10, 2018
  15. Mar 22, 2018
  16. Mar 06, 2018
  17. Jan 31, 2018
  18. Oct 26, 2017
  19. Oct 16, 2017
    • Daniel P. Berrangé's avatar
      ui: add keycodemapdb repository as a GIT submodule · 92712822
      Daniel P. Berrangé authored
      The https://gitlab.com/keycodemap/keycodemapdb/
      
       repo contains a
      data file mapping between all the different scancode/keycode/keysym
      sets that are known, and a tool to auto-generate lookup tables for
      different combinations.
      
      It is used by GTK-VNC, SPICE-GTK and libvirt for mapping keys.
      Using it in QEMU will let us replace many hand written lookup
      tables with auto-generated tables from a master data source,
      reducing bugs. Adding new QKeyCodes will now only require the
      master table to be updated, all ~20 other tables will be
      automatically updated to follow.
      
      Signed-off-by: default avatarDaniel P. Berrange <berrange@redhat.com>
      Message-id: 20170929101201.21039-4-berrange@redhat.com
      
      [ kraxel: fix build ]
      [ kraxel: switch repo to qemu.git mirror ]
      
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      92712822
  20. Sep 13, 2017
    • Gerd Hoffmann's avatar
      pixman: drop submodule · c12b6d70
      Gerd Hoffmann authored
      
      Drop pixman submodule and support for the "internal" pixman build.
      pixman should be reasonably well established meanwhile so we don't
      need the fallback submodule any more.  While being at it also drop
      some #ifdefs for pixman versions older than what we require in
      configure anyway.
      
      Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
      Message-id: 20170905140116.28181-2-kraxel@redhat.com
      c12b6d70
  21. May 10, 2017
  22. Oct 27, 2016
  23. Jun 16, 2014
  24. Mar 12, 2014
  25. Oct 11, 2013
    • Stefan Hajnoczi's avatar
      Use qemu-project.org domain name · 85938981
      Stefan Hajnoczi authored
      
      qemu.org is held by a third-party and no core community contributor has
      access to the DNS configuration.  This leaves the website exposed to
      outages due to DNS issues or IP address changes.  For example, if the
      web server IP address needs to change we cannot guarantee qemu.org will
      point to it!
      
      The newer qemu-project.org domain name is owned by Anthony Liguori
      <anthony@codemonkey.ws>.  You can confirm this by querying the whois
      information.  Also note that the #qemu IRC channel topic already
      references qemu-project.org.
      
      Short of having a dedicated legal entity to hold the domain name on
      behalf of the community, qemu-project.org seems like the safest bet.
      
      Let's replace references to qemu.org with qemu-project.org.
      
      Note that git-submodule(1) does not detect URL changes.  The following
      commands clear out and re-initialize all submodules to ensure you are
      using the latest URLs:
      
        $ git submodule deinit . # you'll be warned if you have local changes
        $ rm -rf .git/modules    # also clear cached .git/ directories
        $ git submodule update --init
      
      Reviewed-by: default avatarMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
      Message-id: 1381495958-8306-1-git-send-email-stefanha@redhat.com
      Signed-off-by: default avatarAnthony Liguori <aliguori@amazon.com>
      85938981
  26. Jul 18, 2013
  27. Apr 18, 2013
  28. Nov 01, 2012
  29. Nov 07, 2011
  30. Oct 08, 2011
  31. Sep 28, 2011
  32. Apr 08, 2011
  33. Apr 01, 2011
    • David Gibson's avatar
      Add SLOF-based partition firmware for pSeries machine, allowing more boot options · a9f8ad8f
      David Gibson authored
      
      Currently, the emulated pSeries machine requires the use of the
      -kernel parameter in order to explicitly load a guest kernel.  This
      means booting from the virtual disk, cdrom or network is not possible.
      
      This patch addresses this limitation by inserting a within-partition
      firmware image (derived from the "SLOF" free Open Firmware project).
      If -kernel is not specified, qemu will now load the SLOF image, which
      has access to the qemu boot device list through the device tree, and
      can boot from any of the usual virtual devices.
      
      In order to support the new firmware, an extension to the emulated
      machine/hypervisor is necessary.  Unlike Linux, which expects
      multi-CPU entry to be handled kexec() style, the SLOF firmware expects
      only one CPU to be active at entry, and to use a hypervisor RTAS
      method to enable the other CPUs one by one.
      
      This patch also implements this 'start-cpu' method, so that SLOF can
      start the secondary CPUs and marshal them into the kexec() holding
      pattern ready for entry into the guest OS.  Linux should, and in the
      future might directly use the start-cpu method to enable initially
      disabled CPUs, but for now it does require kexec() entry.
      
      Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      Signed-off-by: default avatarDavid Gibson <dwg@au1.ibm.com>
      Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
      a9f8ad8f
  34. Mar 06, 2010
  35. Oct 30, 2009
  36. Sep 04, 2009
Loading