diff options
author | Alon Levy <alevy@redhat.com> | 2010-12-30 13:48:52 +0200 |
---|---|---|
committer | Arnon Gilboa <agilboa@agilboa.usersys.redhat.com> | 2011-01-11 17:18:47 +0200 |
commit | 0f92cbea70efc5366465fdb52e44fd4c727b45ac (patch) | |
tree | 70d352b7bc9e551b15713fc7b43ddf3cd8cbe508 /common | |
parent | 935330f996535f7d59963978fc8fdb17bf1d75cb (diff) |
vdi_port refactor: introduce old pci_vdi_port
This patch is a little dirty due to EOL convertion to windows format.
+ add pci_vdi_port with PCIVDIPort taken from last commit before
changing to virtio-serial (a17ccbf323768c3cb977f0f062366ba7cf7f19db)
+ move handle_error to VDIPort (identical in VIRTIOVDIPort and PCIVDIPort)
+ make VDService create first a virtio, then init, the pci, then init,
stopping when the first init succeeds, and reporting to log which was
created.
Diffstat (limited to 'common')
-rw-r--r-- | common/vdlog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/vdlog.h b/common/vdlog.h index 419248a..bb2eb28 100644 --- a/common/vdlog.h +++ b/common/vdlog.h @@ -18,6 +18,7 @@ #ifndef _H_VDLOG #define _H_VDLOG +#include <stdio.h> #include <tchar.h> #include <crtdbg.h> #include <windows.h> |