Avi Kivity wrote: >> Or gcc >> might move the assignment of phys_addr to after the inline assembly. >> > "asm volatile" prevents that (and I'm not 100% sure it's necessary).
No, it won't necessarily. "asm volatile" simply forces gcc to emit the assembler, even if it thinks its output doesn't get used. It makes no ordering guarantees with respect to other code (or even other "asm volatiles"). The "memory" clobbers should fix the ordering of the asms though. J ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel