Skip to content
Snippets Groups Projects
  1. Feb 09, 2016
  2. Feb 08, 2016
    • Markus Armbruster's avatar
      Use error_fatal to simplify obvious fatal errors (again) · 07d04a02
      Markus Armbruster authored
      
      Done with the Coccinelle semantic patch from commit 007b0657, plus
      manual clean up of dead variables.
      
      Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
      Message-Id: <1452783732-6581-1-git-send-email-armbru@redhat.com>
      Reviewed-by: default avatarEric Blake <eblake@redhat.com>
      07d04a02
    • Peter Maydell's avatar
      ui/cocoa.m: Include qemu/osdep.h · e4a096b1
      Peter Maydell authored
      
      Include "qemu/osdep.h". (This is a manual commit equivalent
      to what the clean-includes script would do, because that
      script can't handle ObjectiveC source files.)
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1454084614-5365-1-git-send-email-peter.maydell@linaro.org
      e4a096b1
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging · bdad0f39
      Peter Maydell authored
      
      pc and misc cleanups and fixes, virtio optimizations
      
      Included here:
      Refactoring and bugfix patches in PC/ACPI.
      New commands for ipmi.
      Virtio optimizations.
      
      Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
      
      # gpg: Signature made Sat 06 Feb 2016 18:44:26 GMT using RSA key ID D28D5469
      # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>"
      # gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>"
      
      * remotes/mst/tags/for_upstream: (45 commits)
        net: set endianness on all backend devices
        fix MSI injection on Xen
        intel_iommu: large page support
        dimm: Correct type of MemoryHotplugState->base
        pc: set the OEM fields in the RSDT and the FADT from the SLIC
        acpi: add function to extract oem_id and oem_table_id from the user's SLIC
        acpi: expose oem_id and oem_table_id in build_rsdt()
        acpi: take oem_id in build_header(), optionally
        pc: Eliminate PcGuestInfo struct
        pc: Move APIC and NUMA data from PcGuestInfo to PCMachineState
        pc: Move PcGuestInfo.fw_cfg to PCMachineState
        pc: Remove PcGuestInfo.isapc_ram_fw field
        pc: Remove RAM size fields from PcGuestInfo
        pc: Remove compat fields from PcGuestInfo
        acpi: Don't save PcGuestInfo on AcpiBuildState
        acpi: Remove guest_info parameters from functions
        pc: Simplify xen_load_linux() signature
        pc: Simplify pc_memory_init() signature
        pc: Eliminate struct PcGuestInfoState
        pc: Move PcGuestInfo declaration to top of file
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      bdad0f39
  3. Feb 06, 2016
Loading