Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-05 | target-i386: Use correct memory attributes for ioport accesses | Paolo Bonzini | |
In order to do this, stop using the cpu_in*/out* helpers, and instead access address_space_io directly. cpu_in* and cpu_out* remain for usage in the monitor, in qtest, and in Xen. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2012-06-07 | build: move obj-TARGET-y variables to nested Makefile.objs | Paolo Bonzini | |
Also drop duplicate occurrence of device-hotplug.o. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |