aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-14Misc compile fixes for gcc v3.4.rel-1.7.0Kevin O'Connor2-0/+7
2012-04-05Replace level gpe event with edge gpe event for hot-plug handlersIgor Mammedov2-5/+5
2012-03-31seabios: readd Makefile rule for ACPIMichael S. Tsirkin1-0/+1
2012-03-25Mark disk.c functions that take an address of a stack variable as noinline.Kevin O'Connor1-6/+6
2012-03-24test-gcc: do not truncate stderrIan Campbell1-10/+10
2012-03-24Use "git describe" in the build generated version description.Kevin O'Connor2-7/+31
2012-03-21Drop FIX_RTC flag from FADT.Gleb Natapov1-2/+2
2012-03-21ata: send TEST UNIT READY correctlyPaolo Bonzini1-6/+8
2012-03-16virtio-scsi: Fix virtio-scsi after cdb_is_read changes.Paolo Bonzini1-5/+7
2012-03-16if HPET is not present do not report it in DSDTGleb Natapov2-9/+101
2012-03-14Use OUT mode for all zero byte "scsi" transfers.Kevin O'Connor4-5/+14
2012-03-14Whitespace changes - replace handful of tabs in core code with spaces.Kevin O'Connor9-39/+39
2012-03-11ps2: Enable keyboard at end of PS2 port irq.Kevin O'Connor1-0/+3
2012-03-11Increase the debug level of several frequent dprintf() statements.Kevin O'Connor3-13/+13
2012-03-11Update drive type default boot order.Kevin O'Connor1-4/+4
2012-03-10usb: Remove QH_MULT_SHIFT flag from qh.info1.Kevin O'Connor1-6/+4
2012-03-10usb: Fix barrier() placement in OHCI interrupt schedule add.Kevin O'Connor1-1/+2
2012-03-10usb: Populate OHCI endpoint descriptor info at pipe allocation.Kevin O'Connor1-14/+18
2012-03-10usb: Move EHCI tt_* fields to EHCI controller code.Kevin O'Connor3-59/+41
2012-03-10usb: Move code around in usb.c.Kevin O'Connor2-84/+84
2012-03-10usb: Generalize controller alloc_async_pipe / alloc_intr_pipe code.Kevin O'Connor10-60/+37
2012-03-10usb: Move code around in usb controller code.Kevin O'Connor3-304/+304
2012-03-10usb: Pass 'struct usbdevice_s' to controller alloc_intr_pipe functions.Kevin O'Connor8-32/+45
2012-03-10usb: Pass 'struct usbdevice_s' into controller alloc_async functions.Kevin O'Connor8-40/+76
2012-03-10usb: Pass usbdevice_s to alloc_async_pipe.Kevin O'Connor3-67/+73
2012-03-10usb: Build path via chain of usbdevice_s.Kevin O'Connor6-27/+29
2012-03-10usb: Push 'struct usbdevice_s' usage through to pipe allocation.Kevin O'Connor8-56/+59
2012-03-10usb: Introduce 'struct usbdevice_s' to describe info for a given device.Kevin O'Connor2-18/+39
2012-03-06usb: Obtain free list items in main code.Kevin O'Connor8-106/+44
2012-03-06usb: Remove cntl->defaultpipe cache.Kevin O'Connor5-24/+17
2012-03-06usb: Centralize pipe free list code.Kevin O'Connor7-43/+4
2012-03-06Batch free USB pipes on EHCI controllers.Kevin O'Connor1-105/+119
2012-03-06Batch free USB pipes on UHCI controllers.Kevin O'Connor1-105/+114
2012-03-06Batch free USB pipes on OHCI controllers.Kevin O'Connor2-68/+80
2012-03-06add virtio-scsi driverPaolo Bonzini12-4/+259
2012-03-06scsi: do not send MODE SENSE except to QEMU disksPaolo Bonzini1-13/+23
2012-03-06vgabios: Fetch _rom_header_size from the global segment when computing the RO...Julian Pidancet1-1/+2
2012-03-06vgabios: Initial support for fixing up assembler to workaround x86emu.Kevin O'Connor2-1/+46
2012-03-06Don't compile with -mrtd.Kevin O'Connor1-1/+1
2012-03-06vgabios: int1009 handler bug limits count to 256 characters.Kevin O'Connor1-0/+5
2012-03-06vgabios: Fixup clext far return instruction.Kevin O'Connor1-1/+1
2012-03-06output: Add 64bit hex print support.Kevin O'Connor3-36/+47
2012-03-06Fixup missing includes.Kevin O'Connor2-1/+2
2012-02-20Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh.Kevin O'Connor1-1/+1
2012-02-20Free USB MSC pipes on error.Kevin O'Connor1-1/+5
2012-02-18Register drives directly in scsi_init_drive().Kevin O'Connor3-49/+18
2012-02-18Running vgabios during resume from S3 on QEMU by defaultGleb Natapov1-1/+1
2012-02-15Fix missing NULL pointer checks causing boot failure on 1meg machines.Kevin O'Connor2-1/+6
2012-02-13vgabios: Some tweaks to optimize stack space.Kevin O'Connor4-59/+45
2012-02-12vgabios: Minor vgabios fixes.Kevin O'Connor3-19/+11