Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2012-07-17 | hw/block-common: Factor out fall back to legacy -drive cyls=... | Markus Armbruster | |
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> | |||
2012-07-17 | blockdev: Don't limit DriveInfo serial to 20 characters | Markus Armbruster | |
All current users (IDE, SCSI and virtio-blk) happen to share this 20 characters limit. Still, it should be left to device models. They already enforce their limits. They have to, as the DriveInfo limit only affects legacy -drive serial=..., not the qdev properties. usb-storage, which doesn't limit serial number length, also uses DriveInfo for -usbdevice. But that doesn't provide access to DriveInfo serial. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> | |||
2012-07-17 | hw/block-common: Factor out fall back to legacy -drive serial=... | Markus Armbruster | |
Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> |