)]}'
{
  "commit": "9ae19b657ee20f4d03bdca8dbf367b932801ac93",
  "tree": "a589f32a77453e19979a42abceab9dd6356ac528",
  "parents": [
    "8a7d0890acd03f45f1d86e12449938891ae18ed9"
  ],
  "author": {
    "name": "Aurelien Jarno",
    "email": "aurelien@aurel32.net",
    "time": "Tue Jan 04 21:58:24 2011 +0100"
  },
  "committer": {
    "name": "Aurelien Jarno",
    "email": "aurelien@aurel32.net",
    "time": "Tue Jan 04 21:58:24 2011 +0100"
  },
  "message": "Fix curses on big endian hosts\n\nOn big endian hosts, the curses interface is unusable: the emulated\ngraphic card only displays garbage, while the monitor interface displays\nnothing (or rather only spaces).\n\nThe curses interface is waiting for data in native endianness, so\nconsole_write_ch() should not do any conversion. The conversion should\nbe done when reading the video buffer in hw/vga.c. I supposed this\nbuffer is in little endian mode, though it\u0027s not impossible that the\ndata is actually in guest endianness. I currently have no big endian\nguest to way (they all switch to graphic mode immediately).\n\nSigned-off-by: Aurelien Jarno \u003caurelien@aurel32.net\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b2fc908549ffc22fd17950e43bd937298a4faf8f",
      "old_mode": 33188,
      "old_path": "console.h",
      "new_id": "3157330eb207109e0c42bd3bc4ba95eb619c58ee",
      "new_mode": 33188,
      "new_path": "console.h"
    },
    {
      "type": "modify",
      "old_id": "c632fd77e1b27663a92cf51866e430956ee0352f",
      "old_mode": 33188,
      "old_path": "hw/vga.c",
      "new_id": "e2151a2458609bcb2447ccd627ec2c5c1a74bb38",
      "new_mode": 33188,
      "new_path": "hw/vga.c"
    }
  ]
}
