aboutsummaryrefslogtreecommitdiff
path: root/board-qemu
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Update device tree returned by CAS hypercallqemu-slof-20131009listNikunj A Dadhania1-0/+48
2013-10-09fdt: introduce fdt-initNikunj A Dadhania1-6/+13
2013-10-04Allow more than one client to open net devices simultaneouslyAvik Sil3-7/+7
2013-10-04pci: fix interrupt-map for bridgesAlexey Kardashevskiy1-10/+19
2013-10-04Implement range allocatorNikunj A Dadhania1-17/+48
2013-10-04Remove e1000 network driver as moduleAvik Sil2-5/+1
2013-10-04Remove virtio-net network driver as moduleAvik Sil8-592/+1
2013-10-04Remove veth network driver as moduleAvik Sil6-418/+1
2013-10-04Add e1000 network driver in libe1kAvik Sil4-4/+127
2013-10-04Add virtio-net driver in libvirtioAvik Sil1-8/+42
2013-10-04Add veth driver in libvethAvik Sil3-8/+38
2013-08-21Move hex64-{decode,encode}-unit to node.fsNikunj A Dadhania1-22/+0
2013-08-21js2x: more fixesNikunj A Dadhania2-38/+0
2013-08-06Use root.fs on qemu as wellBenjamin Herrenschmidt2-41/+5
2013-07-25Use a global definition of sync() and mb()Benjamin Herrenschmidt1-7/+4
2013-07-24USB generic hub device driverNikunj A Dadhania1-1/+3
2013-07-24USB keyboard driverNikunj A Dadhania1-0/+1
2013-07-24usb-core: setup new deviceNikunj A Dadhania1-1/+5
2013-07-24usb-core: hcd registration and query routinesNikunj A Dadhania1-0/+3
2013-07-24usb-core: adding generic dev-hci.fsNikunj A Dadhania3-1/+37
2013-07-24usb-core: registration and makefilesNikunj A Dadhania1-1/+4
2013-07-24Add new USB codeNikunj A Dadhania1-1/+1
2013-07-24Remove old usb codeNikunj A Dadhania1-11/+1
2013-07-24vga: fix hcall-invert-screen and hcall-blink-screenNikunj A Dadhania1-1/+3
2013-07-24scsi: unify scsi probing codeNikunj A Dadhania3-149/+9
2013-07-24vscsi: generalizing probe codeNikunj A Dadhania1-4/+13
2013-07-24virtio-scsi: iterate through targetsNikunj A Dadhania1-29/+68
2013-07-24scsi: unify and use make-disk-aliasNikunj A Dadhania2-49/+8
2013-06-27Look for /memory@0, not just /memoryBenjamin Herrenschmidt2-2/+4
2013-06-27scsi: fix report-luns handlingNikunj A Dadhania1-1/+1
2013-06-05SLOF: virtio-scsi block driver codeNikunj A. Dadhania2-133/+162
2013-06-05scsi: Move bits of vio-vscsi.fs to a common helpers fileBenjamin Herrenschmidt2-118/+18
2013-06-05scsi: Move scsi-disk.fs to a generic placeBenjamin Herrenschmidt2-309/+1
2013-06-05SLOF: virtio-scsi helper routinesNikunj A. Dadhania3-1/+255
2013-06-03SLOF: virtio-scsi - add pci device fileNikunj A. Dadhania2-0/+22
2013-06-03vscsi: Sanitize interface between scsi-disk.fs and vio-vscsi.fsBenjamin Herrenschmidt2-177/+216
2013-05-27vio-vscsi: Rework vio-vscsi supportBenjamin Herrenschmidt2-81/+239
2013-05-13Make load-base a real environment variableBenjamin Herrenschmidt1-2/+2
2013-05-13vio-vscsi: Switch to using a wildcard "disk" node and make scsi-disk genericBenjamin Herrenschmidt3-53/+93
2013-05-13vio-vscsi: Get CRQ on open and release on closeBenjamin Herrenschmidt1-13/+37
2013-03-21vio-vscsi: vscsi-report-luns can return 0qemu-slof-20130430Nikunj A Dadhania1-1/+1
2013-03-21vio-vscsi: added a proper lun parserAlexey Kardashevskiy1-1/+13
2013-03-21SLOF: vio-vscsi: fixed bug with reported lunsAlexey Kardashevskiy1-2/+2
2013-01-04Spelling fixes in comments and debug messagesStefan Weil1-1/+1
2012-10-17SLOF: Support PAPR NVRAM RTAS callsqemu-slof-20121018Nikunj A. Dadhania7-8/+63
2012-10-17Workaround for SLES11 installer bugBen Herrenschmidt1-0/+8
2012-10-17Update .gitignore filesDavid Gibson1-0/+1
2012-07-31Added ibm,req#msi and ibm,req#msi-x to device nodesqemu-slof-20129731qemu-slof-20120731Alexey Kardashevskiy1-1/+31
2012-07-19vscsi updates to match IBM OFW variantqemu-slof-20120719Benjamin Herrenschmidt2-40/+82
2012-07-19Fix encode/decode-unit to use a full 64-bit @xxxx valueBenjamin Herrenschmidt1-11/+24