1. Jul 08, 2010
  2. Jul 07, 2010
  3. Jul 03, 2010
  4. Jun 30, 2010
  5. Jun 29, 2010
    • Enric Balletbo i Serra's avatar
      busybox: fix unexpected "done" in /etc/udhcpc.d/50default script. · 763b11d0
      Enric Balletbo i Serra authored
      
      Run udhcpc results in
      
       udhcpc (v1.15.3) started
       /etc/udhcpc.d/50default: line 37: syntax error: unexpected "done" (expecting "fi")
       run-parts: /etc/udhcpc.d/50default exited with code 2
      
      Signed-off-by: default avatarEnric Balletbo i Serra <eballetbo@gmail.com>
      Signed-off-by: default avatarRichard Purdie <rpurdie@linux.intel.com>
      763b11d0
    • Kevin Tian's avatar
      qemux86/xorg.conf: no DefaultDepth for VMware SVGA driver · 7d292468
      Kevin Tian authored
      VMware SVGA driver needs to have same depth between the host and the guest. Or put in
      other word, the depth read by the guest is the value read from host. The guest is not
      allowed to change virtual depth to other value. With DefaultDepth option xorg.conf,
      vmware driver rejects to work with suggestion "Please do not specify a depth on the
      command line or via the config file".
      
      Signed-off-by Kevin Tian <kevin.tian@intel.com>
      7d292468
    • Kevin Tian's avatar
      qemu: fix VMware VGA depth calculation error · f51bb812
      Kevin Tian authored
      VMware SVGA presents to the guest with the depth of the host surface it renders
      to, and rejects to work if the two sides are mismatched. One problem is that
      current VMware VGA may calculate a wrong host depth, and then memcpy from virtual
      framebuffer to host surface may trigger segmentation fault. For example, when
      launching Qemu in a VNC connection, VMware SVGA thinks depth as '32', however the
      actual depth of VNC is '16'. The fault also happens when the host depth is not
      32 bit.
      
      Qemu <4b5db3749c5fdba93e1ac0e8748c9a9a1064319f> tempts to fix a similar issue, by
      changing from hard-coded 24bit depth to instead query the surface allocator
      (e.g. sdl). However it doesn't really work, because the point where query
      is invoked is earlier than the point where sdl is initialized. At query time,
      qemu uses a default surface allocator which, again, provides another hard-coded
      depth value - 32bit. So it happens to make VMware SVGA working on some hosts,
      but still fails in others.
      
      To solve this issue, this commit introduces a postcall interface to display
      surface, which is walked after surface allocators are actually initialized.
      At that point it's then safe to query host depth and present to the guest.
      
      Signed-off-by Kevin Tian <kevin.tian@intel.com>
      f51bb812
    • Richard Purdie's avatar
      gcc: Add patch to allow disabling of libstdc++ linkage and hence fix... · d3b8687e
      Richard Purdie authored
      gcc: Add patch to allow disabling of libstdc++ linkage and hence fix gcc-runtime which was having broken configure tests due to the linker failures and assuming maths primitives were not in libm
      
      Signed-off-by: default avatarRichard Purdie <rpurdie@linux.intel.com>
      d3b8687e
    • Richard Purdie's avatar
  6. Jun 25, 2010
  7. Jun 23, 2010
  8. Jun 18, 2010
  9. Jun 17, 2010
  10. Jun 14, 2010
  11. Jun 11, 2010
  12. Jun 10, 2010