aboutsummaryrefslogtreecommitdiffstats
path: root/term.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-24kvmtool: Switch serial input to raw modeMarc Zyngier1-0/+1
2015-11-05kvmtool: fix VM exit race attempting to pthread_kill an exited threadWill Deacon1-1/+1
2015-10-27kvmtool/term: unexport term_set_tty, term_init, term_exitOleg Nesterov1-7/+8
2015-06-01kvmtool: Set the thread names for terminal and virtio-net-ctrlSuzuki K. Poulose1-1/+2
2015-06-01kvm tools: Return number of bytes written by term_putcAndreas Herrmann1-1/+1
2015-06-01kvm tools: Modify term_putc to write more than one charDavid Daney1-2/+5
2015-06-01kvm tools: Move definition of TERM_MAX_DEVS to headerAndreas Herrmann1-1/+0
2015-06-01kvmtool: Fix handling of POLLHUP when --tty is usedMarc Zyngier1-1/+3
2015-06-01kvm tools: remove periodic tick in favour of a polling threadJonathan Austin1-0/+31
2015-06-01kvm tools: use #define for maximum number of terminal devicesJonathan Austin1-3/+4
2015-06-01kvm tools: Rework stdio/stdout handling to support redirectionMichael Ellerman1-6/+9
2015-06-01kvm tools: remove global kvm objectSasha Levin1-4/+3
2015-06-01kvm tools: use init/exit where possibleSasha Levin1-0/+2
2015-06-01kvm tools: improve term init/exit functionsSasha Levin1-4/+24
2015-06-01kvm tools: move kvm_cpus into struct kvmSasha Levin1-1/+1
2015-06-01kvm tools: move active_console into struct kvm_configSasha Levin1-22/+6
2015-06-01kvm tools: Trivial cleanupSasha Levin1-1/+0
2015-06-01kvm tools: Fix term_getc(), term_getc_iov() endian bugsMatt Evans1-5/+2
2015-06-01kvm tools: Allow remapping guest TTY into host PTSSasha Levin1-14/+57
2015-06-01kvm tools: Make keyboard termination go through regular termination pathSasha Levin1-5/+1
2015-06-01kvm tools: Stop VCPUs before freeing struct kvmSasha Levin1-0/+2
2015-06-01kvm tools: Allow giving instance namesSasha Levin1-0/+3
2015-06-01kvm tools: Fix broken terminal when kvm exits because of a signalAnton Vorontsov1-0/+9
2015-06-01kvm tools: Fix virtio console input problemAsias He1-2/+1
2015-06-01kvm tools: Replace option --enable-virtio-console with --consoleAsias He1-1/+1
2015-06-01kvm tools: Exit KVM session on Ctrl+a and 'x'Asias He1-5/+36
2015-06-01kvm tools: Make code mostly checkpatch cleanPekka Enberg1-3/+2
2015-06-01kvm tools: Move terminal related code to a new file term.cAsias He1-0/+88