Messages by Date
-
2018/02/08
[SeaBIOS] [PATCH 4/5] floppy: Wait for the floppy motor to reach a stable speed, after starting
Nikolay Nikolov
-
2018/02/08
[SeaBIOS] [PATCH 1/5] floppy: hold the DOR reset bit low for 4 microseconds, when resetting the floppy controller
Nikolay Nikolov
-
2018/02/08
[SeaBIOS] [PATCH 3/5] floppy: Support up to 4 floppy drives (instead of just 2) in the code, that turns on the floppy motor
Nikolay Nikolov
-
2018/02/08
[SeaBIOS] [PATCH 5/5] floppy: Send 4 sense interrupt commands during controller initialization.
Nikolay Nikolov
-
2018/02/08
[SeaBIOS] [PATCH 2/5] floppy: Execute a SPECIFY command (sets the Step Rate Time, Head Load Time, Head Unload Time and the DMA enable/disable bit) after sensing the media type.
Nikolay Nikolov
-
2018/02/08
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/02/08
Re: [SeaBIOS] Saving a few bytes across a reboot
Marc-André Lureau
-
2018/02/08
Re: [SeaBIOS] [PATCH 1/6] Introduce the floppy_dor_read() function
Nikolay Nikolov
-
2018/02/08
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/02/08
Re: [SeaBIOS] Saving a few bytes across a reboot
Laszlo Ersek
-
2018/02/08
Re: [SeaBIOS] Saving a few bytes across a reboot
Marc-André Lureau
-
2018/02/08
Re: [SeaBIOS] Failure to detect high-capacity SD card
Chris
-
2018/02/07
Re: [SeaBIOS] [Question] Debug Seabios by GDB with Qemu
Kevin O'Connor
-
2018/02/07
Re: [SeaBIOS] reboot fails with QEMU "isapc" machine type
Kevin O'Connor
-
2018/02/07
Re: [SeaBIOS] Failure to detect high-capacity SD card
Kevin O'Connor
-
2018/02/07
Re: [SeaBIOS] [PATCH 1/6] Introduce the floppy_dor_read() function
Kevin O'Connor
-
2018/02/07
Re: [SeaBIOS] Saving a few bytes across a reboot
Laszlo Ersek
-
2018/02/07
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/02/07
Re: [SeaBIOS] Saving a few bytes across a reboot
Laszlo Ersek
-
2018/02/07
Re: [SeaBIOS] Saving a few bytes across a reboot
Laszlo Ersek
-
2018/02/07
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/02/07
Re: [SeaBIOS] Saving a few bytes across a reboot
Igor Mammedov
-
2018/02/07
Re: [SeaBIOS] Saving a few bytes across a reboot
Laszlo Ersek
-
2018/02/07
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/02/07
Re: [SeaBIOS] Failure to detect high-capacity SD card
Paul Menzel
-
2018/02/06
[SeaBIOS] Failure to detect high-capacity SD card
Chris
-
2018/02/05
[SeaBIOS] reboot fails with QEMU "isapc" machine type
Daniel P . Berrangé
-
2018/02/05
Re: [SeaBIOS] [Question] Debug Seabios by GDB with Qemu
Liu, Jing2
-
2018/02/05
Re: [SeaBIOS] [Question] Debug Seabios by GDB with Qemu
Liu, Jing2
-
2018/02/04
Re: [SeaBIOS] [PATCH 1/6] Introduce the floppy_dor_read() function
Kevin O'Connor
-
2018/02/04
Re: [SeaBIOS] [PATCH 6/6] Use timer_check() instead of using floppy_motor_counter in BDA for the timeout check in floppy_wait_irq()
Nikolay Nikolov
-
2018/02/04
Re: [SeaBIOS] [PATCH 5/6] Reset the floppy motor count, so the motor keeps spinning 2 seconds after a floppy operation, performed by floppy_drive_pio()
Nikolay Nikolov
-
2018/02/04
[SeaBIOS] [PATCH 2/6] Introduce floppy_dor_mask()
Nikolay Nikolov
-
2018/02/04
[SeaBIOS] [PATCH 4/6] Preserve the motor and drive sel bits when resetting the floppy controller
Nikolay Nikolov
-
2018/02/04
[SeaBIOS] [PATCH 3/6] Introduce FLOPPY_DOR_XXX constants
Nikolay Nikolov
-
2018/02/04
[SeaBIOS] [PATCH 6/6] Use timer_check() instead of using floppy_motor_counter in BDA for the timeout check in floppy_wait_irq()
Nikolay Nikolov
-
2018/02/04
[SeaBIOS] [PATCH 5/6] Reset the floppy motor count, so the motor keeps spinning 2 seconds after a floppy operation, performed by floppy_drive_pio()
Nikolay Nikolov
-
2018/02/04
[SeaBIOS] [PATCH 1/6] Introduce the floppy_dor_read() function
Nikolay Nikolov
-
2018/02/03
Re: [SeaBIOS] [PATCH 5/7] Move the code that turns on the floppy motor to floppy_turn_on_motor()
Nikolay Nikolov
-
2018/02/03
Re: [SeaBIOS] [PATCH 7/7] Use timer_check() instead of using floppy_motor_counter in BDA for the timeout check in floppy_wait_irq()
Nikolay Nikolov
-
2018/02/03
Re: [SeaBIOS] [PATCH 7/7] Use timer_check() instead of using floppy_motor_counter in BDA for the timeout check in floppy_wait_irq()
Kevin O'Connor
-
2018/02/03
Re: [SeaBIOS] [PATCH 5/7] Move the code that turns on the floppy motor to floppy_turn_on_motor()
Kevin O'Connor
-
2018/02/03
[SeaBIOS] [PATCH 4/7] Preserve the motor and drive sel bits when resetting the floppy controller
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 6/7] Introduce floppy_turn_off_motor_delayed() to keep the motor spinning for 2 seconds after the end of a floppy operation
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 1/7] Introduce the floppy_dor_read() function
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 7/7] Use timer_check() instead of using floppy_motor_counter in BDA for the timeout check in floppy_wait_irq()
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 2/7] Introduce floppy_dor_mask()
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 5/7] Move the code that turns on the floppy motor to floppy_turn_on_motor()
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 3/7] Introduce FLOPPY_DOR_XXX constants
Nikolay Nikolov
-
2018/02/03
Re: [SeaBIOS] [PATCH 1/6] Introduce floppy_dor_mask()
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 3/6] Preserve the motor and drive sel bits when resetting the floppy controller
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 2/6] Introduce FLOPPY_DOR_XXX constants
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 1/6] Introduce floppy_dor_mask()
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 4/6] Move the code that turns on the floppy motor to floppy_turn_on_motor()
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 5/6] Introduce floppy_turn_off_motor_delayed() to keep the motor spinning for 2 seconds after the end of a floppy operation
Nikolay Nikolov
-
2018/02/03
[SeaBIOS] [PATCH 6/6] Use timer_check() instead of using floppy_motor_counter in BDA for the timeout check in floppy_wait_irq()
Nikolay Nikolov
-
2018/02/02
Re: [SeaBIOS] [PATCH] Fixes to the floppy driver, so it works on real (not emulated) hardware
Nikolay Nikolov
-
2018/02/02
Re: [SeaBIOS] [PATCH] Fixes to the floppy driver, so it works on real (not emulated) hardware
Nikolay Nikolov
-
2018/02/02
Re: [SeaBIOS] [PATCH] Fixes to the floppy driver, so it works on real (not emulated) hardware
Nikolay Nikolov
-
2018/02/02
[SeaBIOS] Fwd: Re: coreboot: modifying seabios bootenter list dynamically
Francesco Lucconi
-
2018/02/01
Re: [SeaBIOS] coreboot: modifying seabios bootenter list dynamically
Gerd Hoffmann
-
2018/01/31
[SeaBIOS] coreboot: modifying seabios bootenter list dynamically
Francesco Lucconi
-
2018/01/30
Re: [SeaBIOS] [PATCH] Fixes to the floppy driver, so it works on real (not emulated) hardware
Kevin O'Connor
-
2018/01/30
Re: [SeaBIOS] [Question] Debug Seabios by GDB with Qemu
Kevin O'Connor
-
2018/01/30
Re: [SeaBIOS] [PATCH] build: allow setting tools path from the environment
Kevin O'Connor
-
2018/01/29
[SeaBIOS] [PATCH] Fixes to the floppy driver, so it works on real (not emulated) hardware
Nikolay Nikolov
-
2018/01/29
[SeaBIOS] how to configure tft panel resolution in SeaVGABIOS for Geode LX
Wolfgang Kamp - datakamp
-
2018/01/28
[SeaBIOS] [Question] Debug Seabios by GDB with Qemu
Liu, Jing2
-
2018/01/23
[SeaBIOS] [PATCH] build: allow setting tools path from the environment
Roger Pau Monne
-
2018/01/22
Re: [SeaBIOS] [PATCH RFC] x86: use volatile asm for read/write{b, w, l} implementations
Vitaly Kuznetsov
-
2018/01/22
[SeaBIOS] Serial input / output with SeaBIOS 1.11.0
Piotr Kubaj
-
2018/01/19
Re: [SeaBIOS] [PATCH] paravirt: Allow both Red Hat and Amazon PCI HB subsystem vendor and device ids
Stefan Hajnoczi
-
2018/01/16
Re: [SeaBIOS] [PATCH v2 2/3] tcgbios: Add TPM Physical Presence interface support
Stefan Berger
-
2018/01/16
Re: [SeaBIOS] [PATCH] pci: fix 'io hints' capability for RedHat PCI bridges
Kevin O'Connor
-
2018/01/16
Re: [SeaBIOS] [PATCH v2 2/3] tcgbios: Add TPM Physical Presence interface support
Kevin O'Connor
-
2018/01/16
Re: [SeaBIOS] [PATCH v2 2/3] tcgbios: Add TPM Physical Presence interface support
Stefan Berger
-
2018/01/16
Re: [SeaBIOS] [PATCH v2 2/3] tcgbios: Add TPM Physical Presence interface support
Laszlo Ersek
-
2018/01/16
Re: [SeaBIOS] [PATCH v2 1/3] tcgbios: pass returnCode through many functions
Stefan Berger
-
2018/01/16
Re: [SeaBIOS] [PATCH v2 3/3] tcgbios: extend Physical Presence interface with more functions
Stefan Berger
-
2018/01/16
Re: [SeaBIOS] [PATCH v2 3/3] tcgbios: extend Physical Presence interface with more functions
Kevin O'Connor
-
2018/01/16
Re: [SeaBIOS] [PATCH v2 2/3] tcgbios: Add TPM Physical Presence interface support
Kevin O'Connor
-
2018/01/16
Re: [SeaBIOS] [PATCH v2 1/3] tcgbios: pass returnCode through many functions
Kevin O'Connor
-
2018/01/16
[SeaBIOS] [PATCH v2 0/3] Add support for TPM Physical Presence interface
Stefan Berger
-
2018/01/16
[SeaBIOS] [PATCH v2 3/3] tcgbios: extend Physical Presence interface with more functions
Stefan Berger
-
2018/01/16
[SeaBIOS] [PATCH v2 1/3] tcgbios: pass returnCode through many functions
Stefan Berger
-
2018/01/16
[SeaBIOS] [PATCH v2 2/3] tcgbios: Add TPM Physical Presence interface support
Stefan Berger
-
2018/01/15
Re: [SeaBIOS] K-TEK-M275TP-FN-BL-ML USB keyboard support
Аладышев Константин
-
2018/01/15
[SeaBIOS] [PATCH] Show the real IRQ number in the debug, produced by the unused, IRQ handler
Nikolay Nikolov
-
2018/01/11
Re: [SeaBIOS] [PATCH] pci: fix 'io hints' capability for RedHat PCI bridges
Michael S. Tsirkin
-
2018/01/11
Re: [SeaBIOS] [PATCH] pci: fix 'io hints' capability for RedHat PCI bridges
Marcel Apfelbaum
-
2018/01/11
[SeaBIOS] [PATCH] pci: fix 'io hints' capability for RedHat PCI bridges
Marcel Apfelbaum
-
2018/01/11
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/01/11
Re: [SeaBIOS] Saving a few bytes across a reboot
Laszlo Ersek
-
2018/01/11
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/01/11
Re: [SeaBIOS] Saving a few bytes across a reboot
Laszlo Ersek
-
2018/01/11
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/01/11
Re: [SeaBIOS] Saving a few bytes across a reboot
Igor Mammedov
-
2018/01/11
[SeaBIOS] [RFC PATCH 0/2] Add support for the TPM physical presence interface
Stefan Berger
-
2018/01/11
[SeaBIOS] [RFC PATCH 2/2] tcgbios: extend physical presence interface with more functions
Stefan Berger
-
2018/01/11
[SeaBIOS] [RFC PATCH 1/2] tcgbios: Add physical presence interface support
Stefan Berger
-
2018/01/11
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/01/11
Re: [SeaBIOS] Saving a few bytes across a reboot
Laszlo Ersek
-
2018/01/11
Re: [SeaBIOS] Saving a few bytes across a reboot
Igor Mammedov
-
2018/01/11
Re: [SeaBIOS] Saving a few bytes across a reboot
Laszlo Ersek
-
2018/01/11
Re: [SeaBIOS] Commit d6728f301d7e ("add serial console support") causes double-printing
Omar Sandoval
-
2018/01/11
Re: [SeaBIOS] Commit d6728f301d7e ("add serial console support") causes double-printing
Gerd Hoffmann
-
2018/01/10
[SeaBIOS] Commit d6728f301d7e ("add serial console support") causes double-printing
Omar Sandoval
-
2018/01/10
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/01/10
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/01/10
Re: [SeaBIOS] Saving a few bytes across a reboot
Laszlo Ersek
-
2018/01/10
Re: [SeaBIOS] Saving a few bytes across a reboot
Marc-André Lureau
-
2018/01/10
Re: [SeaBIOS] Saving a few bytes across a reboot
Laszlo Ersek
-
2018/01/09
Re: [SeaBIOS] Saving a few bytes across a reboot
Kevin O'Connor
-
2018/01/09
Re: [SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/01/09
Re: [SeaBIOS] Saving a few bytes across a reboot
Kevin O'Connor
-
2018/01/09
[SeaBIOS] Saving a few bytes across a reboot
Stefan Berger
-
2018/01/08
Re: [SeaBIOS] [PATCH] Don't select SERCON when target is coreboot
Gerd Hoffmann
-
2018/01/08
Re: [SeaBIOS] [PATCH] paravirt: Allow both Red Hat and Amazon PCI HB subsystem vendor and device ids
Gerd Hoffmann
-
2018/01/04
Re: [SeaBIOS] [PATCH RFC] x86: use volatile asm for read/write{b, w, l} implementations
Laszlo Ersek
-
2018/01/04
Re: [SeaBIOS] [PATCH RFC] x86: use volatile asm for read/write{b, w, l} implementations
Vitaly Kuznetsov
-
2018/01/04
Re: [SeaBIOS] [PATCH RFC] x86: use volatile asm for read/write{b, w, l} implementations
Laszlo Ersek
-
2018/01/04
Re: [SeaBIOS] [PATCH RFC] x86: use volatile asm for read/write{b, w, l} implementations
Vitaly Kuznetsov
-
2018/01/03
Re: [SeaBIOS] [PATCH RFC] x86: use volatile asm for read/write{b, w, l} implementations
Laszlo Ersek
-
2018/01/03
[SeaBIOS] [PATCH RFC] x86: use volatile asm for read/write{b, w, l} implementations
Vitaly Kuznetsov
-
2017/12/28
Re: [SeaBIOS] [PATCH 0/2] Allow creation of EK and SRK for TPM 2
Stefan Berger
-
2017/12/24
Re: [SeaBIOS] S3 resume fails on hp/8470p when using SeaBIOS 1.11.0
Kevin O'Connor
-
2017/12/24
[SeaBIOS] [PATCH] Don't select SERCON when target is coreboot
Arthur Heymans
-
2017/12/23
Re: [SeaBIOS] cbfstool without cloning the whole repository? Use script for <2M download
Ivan Ivanov
-
2017/12/22
Re: [SeaBIOS] [PATCH 0/1] add multiple usb-hid support
Kevin O'Connor
-
2017/12/22
Re: [SeaBIOS] [PATCH 0/1] add multiple usb-hid support
Daniel K
-
2017/12/21
Re: [SeaBIOS] [PATCH 0/1] add multiple usb-hid support
Stef van Os
-
2017/12/21
Re: [SeaBIOS] [PATCH 0/1] add multiple usb-hid support
Stef van Os
-
2017/12/20
Re: [SeaBIOS] [PATCH 0/1] add multiple usb-hid support
Daniel K
-
2017/12/20
Re: [SeaBIOS] [PATCH 0/1] add multiple usb-hid support
Daniel K
-
2017/12/20
Re: [SeaBIOS] [PATCH 0/1] add multiple usb-hid support
Kevin O'Connor
-
2017/12/20
Re: [SeaBIOS] [PATCH 0/2] Allow creation of EK and SRK for TPM 2
Kevin O'Connor
-
2017/12/19
[SeaBIOS] [PATCH] readserial: allow reading of zero bytes
Vadim Bendebury
-
2017/12/19
[SeaBIOS] [PATCH] readserial: allow setting real time timestamps
вб
-
2017/12/18
[SeaBIOS] S3 resume fails on hp/8470p when using SeaBIOS 1.11.0
Iru Cai
-
2017/12/15
[SeaBIOS] [PATCH 1/1] usb-hid: add support for multiple input devices
Stef van Os
-
2017/12/15
[SeaBIOS] [PATCH 0/1] add multiple usb-hid support
Stef van Os
-
2017/12/13
[SeaBIOS] [PATCH 1/2] tcbios: Add menu item to create an EK for TPM 2
Stefan Berger
-
2017/12/13
[SeaBIOS] [PATCH 2/2] tcbios: Add menu item to create a primary storage key for TPM 2
Stefan Berger
-
2017/12/13
[SeaBIOS] [PATCH 0/2] Allow creation of EK and SRK for TPM 2
Stefan Berger
-
2017/12/09
Re: [SeaBIOS] Loading Option ROM for SATA Controller Card
Adam Novak
-
2017/12/08
Re: [SeaBIOS] [PATCH] paravirt: Allow both Red Hat and Amazon PCI HB subsystem vendor and device ids
Sironi, Filippo
-
2017/12/08
Re: [SeaBIOS] [PATCH] docs/Download: Use more secure HTTPS ULRs where possible
Kevin O'Connor
-
2017/12/08
Re: [SeaBIOS] [PATCH] paravirt: Allow both Red Hat and Amazon PCI HB subsystem vendor and device ids
Kevin O'Connor
-
2017/12/08
Re: [SeaBIOS] Loading Option ROM for SATA Controller Card
Kevin O'Connor
-
2017/12/03
Re: [SeaBIOS] Guest Reboot After Plug HDMI
Lying
-
2017/12/03
Re: [SeaBIOS] Guest Reboot After Plug HDMI
Paul Menzel
-
2017/12/03
[SeaBIOS] Guest Reboot After Plug HDMI
Lying
-
2017/11/30
[SeaBIOS] [PATCH] docs/Download: Use more secure HTTPS ULRs where possible
Paul Menzel
-
2017/11/27
[SeaBIOS] vga passthrough fail
Lying
-
2017/11/26
[SeaBIOS] Loading Option ROM for SATA Controller Card
Adam Novak
-
2017/11/26
[SeaBIOS] [PATCH] paravirt: Allow both Red Hat and Amazon PCI HB subsystem vendor and device ids
Filippo Sironi
-
2017/11/24
Re: [SeaBIOS] Fw: Re: Re: Fw: Can VTPM2 support WINDOWS
Marc-André Lureau
-
2017/11/24
Re: [SeaBIOS] Fw: Re: Re: Fw: Can VTPM2 support WINDOWS
Stefan Berger
-
2017/11/23
Re: [SeaBIOS] Fw: Re: Re: Fw: Can VTPM2 support WINDOWS
Marc-André Lureau
-
2017/11/23
Re: [SeaBIOS] Fw: Re: Re: Fw: Can VTPM2 support WINDOWS
Stefan Berger
-
2017/11/23
[SeaBIOS] Fw: Re: Re: Fw: Can VTPM2 support WINDOWS
jwang
-
2017/11/17
[SeaBIOS] Can VTPM2 support WINDOWS
00011007
-
2017/11/15
Re: [SeaBIOS] [SLOF] [PATCH v3 00/17] Add vTPM support to SLOF
Kevin O'Connor
-
2017/11/15
Re: [SeaBIOS] [SLOF] [PATCH v3 00/17] Add vTPM support to SLOF
Stefan Berger
-
2017/11/15
Re: [SeaBIOS] [RFC] paravirt: Only enable sercon in NOGRAPHIC mode if no other console specified
Kevin O'Connor
-
2017/11/15
Re: [SeaBIOS] [PATCH] tpm: Add support for TPM2 ACPI table
Kevin O'Connor
-
2017/11/14
[SeaBIOS] [PATCH] tpm: Add support for TPM2 ACPI table
Stefan Berger
-
2017/11/12
Re: [SeaBIOS] [RFC] paravirt: Only enable sercon in NOGRAPHIC mode if no other console specified
Gerd Hoffmann
-
2017/11/10
[SeaBIOS] Deprecating gcc older than v4.6
Kevin O'Connor
-
2017/11/10
[SeaBIOS] [RFC] paravirt: Only enable sercon in NOGRAPHIC mode if no other console specified
Kevin O'Connor
-
2017/11/10
[SeaBIOS] [PATCH] docs: Add sercon-port to Runtime_config.md documentation
Kevin O'Connor
-
2017/11/10
[SeaBIOS] [ANNOUNCE] SeaBIOS 1.11.0
Kevin O'Connor
-
2017/11/06
Re: [SeaBIOS] [PATCH seabios 3/3] kvmtool: support larger virtio queues
Jean-Philippe Brucker
-
2017/11/05
Re: [SeaBIOS] [Qemu-devel] seabios serial console vs. sgabios
Markus Armbruster
-
2017/11/04
Re: [SeaBIOS] [PATCH] Ignore sgabios rom in case sercon is enabled.
Paolo Bonzini
-
2017/11/04
Re: [SeaBIOS] [PATCH] Ignore sgabios rom in case sercon is enabled.
Peter Stuge
-
2017/11/03
Re: [SeaBIOS] [PATCH] serial console conflicts with serial debugging
Stephen Douthit
-
2017/11/03
Re: [SeaBIOS] [PATCH seabios 3/3] kvmtool: support larger virtio queues
Jean-Philippe Brucker
-
2017/11/03
Re: [SeaBIOS] [PATCH seabios 3/3] kvmtool: support larger virtio queues
Jean-Philippe Brucker
-
2017/11/03
Re: [SeaBIOS] seabios serial console vs. sgabios
Kevin O'Connor
-
2017/11/03
Re: [SeaBIOS] [PATCH] Disable ScreenAndDebug in case both serial console and serial debug are active
Kevin O'Connor
-
2017/11/03
Re: [SeaBIOS] [PATCH seabios 3/3] kvmtool: support larger virtio queues
Gerd Hoffmann
-
2017/11/03
Re: [SeaBIOS] [Qemu-devel] seabios serial console vs. sgabios
Gerd Hoffmann
-
2017/11/03
Re: [SeaBIOS] [Qemu-devel] seabios serial console vs. sgabios
Daniel P. Berrange
-
2017/11/03
[SeaBIOS] [PATCH] Ignore sgabios rom in case sercon is enabled.
Gerd Hoffmann
-
2017/11/03
[SeaBIOS] [PATCH] Disable ScreenAndDebug in case both serial console and serial debug are active
Gerd Hoffmann
-
2017/11/02
Re: [SeaBIOS] [Qemu-devel] seabios serial console vs. sgabios
Gerd Hoffmann
-
2017/11/02
Re: [SeaBIOS] [PATCH] Increase precision of usec timer calculation
Kevin O'Connor
-
2017/11/02
Re: [SeaBIOS] [Qemu-devel] seabios serial console vs. sgabios
Paolo Bonzini
-
2017/11/02
Re: [SeaBIOS] [Qemu-devel] seabios serial console vs. sgabios
Daniel P. Berrange
-
2017/11/02
[SeaBIOS] seabios serial console vs. sgabios
Gerd Hoffmann
-
2017/11/02
[SeaBIOS] [PATCH seabios 3/3] kvmtool: support larger virtio queues
Gerd Hoffmann
-
2017/11/02
[SeaBIOS] [PATCH seabios 1/3] kvmtool: initial support
Gerd Hoffmann
-
2017/11/02
[SeaBIOS] [PATCH seabios 2/3] kvmtool: allow mmio for legacy bar 0
Gerd Hoffmann
-
2017/11/02
[SeaBIOS] [PATCH seabios 0/3] add kvmtool support
Gerd Hoffmann
-
2017/11/02
Re: [SeaBIOS] [PATCH] serial console conflicts with serial debugging
Gerd Hoffmann
-
2017/11/02
Re: [SeaBIOS] [PATCH] serial console conflicts with serial debugging
Kevin O'Connor
-
2017/11/02
[SeaBIOS] [PATCH] serial console conflicts with serial debugging
Gerd Hoffmann
-
2017/11/01
Re: [SeaBIOS] [PATCH] Increase precision of usec timer calculation
Stefan Berger
-
2017/11/01
Re: [SeaBIOS] [PATCH] Increase precision of usec timer calculation
Kevin O'Connor