Searched hist:cf5a65aaaf3e9382e50df550ba049a1c8691a5dd (Results 1 – 5 of 5) sorted by relevance
/qemu/util/ |
H A D | error-report.c | cf5a65aaaf3e9382e50df550ba049a1c8691a5dd Thu Feb 18 18:48:33 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Track locations in configuration files
New LOC_FILE. Use it for tracking file name and line number in qemu_config_parse(). We now report errors like
qemu:foo.conf:42: Did not find I2C bus for smbus-eeprom
In particular, gems like this message:
-device: no driver specified
become almost nice now:
qemu:foo.conf:44: -device: no driver specified
(A later commit will get rid of the bogus -device:)
|
H A D | qemu-config.c | cf5a65aaaf3e9382e50df550ba049a1c8691a5dd Thu Feb 18 18:48:33 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Track locations in configuration files
New LOC_FILE. Use it for tracking file name and line number in qemu_config_parse(). We now report errors like
qemu:foo.conf:42: Did not find I2C bus for smbus-eeprom
In particular, gems like this message:
-device: no driver specified
become almost nice now:
qemu:foo.conf:44: -device: no driver specified
(A later commit will get rid of the bogus -device:)
|
/qemu/include/qemu/ |
H A D | error-report.h | cf5a65aaaf3e9382e50df550ba049a1c8691a5dd Thu Feb 18 18:48:33 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Track locations in configuration files
New LOC_FILE. Use it for tracking file name and line number in qemu_config_parse(). We now report errors like
qemu:foo.conf:42: Did not find I2C bus for smbus-eeprom
In particular, gems like this message:
-device: no driver specified
become almost nice now:
qemu:foo.conf:44: -device: no driver specified
(A later commit will get rid of the bogus -device:)
|
H A D | config-file.h | cf5a65aaaf3e9382e50df550ba049a1c8691a5dd Thu Feb 18 18:48:33 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Track locations in configuration files
New LOC_FILE. Use it for tracking file name and line number in qemu_config_parse(). We now report errors like
qemu:foo.conf:42: Did not find I2C bus for smbus-eeprom
In particular, gems like this message:
-device: no driver specified
become almost nice now:
qemu:foo.conf:44: -device: no driver specified
(A later commit will get rid of the bogus -device:)
|
/qemu/system/ |
H A D | vl.c | cf5a65aaaf3e9382e50df550ba049a1c8691a5dd Thu Feb 18 18:48:33 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Track locations in configuration files
New LOC_FILE. Use it for tracking file name and line number in qemu_config_parse(). We now report errors like
qemu:foo.conf:42: Did not find I2C bus for smbus-eeprom
In particular, gems like this message:
-device: no driver specified
become almost nice now:
qemu:foo.conf:44: -device: no driver specified
(A later commit will get rid of the bogus -device:)
|