Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-28 | usb: Change *_exitfn return type from int to void | Akanksha Srivastava | |
The *_exitfn functions cannot fail and should not be returning int. This also removes the passthru_exitfn since this callback does nothing as of now. This was suggested as a Bite-sized task for code cleanup. Signed-off-by: Akanksha Srivastava <akanksha.dlf@gmail.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> | |||
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | |
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |