X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2F8254.c;h=9a9ee99a6ff7274d6d2ec36e4f7ce63934be8181;hb=7ded4d4eee46a7bccff35de9e4438fd94624547f;hp=fcde0a1f9d921d57fd7da709cb4bb0507bf1a788;hpb=ee05d4a828862fb4e79616585c15be0aee11ea50;p=palacios-OLD.git diff --git a/palacios/src/devices/8254.c b/palacios/src/devices/8254.c index fcde0a1..9a9ee99 100644 --- a/palacios/src/devices/8254.c +++ b/palacios/src/devices/8254.c @@ -608,11 +608,6 @@ static int pit_write_command(struct guest_info * core, ushort_t port, void * src return -1; } - if (cmd->op_mode == 0) { - V3_Print("SETTING PIT MODE TO 0!!!!!\n"); - v3_print_guest_state(core); - } - switch (cmd->channel) { case 0: if (handle_channel_cmd(&(state->ch_0), *cmd) == -1) {