index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pc-bios
/
s390-ccw
Commit message (
Expand
)
Author
Age
Files
Lines
*
pc-bios/s390-ccw: Use proper register names for Clang
Thomas Huth
2019-01-18
1
-7
/
+7
*
pc-bios/s390-ccw: Optimize the s390-netboot.img for size
Thomas Huth
2018-06-18
2
-2
/
+3
*
pc-bios/s390-ccw/net: Try to load pxelinux.cfg file accoring to the UUID
Thomas Huth
2018-06-18
1
-1
/
+55
*
pc-bios/s390-ccw/net: Add support for pxelinux-style config files
Thomas Huth
2018-06-18
2
-4
/
+89
*
pc-bios/s390-ccw/net: Update code for the latest changes in SLOF
Thomas Huth
2018-06-18
2
-70
/
+18
*
pc-bios/s390-ccw: define loadparm length
Collin Walling
2018-06-18
4
-7
/
+9
*
pc-bios/s390-ccw: struct tpi_info must be declared as aligned(4)
Thomas Huth
2018-05-14
1
-1
/
+1
*
s390-ccw: force diag 308 subcode to unsigned long
Cornelia Huck
2018-05-02
1
-1
/
+2
*
pc-bios/s390-ccw/net: Add support for .INS config files
Thomas Huth
2018-05-02
1
-5
/
+95
*
pc-bios/s390-ccw/net: Use diag308 to reset machine before jumping to the OS
Thomas Huth
2018-05-02
7
-69
/
+111
*
pc-bios/s390-ccw/net: Split up net_load() into init, load and release parts
Thomas Huth
2018-05-02
1
-26
/
+37
*
pc-bios/s390-ccw: fix non-sequential boot entries (enum)
Collin Walling
2018-05-02
3
-15
/
+28
*
pc-bios/s390-ccw: fix non-sequential boot entries (eckd)
Collin Walling
2018-05-02
1
-9
/
+20
*
pc-bios/s390-ccw: fix loadparm initialization and int conversion
Collin Walling
2018-05-02
1
-7
/
+7
*
pc-bios/s390-ccw: rename MAX_TABLE_ENTRIES to MAX_BOOT_ENTRIES
Collin Walling
2018-05-02
3
-5
/
+5
*
pc-bios/s390-ccw: size_t should be unsigned
Thomas Huth
2018-05-02
2
-2
/
+2
*
s390: Do not pass inofficial IPL type to the guest
Viktor Mihajlovski
2018-04-09
2
-2
/
+20
*
pc-bios/s390-ccw: Increase virtio timeout to 30 seconds
Thomas Huth
2018-04-03
1
-1
/
+1
*
pc-bios/s390-ccw: Move string arrays from bootmap header to .c file
Thomas Huth
2018-03-08
2
-19
/
+20
*
s390-ccw: interactive boot menu for scsi
Collin L. Walling
2018-02-26
4
-0
/
+27
*
s390-ccw: use zipl values when no boot menu options are present
Collin L. Walling
2018-02-26
3
-2
/
+18
*
s390-ccw: set cp_receive mask only when needed and consume pending service irqs
Collin L. Walling
2018-02-26
3
-6
/
+10
*
s390-ccw: read user input for boot index via the SCLP console
Collin L. Walling
2018-02-26
4
-2
/
+170
*
s390-ccw: print zipl boot menu
Collin L. Walling
2018-02-26
1
-1
/
+32
*
s390-ccw: read stage2 boot loader data to find menu
Collin L. Walling
2018-02-26
4
-7
/
+122
*
s390-ccw: set up interactive boot menu parameters
Collin L. Walling
2018-02-26
4
-1
/
+50
*
s390-ccw: parse and set boot menu options
Collin L. Walling
2018-02-26
1
-2
/
+7
*
s390-ccw: move auxiliary IPL data to separate location
Collin L. Walling
2018-02-26
2
-3
/
+21
*
s390-ccw: update libc
Collin L. Walling
2018-02-26
7
-45
/
+129
*
s390-ccw: refactor IPL structs
Collin L. Walling
2018-02-26
2
-22
/
+27
*
s390-ccw: refactor eckd_block_num to use CHS
Collin L. Walling
2018-02-26
2
-16
/
+20
*
s390-ccw: refactor boot map table code
Collin L. Walling
2018-02-26
2
-34
/
+37
*
pc-bios/s390-ccw: zero out bss section
Christian Borntraeger
2017-12-14
1
-3
/
+27
*
pc-bios/s390-ccw: Fix problem with invalid virtio-scsi LUN when rebooting
Thomas Huth
2017-11-20
1
-1
/
+2
*
s390-ccw: print carriage return with new lines
Collin L. Walling
2017-10-30
1
-3
/
+21
*
s390: set DHCP client architecure id for netboot
Viktor Mihajlovski
2017-09-19
1
-1
/
+1
*
s390-ccw: Fix alignment for CCW1
Farhan Ali
2017-08-30
1
-1
/
+1
*
pc-bios/s390-ccw: Use rm command during make clean
Eric Farman
2017-08-15
1
-1
/
+1
*
pc-bios/s390-ccw: Link libnet into the netboot image and do the TFTP load
Thomas Huth
2017-07-14
2
-1
/
+238
*
pc-bios/s390-ccw: Add virtio-net driver code
Thomas Huth
2017-07-14
4
-3
/
+151
*
pc-bios/s390-ccw: Add core files for the network bootloading program
Thomas Huth
2017-07-14
3
-2
/
+192
*
pc-bios/s390-ccw: Add code for virtio feature negotiation
Thomas Huth
2017-07-14
3
-6
/
+20
*
pc-bios/s390-ccw: Remove unused structs from virtio.h
Thomas Huth
2017-07-14
1
-27
/
+0
*
pc-bios/s390-ccw: Move byteswap functions to a separate header
Thomas Huth
2017-07-14
3
-26
/
+31
*
pc-bios/s390-ccw: Add a write() function for stdio
Thomas Huth
2017-07-14
1
-2
/
+14
*
pc-bios/s390-ccw: Move virtio-block related functions into a separate file
Thomas Huth
2017-07-14
6
-274
/
+311
*
pc-bios/s390-ccw: Move ebc2asc to sclp.c
Thomas Huth
2017-07-14
2
-11
/
+11
*
pc-bios/s390-ccw: Move libc functions to separate header
Thomas Huth
2017-07-14
7
-37
/
+51
*
pc-bios/s390-ccw: use STRIP variable in Makefile
Greg Kurz
2017-06-06
1
-1
/
+3
*
pc-bios/s390-ccw: Build a reasonable max_sectors limit
Eric Farman
2017-05-19
2
-0
/
+11
[next]