)]}'
{
  "commit": "21f5826a04d38e19488f917e1eef22751490c769",
  "tree": "16ce29b24c1e665501a1ff55b09404c6cb5ac1b4",
  "parents": [
    "cd2d5541271f1934345d8ca42f5fafff1744eee7"
  ],
  "author": {
    "name": "Gerd Hoffmann",
    "email": "kraxel@redhat.com",
    "time": "Thu Feb 19 09:33:03 2015 +0100"
  },
  "committer": {
    "name": "Gerd Hoffmann",
    "email": "kraxel@redhat.com",
    "time": "Thu Feb 19 09:33:03 2015 +0100"
  },
  "message": "seabios: update to 1.8.0 release\n\n\u0027git shortlog 8936dbb2..4c59f5d8\u0027 for seabios repo:\n\nDavid Woodhouse (4):\n      Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec update\n      build: use -m16 where available instead of asm(\".code16gcc\")\n      romlayout: Use .code16 not .code16gcc\n      vgabios: Use .code16 not .code16gcc\n\nGerd Hoffmann (2):\n      add scripts/tarball.sh\n      build: set LC_ALL\u003dC\n\nHannes Reinecke (1):\n      megasas: read addional PCI I/O bar\n\nIan Campbell (1):\n      romlayout: Use \"rep ; nop\" not \"rep nop\".\n\nKevin O\u0027Connor (139):\n      vgabios: Return from handle_1011() if handler found.\n      edd: Move EDD get drive parameters (int 1348) logic from disk.c to block.c.\n      edd: Use sectors\u003d\u003d-1 to detect removable media.\n      edd: Separate out ATA and virtio specific parts of fill_edd().\n      cdemu: store internal cdemu fields in standard \"el-torito\" spec format.\n      Move cdemu call interface and disk_ret helper code to disk.c.\n      smm: Replace SMI assembler code with C code.\n      smm: Use a C struct to define the layout of the SMM area.\n      smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.\n      Don\u0027t enable thread preemption during S3 resume vga option rom execution.\n      Remove old Bochs bios fixed address string at 0xfff00.\n      Move most of the VAR16FIXED() defs to misc.c.\n      build: Avoid absolute paths during \"whole-program\" compiling.\n      Make sure handle_smi() and handle_smp() are compiled out if not enabled.\n      Remove the TODO file.\n      Abstract reset call (and possible 16bit mode switch) into reset() function.\n      build: Remove unused function getSectionsStart() from layoutrom.py.\n      build: Extract section visiting logic in layoutrom.py.\n      build: Refactor layoutrom.py gc() function.\n      build: Use customized entry point for each type of build.\n      build: Refactor findInit() function.\n      build: Rework getRelocs() to use a hash instead of categories in layoutrom.py\n      build: Keep segmented sections separate until final link step.\n      build: Use fileid instead of category to write sections in layoutrom.py.\n      build: Only export needed fields in LayoutInfo in layoutrom.py.\n      build: Get fixed address variables from 32bit compile pass (not 16bit)\n      build: Minor - fix comments referring to old tools/ directory.\n      xhci: Update the times for usb command timeouts.\n      ehci: Update usb command timeouts to use usb_xfer_time()\n      uhci: Update usb command timeouts to use usb_xfer_time()\n      ohci: Update usb command timeouts to use usb_xfer_time()\n      vgabios: Fix broken build resulting from e5749978.\n      boot: Change \":rom%d\" boot order rom instance to \":rom%x\"\n      Minor - remove stray tab from src/fw/smm.c.\n      build: Update kconfig to version in Linux 3.16.\n      usb: Fix usb_xfer_time() to work when called in 16bit mode.\n      xhci: Call usb_desc2pipe() on xhci_update_pipe().\n      xhci: Remove 16bit code wrappers.\n      xhci: Use high memory instead of low memory for internal storage.\n      xhci: Move root hub and setup code to top of file.\n      xhci: Add xhci_check_ports() and xhci_free_pipes() functions.\n      ehci: Move port power up from ehci_hub_detect() to check_ehci_ports().\n      usb-hub: Enable power to all ports prior to calling usb_enumerate().\n      xhci: Change xhci_hub_detect() to use connect status instead of link state.\n      uhci: Repeatedly poll for device detect for 100ms.\n      ohci: Repeatedly poll for device detect for 100ms.\n      ehci: Stall uhci/ohci init only until default port routing is done.\n      usb: Perform device detect polling on all usb controllers.\n      ehci: Fix bug in hub port assignment\n      Revert \"Use the extra stack for 16bit USB and PS2 keyboard/mouse commands.\"\n      pmm: Fix entry point to support non-zero %ss\n      Move stack hop code below call32/call16 code in stacks.c\n      Add need_hop_back() call that determines if stack_hop_back is needed\n      Update invoke_mouse_handler() to use need_hop_back()\n      Update stack_hop_back() to jump to 16bit mode if called in 32bit mode.\n      Track when entering via call32() and use the same mode for stack_hop_back()\n      Simplify farcall16 code\n      Update reset() to use call16_back()\n      build: Support declaring 32bit C functions that must reside in the f-segment\n      Move call16() functions from romlayout.S to inline assembler in stacks.c\n      Break up call32() into call32() and call32_sloppy()\n      Fully restore 16bit state during call16_sloppy()\n      Implement call32 mechanism using SMIs.\n      Move a20 code from system.c and ps2port.h to x86.h\n      Backup and restore a20 on call32_sloppy()\n      usb: Rename ?hci_control() to ?hci_send_control()\n      usb: Rename usb_getFrameExp() to usb_get_period()\n      usb: Rename findEndPointDesc() to usb_find_desc()\n      usb: Rename send_default_control() to usb_send_default_control()\n      usb: Rename free_pipe() to usb_free_pipe()\n      usb: Clarify usb freelist manipulations\n      xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc too\n      uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe()\n      ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe()\n      ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()\n      usb: Use usb_realloc_pipe for pipe alloc, update, and free.\n      Use 32bit memcpy in int1587 when applicable\n      Don\u0027t clobber %ax on ENTRY_INTO32 macro\n      Create assembler macros for saving and restoring \u0027struct bregs\u0027\n      Do full BREGS backup/restore for pmm, pnp, and irqentry_extrastack\n      Remove unused macro ENTRY_ST\n      vgabios: Don\u0027t declare custom internal BDA storage in std/bda.h\n      vgabios: Cache a pointer to the current mode struct in the BDA\n      vgabios: Don\u0027t pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()\n      vgabios: Rename vbe_flags to flags\n      vgabios: Set cursor shape fixes\n      vgabios: Refactor get/set_cursor_shape() code\n      vgabios: Only init BDA device details in init_bios_area()\n      vgabios: Only set the dcc_index\u003d8 if stdvga ports are available\n      vgabios: Move standard table definitions to std/vga.h\n      vgabios: Fill in available legacy modes in video_func_static at runtime\n      vgabios: Add support for reading framebuffer in \"direct\" mode\n      Fix PNP regression introduced in 99cb8f3e due to missed conversion\n      Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.c\n      vgabios: Support emulating text mode attributes while in graphics mode\n      vgabios: Add software cursor capability\n      Use an aligned stack offset when entering on the extra stack\n      Minor - comment updates in romlayout.S\n      Fix build issue on gcc34\n      pciinit: Fix build warning in mch_pci_slot_get_irq()\n      floppy: Make sure to yield() during floppy PIO\n      Minor - be consistent in placement of .code16/32 in romlayout.S\n      Use macros for .code16/32 mode switches in inline asm in stacks.c\n      Eliminate FUNCFSEG - only force portions of inline asm to f-segment\n      usb: Update USB hub code to support super speed hubs\n      Simplify README files - point to online documentation instead\n      sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU\n      Add wiki documentation to repository\n      docs: Don\u0027t point to repo README files\n      docs: Add info on MODE16/MODESEGMENT compile time flags\n      docs: Add page describing SeaBIOS final object linking\n      scsi: Move cdb_* functions above scsi_* functions\n      scsi: Move process_scsi_op() to hw/blockcmd.c and rename\n      cdrom: call scsi_process_op() instead of cdb_read()\n      scsi: Don\u0027t export cdb_* functions\n      cdrom: Break up very large read requests into smaller requests\n      block: Check for read/write requests over 64K\n      usb: Add support for OHCI bulk transfers\n      readserial: Enhance pipe support\n      docs: Add documentation on using readserial.py script\n      uhci: Enable \"depth\" tree traversal for bulk transfers\n      uhci: Increase bulk transfer STACKTDS to 16\n      vgabios: Support emulated text in gfx_read_char()\n      ehci: No need to support td array wrapping\n      ehci: Simplify fillTDbuffer() and rename\n      ehci: Merge ehci_send_control with ehci_send_bulk\n      ohci: Merge ohci_send_control with ohci_send_bulk\n      uhci: Merge uhci_send_control with uhci_send_bulk\n      xhci: Merge xhci_send_control with xhci_send_bulk\n      usb: Use usb_send_pipe() now that all drivers have x_send_pipe()\n      xhci: Move xhci_xfer_x() functions together\n      xhci: Merge some xhci_xfer_x() functions into xhci_send_pipe()\n      usb: Control transfers always have an 8 byte command size\n      usb: Minor - properly free memory on get_device_config() error path\n      checkstack: Handle callw instruction\n      docs: Document why v1.6.3 release came after v0.6.2\n      docs: Update release history with dates of stable releases\n      docs: There is only one VAR16 flag now\n      docs: Note v1.8.0 release\n\nMarcel Apfelbaum (1):\n      hw/pci: reserve IO and mem for pci express downstream ports with no devices attached\n\nMarkus Armbruster (1):\n      boot: Fix boot order for SCSI target, lun \u003e 9\n\nPaolo Bonzini (5):\n      piix: add and use dev-piix.h\n      smm: complete SMM setup\n      smm: unify SMM handlers\n      vgabios: fix graphics operation with Bochs VGA in non-DISPI modes\n      vgabios: implement read char in graphics mode\n\nzhanghailiang (1):\n      acpi: use specified macro instead of magic-number\n\nSigned-off-by: Gerd Hoffmann \u003ckraxel@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "fab9da2b3f1ed9209d9245138e5521363313b005",
      "old_mode": 33188,
      "old_path": "pc-bios/bios-256k.bin",
      "new_id": "1c3f4021fcd4dc7a1d5f460a9c578890fb69195f",
      "new_mode": 33188,
      "new_path": "pc-bios/bios-256k.bin"
    },
    {
      "type": "modify",
      "old_id": "8c718e1b92ae8df3e1e8f90dfe848da786c3d79c",
      "old_mode": 33188,
      "old_path": "pc-bios/bios.bin",
      "new_id": "3724535de9c566003c7a264c626a607ba423079e",
      "new_mode": 33188,
      "new_path": "pc-bios/bios.bin"
    },
    {
      "type": "modify",
      "old_id": "0c4d25346b352dc94802558f89c2a1d1044b240c",
      "old_mode": 33188,
      "old_path": "pc-bios/vgabios-cirrus.bin",
      "new_id": "09dd0fa19cf7c465a9946f24c18a83f90888099c",
      "new_mode": 33188,
      "new_path": "pc-bios/vgabios-cirrus.bin"
    },
    {
      "type": "modify",
      "old_id": "4e08e1362d8328d12dbdf1b1ee459ebfcd8b3281",
      "old_mode": 33188,
      "old_path": "pc-bios/vgabios-qxl.bin",
      "new_id": "92f22bf48c256c98341e84a4a76c9abcba01a2ba",
      "new_mode": 33188,
      "new_path": "pc-bios/vgabios-qxl.bin"
    },
    {
      "type": "modify",
      "old_id": "e5e5b14e4d2e6d83badd8c5f0959e992c9bfe0e5",
      "old_mode": 33188,
      "old_path": "pc-bios/vgabios-stdvga.bin",
      "new_id": "73c3468e200ea1c168052b8d3366859565f9a6ae",
      "new_mode": 33188,
      "new_path": "pc-bios/vgabios-stdvga.bin"
    },
    {
      "type": "modify",
      "old_id": "cf2576d3442bd30a90ef72e70b17b64ce8f3710c",
      "old_mode": 33188,
      "old_path": "pc-bios/vgabios-vmware.bin",
      "new_id": "86f9f7e8234d0c36d8e92c150adfb093d5496903",
      "new_mode": 33188,
      "new_path": "pc-bios/vgabios-vmware.bin"
    },
    {
      "type": "modify",
      "old_id": "bad187dc2e2adc24318addb37021400e54d8eabe",
      "old_mode": 33188,
      "old_path": "pc-bios/vgabios.bin",
      "new_id": "de3226e7aafc389cc500c89f0d3aa9326a09973e",
      "new_mode": 33188,
      "new_path": "pc-bios/vgabios.bin"
    },
    {
      "type": "modify",
      "old_id": "e653c75f5d485917b35fa36ddb8b35e6eae03d05",
      "old_mode": 33188,
      "old_path": "roms/config.seabios-128k",
      "new_id": "c719ba6892d53ac9645c67580f9ba8064a813c90",
      "new_mode": 33188,
      "new_path": "roms/config.seabios-128k"
    },
    {
      "type": "modify",
      "old_id": "8936dbb2cd5403c9a8279c849f7f4b0ccc0796ac",
      "old_mode": 57344,
      "old_path": "roms/seabios",
      "new_id": "4c59f5d83044df4d57b90958b0fdfcecb913fddb",
      "new_mode": 57344,
      "new_path": "roms/seabios"
    }
  ]
}
