Meego Wiki
Views

SDK/Qemu/Whiteboard

From MeeGo wiki
< SDK | Qemu(Difference between revisions)
Jump to: navigation, search
(Created page with "== Backlog == * qemu project merge * add current qemu-gl branch to merged repository * rebase qemu-gl on top of merged repository * add current OBS qemu branch to merged r…")
(categorise)
 
(3 intermediate revisions not shown)
Line 2: Line 2:
* qemu project merge
* qemu project merge
-
  * add current qemu-gl branch to merged repository
+
** add current qemu-gl branch to merged repository
-
  * rebase qemu-gl on top of merged repository
+
** rebase qemu-gl on top of merged repository
-
  * add current OBS qemu branch to merged repository
+
** add current OBS qemu branch to merged repository
* x11 frontend for dgles2
* x11 frontend for dgles2
-
  * test functionality for qt creator simulator
+
** test functionality for qt creator simulator
-
  * test functionality for x86 handset image
+
** test functionality for x86 handset image
* images
* images
-
  * link [[SDK/Qemu]] page with latest known working arm handset image
+
** mic should create qcow2 images for qemu, current images are 2.5G while qcow2's take < 1GB:
-
  * link [[SDK/Qemu]] page with latest known working x86 handset image
+
qemu-img convert -f raw -O qcow2 -c meego-handset-armv7l-qemu-nand.img meego-handset-armv7l-qemu-nand.qcow2
-
  * link [[SDK/Qemu]] page with latest known working x86 netbook image
+
qemu-img convert -f raw -O qcow2 meego-handset-armv7l-qemu-mmcblk0p.raw meego-handset-armv7l-qemu-mmcblk0p.qcow2
-
  * links should come with commit ID's/git tags of knows working qemu versions
+
 
 +
** link [[SDK/Qemu]] page with latest known working arm handset image
 +
** link [[SDK/Qemu]] page with latest known working x86 handset image
 +
** link [[SDK/Qemu]] page with latest known working x86 netbook image
 +
** links should come with commit ID's/git tags of knows working qemu versions
* linux-user
* linux-user
-
  * mutex lock-up issues https://bugs.launchpad.net/qemu/+bug/668799
+
** mutex lock-up issues https://bugs.launchpad.net/qemu/+bug/668799
-
  * memory allocator issues
+
** memory allocator issues
-
  * refresh with latest syscall patches
+
** refresh with latest syscall patches
* bugs affecting us
* bugs affecting us
-
  * multitouch/xinput2 breaks Qt, no clicks work. https://bugs.meego.com/show_bug.cgi?id=12829  
+
** multitouch/xinput2 breaks Qt, no clicks work. https://bugs.meego.com/show_bug.cgi?id=12829
== Under work ==
== Under work ==
== Done ==
== Done ==
 +
 +
[[Category:SDK]]

Latest revision as of 10:05, 13 April 2011

Backlog

  • qemu project merge
    • add current qemu-gl branch to merged repository
    • rebase qemu-gl on top of merged repository
    • add current OBS qemu branch to merged repository
  • x11 frontend for dgles2
    • test functionality for qt creator simulator
    • test functionality for x86 handset image
  • images
    • mic should create qcow2 images for qemu, current images are 2.5G while qcow2's take < 1GB:
qemu-img convert -f raw -O qcow2 -c meego-handset-armv7l-qemu-nand.img meego-handset-armv7l-qemu-nand.qcow2
qemu-img convert -f raw -O qcow2 meego-handset-armv7l-qemu-mmcblk0p.raw meego-handset-armv7l-qemu-mmcblk0p.qcow2
    • link SDK/Qemu page with latest known working arm handset image
    • link SDK/Qemu page with latest known working x86 handset image
    • link SDK/Qemu page with latest known working x86 netbook image
    • links should come with commit ID's/git tags of knows working qemu versions

Under work

Done

Personal tools