Google Summer of Code 2013/cs648/journal/Week5

From QEMU
Revision as of 01:35, 19 July 2013 by Cs648 (talk | contribs) (Created page with '= Charlie Shepherd: CPC integration = == Journal Week 5 == '''Milestone:''' Have qemu-img and qemu-io completely working by the end of next week === Tue Jul 16 === * Analyse t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Charlie Shepherd: CPC integration

Journal Week 5

Milestone: Have qemu-img and qemu-io completely working by the end of next week

Tue Jul 16

  • Analyse the performance of the CPC prototype compared to the ucontext implementation
  • Get qemu-io compiling

Wed Jul 17

  • Track down bug in CPC that caused compilation to fail
  • Get qemu-img compiling and start testing where it fails
  • Discussion about whether to pursue converting the block to synchronous/asynchronous statically annotated functions, rather than "dynamic" ones

Thu Jul 18

  • Weekly meeting with stefanha and kerneis, decided to push ahead with converting the block layer
  • Sent initial patch to qemu-devel converting bdrv_flush to a synchronous version