1. 27 3月, 2014 8 次提交
  2. 26 3月, 2014 14 次提交
  3. 25 3月, 2014 14 次提交
  4. 24 3月, 2014 2 次提交
  5. 20 3月, 2014 2 次提交
    • P
      Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into staging · 3a87f8b6
      Peter Maydell 提交于
      PowerPC queue for 2.0
      
      * sPAPR loop fix
      * SPR reset fix
      * Reduce allocation size of indirect opcode tables
      * Restrict number of CPU threads
      * sPAPR H_SET_MODE fixes
      * sPAPR firmware path fixes
      * Static and constness cleanups
      
      # gpg: Signature made Thu 20 Mar 2014 01:46:14 GMT using RSA key ID 3E7E013F
      # gpg: Good signature from "Andreas Färber <afaerber@suse.de>"
      # gpg:                 aka "Andreas Färber <afaerber@suse.com>"
      
      * remotes/afaerber/tags/ppc-for-2.0:
        spapr: Implement interface to fix device pathname
        spapr: QOM'ify pseries machine
        spapr_vio: Fix firmware names
        spapr_llan: Add to boot device list
        qdev: Introduce FWPathProvider interface
        vl.c: Extend get_boot_devices_list() to ignore suffixes
        spapr_hcall: Fix little-endian resource handling in H_SET_MODE
        target-ppc: Introduce powerisa-207-server flag
        target-ppc: Force CPU threads count to be a power of 2
        target-ppc: Fix overallocation of opcode tables
        target-ppc: Reset SPRs on CPU reset
        spapr_hcall: Fix h_enter to loop correctly
        target-ppc: Add missing 'static' and 'const' attributes
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      3a87f8b6
    • A
      spapr: Implement interface to fix device pathname · 71461b0f
      Alexey Kardashevskiy 提交于
      This extends the pseries machine type with the interface to fix firmware
      pathnames for devices which have @bootindex property.
      
      This fixes SCSI disks' device node names (which are wildcard nodes in
      the device-tree), for spapr-vscsi, virtio-scsi and usb-storage.
      
      This fixes PHB name from "pci" to "pci@XXXX" where XXXX is a BUID as
      there is no bus on top of sPAPRPHBState where PHB firmware name could
      be fixed using the BusClass::get_fw_dev_path() mechanism.
      
      This stores the boot list in the /chosen/qemu,boot-list property of
      the device tree. "\n" are replaced by spaces to support OF1275.
      Signed-off-by: NAlexey Kardashevskiy <aik@ozlabs.ru>
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      71461b0f