Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-09 | dump: Fix build breakage (missing sys/procfs.h) | Stefan Weil | |
sys/procfs is not available everywhere (MingW does not have it). Remove this and more unused or redundant include statements. This fixes the broken build. qerror.h was previously included indirectly. Add an explicit include statement for it because it is needed. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | |||
2012-06-07 | dump: remove dumping stuff from cpu-all.h | Paolo Bonzini | |
This simplifies things, because they will only be included for softmmu targets and because the stubs are taken out-of-line in separate files, which in the future could even be compiled only once. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |