Hi,
Ack after small fixes
On 11/06/2011 06:49 PM, Alon Levy wrote:
This is part of the dispatcher update, extracting the dispatcher routine
from red_dispatcher and main_dispatcher into dispatcher.
Supporting multiple async operations will make it natural to support
async monitor commands and as
Hi,
just trailing whitespace.
Ack.
On 11/06/2011 06:49 PM, Alon Levy wrote:
---
common/spice_common.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/spice_common.h b/common/spice_common.h
index 51c6a68..f6205a3 100644
--- a/common/spice_common.h
+++ b/common/s
Hi
- Mensaje original -
> I just checked the celt page. According to this:
>
> http://www.celt-codec.org/news/
>
> Celt is compatible to the chosen version of current spice until
> version
> 0.6.1. In 0.7.0 they changed the bit stream of celt.
>
> However even 0.6.1 is not able to be bu
used for main_dispatcher only in this patch.
Dispatcher is meant to be used for Main<->any low frequency messages.
It's interface is meant to include the red_dispatcher usage:
fixed size messages per message type
some messages require an ack
Some methods are added to be used by RedDispatcher l
printed before function name. No central location for prefixes.
Adding "WORKER", "ASYNC", "MAIN" since those were the current users.
---
common/spice_common.h |4 ++--
server/main_channel.c |2 +-
server/red_dispatcher.c | 17 -
server/red_worker.c | 18
This is part of the dispatcher update, extracting the dispatcher routine
from red_dispatcher and main_dispatcher into dispatcher.
Supporting multiple async operations will make it natural to support
async monitor commands and async guest io requests that could overlap in
time.
Bugzilla: 42463
Re
---
common/spice_common.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/spice_common.h b/common/spice_common.h
index 51c6a68..f6205a3 100644
--- a/common/spice_common.h
+++ b/common/spice_common.h
@@ -70,7 +70,7 @@
if (debug_level == -1) {
After RFC, I apologize for the delay. The two added patches
are minor - both debugging related, marked with N. Please check the
newly named read_safe and write_safe like you have before,
Alon
Alon Levy (5):
N common/spice_common.h: red_printf_debug: fix wrong sign
server/red_dispatcher: sup
I just checked the celt page. According to this:
http://www.celt-codec.org/news/
Celt is compatible to the chosen version of current spice until version
0.6.1. In 0.7.0 they changed the bit stream of celt.
However even 0.6.1 is not able to be build with spice as there are the
versions used i
Hi,
I'm trying to run the following:
qemu (latest git, with spice from latest git):
./x86_64-softmmu/qemu-system-x86_64 -spice
port=6901,disable-ticketing,sasl -k en-us -name XP -boot c -soundhw
pcspk -m 1024 -cpu core2duo,+x2apic -smp 2 -balloon none -bios
/usr/share/seabios/bios.bin -monitor
10 matches
Mail list logo