Displaying 2 results from an estimated 2 matches for "5e45".
Did you mean:
545
2007 May 15
4
[PATCH] [xm] Fix vncdisplay for hvm guests
''vncdisplay=N'' in hvm config file is ignored when building qemu-dm
arguments.
xm create or xm new -> xm start with hvm config file containing
vnc=1
vncdisplay=5
results in ''-vncunused'' being passed to qemu-dm. There are several
approaches
for a fix - this patch defaults vncdisplay to None in xm options. It
currently defaults to 1 and is always included in
2017 Sep 29
2
HiPE calling convention
...retq
5e34: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
5e3b: 00 00 00
5e3e: 66 90 xchg %ax,%ax
0000000000005e40 <hipe_test::test2>:
5e40: e9 eb ff ff ff jmpq 5e30 <hipe_test::test1>
5e45: 66 2e 0f 1f 84 00 00 nopw %cs:0x0(%rax,%rax,1)
5e4c: 00 00 00
5e4f: 90 nop
0000000000005e50 <hipe_test::main>:
5e50: 55 push %rbp
5e51: 41 57 push %r15
5e53: 41 56...