Commit Graph

  • 15636d5ec0 kvm tools: vhost-net: setup mergeable rx buffers feature Ying-Shiuan Pan 2013-11-01 10:51:00 +08:00
  • 8aa155c439 kvm tools: virtio-net has to open tap device before vhost-net init. Ying-Shiuan Pan 2013-11-01 10:50:59 +08:00
  • f4c0490cc3 kvm tools: arm: add option to override generic timer frequency Robin Murphy 2014-01-06 17:38:37 +00:00
  • dfb8fd674f kvm tools: support unsigned int options Robin Murphy 2014-01-06 17:38:36 +00:00
  • d06bc640e5 kvm tools: arm: emit the MPIDR in DT instead of cpu_id Marc Zyngier 2014-01-06 17:38:35 +00:00
  • 6f60cca006 kvm tools: arm: add support for ARM Cortex-A7 Jonathan Austin 2014-01-06 17:38:34 +00:00
  • 909d7f7761 kvm tools: arm: extract common timer support code for ARM cpus Jonathan Austin 2014-01-06 17:38:33 +00:00
  • 7800e6fa9b kvm tools: Don't disable PerfMon if host does not support it Cyrill Gorcunov 2013-10-01 20:07:02 +04:00
  • e249304721 kvm tools: Fix virtio-net iov memcpy Asias He 2013-10-28 15:02:54 +08:00
  • 97bb5a9dfb kvm tools: stop virtio console doing unnecessary input handling Jonathan Austin 2013-09-11 18:32:49 +01:00
  • 12c406a801 kvm tools: remove periodic tick in favour of a polling thread Jonathan Austin 2013-09-11 18:32:48 +01:00
  • 7787f0ffbb kvm tools: use #define for maximum number of terminal devices Jonathan Austin 2013-09-11 18:32:47 +01:00
  • 27347f76ac kvm tools: ioeventfd: replace bool parameters to __add_event with flags Will Deacon 2013-09-04 11:27:39 +01:00
  • 08fee1cb64 kvm tools: virtio-mmio: init_ioeventfd should use MMIO for ioeventfd__add_event() Ying-Shiuan Pan 2013-08-30 21:58:14 +08:00
  • 61c003c973 kvm tools: powerpc: Fix init order for xics Michael Neuling 2013-08-20 13:28:34 +10:00
  • 64857d5d30 kvm tools: powerpc: Implement "system-reboot" RTAS call Michael Ellerman 2013-08-13 15:48:47 +10:00
  • 393cba1732 kvm tools: Fix build of guest init with biarch powerpc compilers Michael Ellerman 2013-08-07 18:46:47 +10:00
  • 5f3aaf2281 kvm tools: plug race between uip_init and virtio_net_rx_thread Marc Zyngier 2013-08-06 19:13:12 +01:00
  • 2bc40bf294 kvm tools: Fix virtio scsi build breakage Ingo Molnar 2013-06-19 14:58:36 +02:00
  • 48bed025ff kvmtool, seabios: Ignore BIOS POST legacy registers Pekka Enberg 2012-02-24 20:20:16 +02:00
  • e7e2950aa6 kvm tools: fix boot of guests with more than 4gb of ram Sasha Levin 2013-07-07 12:00:27 -04:00
  • e2b9812560 kvm tools: add status notification hook to virtio-mmio Marc Zyngier 2013-05-21 15:29:36 +03:00
  • bc0b99a2a7 kvm tools: Filter out CPU vendor string Cyrill Gorcunov 2013-05-28 15:49:44 +04:00
  • e9b96f5e41 kvm tools: Don*t generate deps and version file on clean target Cyrill Gorcunov 2013-05-28 15:49:43 +04:00
  • 22fb13f677 kvm tools: Fix dirent handling on dirent non-friendly filesystems Milan Kocian 2013-06-06 23:15:16 +02:00
  • 7668c3a677 kvm tools: virtio-net mergable rx buffers Sasha Levin 2013-05-03 16:29:17 -04:00
  • 7200d3a15c kvm tools: use iovec functions in uip_rx Sasha Levin 2013-05-03 16:29:16 -04:00
  • d8f361774a kvm tools: steal iovec handling routines from the kernel Sasha Levin 2013-05-03 16:29:15 -04:00
  • 48c6b47ae5 kvm tools: use correct vnet header size for mergable rx buffers Sasha Levin 2013-05-03 16:29:14 -04:00
  • 8c0ae74dd3 kvm tools: init network devices only when the virtio driver is ready to go Sasha Levin 2013-05-03 16:29:13 -04:00
  • 04b53c1615 kvm tools: add status notification hook for virtio Sasha Levin 2013-05-03 16:29:12 -04:00
  • 9e56ec1413 kvm tools: fix vhost interaction with ctrl vq Sasha Levin 2013-05-03 16:29:11 -04:00
  • 643f6c0857 kvm tools: pass virtio header size to uip_init Sasha Levin 2013-05-03 16:29:10 -04:00
  • 97e65b5f6f kvm tools: ARM: add 8250 console callback to periodic poll Will Deacon 2013-05-01 16:50:16 +01:00
  • ed7b31c928 kvm tools: ARM: generate fdt nodes for ioport devices Will Deacon 2013-05-01 16:50:15 +01:00
  • e5965f365c kvm tools: 8250: add address qualifier to uart name in fdt node Marc Zyngier 2013-05-01 16:50:14 +01:00
  • d28abb583a kvm tools: 8250: add fdt node generation Will Deacon 2013-05-01 16:50:13 +01:00
  • bb7b03f385 kvm tools: ioport: allow ioport devices to generate fdt nodes Will Deacon 2013-05-01 16:50:12 +01:00
  • 206c41f433 kvm tools: ioport: add arch callback to remap IRQ lines for ioport devices Will Deacon 2013-05-01 16:50:11 +01:00
  • dbfef85064 kvm tools: allow ioports to be offset from 0 Will Deacon 2013-05-01 16:50:10 +01:00
  • 7652598814 kvm tools: console: unconditionally output to any console Marc Zyngier 2013-05-01 16:50:09 +01:00
  • d8bd1e1f72 kvm tools: arm: add ioport window to virtual memory map Will Deacon 2013-05-01 16:50:08 +01:00
  • 2454c7dc0d kvm tools: virtio: move fdt node generation into core mmio code Will Deacon 2013-05-01 16:50:07 +01:00
  • 1d716fa6df kvm tools: makefile: factor out libfdt inclusion Will Deacon 2013-05-01 16:50:06 +01:00
  • 76f073fcf8 kvm tools: remove arbitrary minimum RAM limitation Sasha Levin 2013-04-23 10:57:34 -04:00
  • 79052597ed kvm tools: make virtio-net mq max queues configurable Sasha Levin 2013-04-13 20:20:44 -04:00
  • 7bcceb95fd kvm tools: Initial GTK+ 3.0 UI Pekka Enberg 2013-02-06 17:52:57 +02:00
  • 61ebda7762 kvm tools: set "done" to true on SDL window close Lin Ming 2013-04-12 14:49:08 +08:00
  • 384560e42e kvm tools: bump number of virtio MMIO vqueues Will Deacon 2013-04-11 17:36:26 +01:00
  • ef8a47b3e5 kvm tools: arm64: add support for AEM and Foundation models Marc Zyngier 2013-04-11 17:36:25 +01:00
  • beff7ae0e7 kvm tools: arm: consolidate CPU node generation Marc Zyngier 2013-04-11 17:36:24 +01:00
  • 9b47146bc9 kvm tools: arm: add CPU compatible string to target structure Marc Zyngier 2013-04-11 17:36:23 +01:00
  • 8d0413d2a0 kvm tools: arm: don't crash when no compatible CPU is found Marc Zyngier 2013-04-11 17:36:22 +01:00
  • 6585ffb707 kvm tools: virtio-net multiqueue support Sasha Levin 2013-04-08 20:37:37 -04:00
  • abd4a801d7 kvm tools: support virtio-net ctrl queue Sasha Levin 2013-04-08 20:37:36 -04:00
  • 45d3b59e8c kvm tools: Increase amount of possible interrupts per PCI device Sasha Levin 2013-04-08 20:37:35 -04:00
  • 623682be27 kvm tools: 9p: fix compilation broken by new stat structures Marc Zyngier 2013-03-04 06:27:31 +00:00
  • a24ecd1fca kvm tools: init: fix usage of hlist iterators Marc Zyngier 2013-03-04 06:27:30 +00:00
  • 86b5f5dd6d kvm tools: fix git checkout in README Fengguang Wu 2013-03-25 08:35:05 +08:00
  • aa7a0e7915 kvm tools: arm: fix GIC #defines to match latest kvm code Will Deacon 2013-02-06 12:12:32 +00:00
  • bf4bc9021e kvm tools: powerpc: Only emit TB freq if it's non-zero Michael Ellerman 2013-02-06 19:19:16 +11:00
  • 553a2baf53 kvm tools: powerpc: Add cpu info entry for POWER8 Michael Ellerman 2013-02-06 19:19:15 +11:00
  • e54ababa42 kvm tools: powerpc: Fix buglet in xics_init() handling of nrcpus Michael Ellerman 2013-02-06 19:19:14 +11:00
  • 36ad4dcfdd kvm tools: Rework stdio/stdout handling to support redirection Michael Ellerman 2013-02-06 19:19:13 +11:00
  • 211370d69e kvm tools: More error handling in the ipc code Michael Ellerman 2013-02-06 19:19:12 +11:00
  • 0cf9e1f442 kvm tools: Return error status in lkvm list Michael Ellerman 2013-02-06 19:19:11 +11:00
  • 30c31b6643 kvm tools: arm: fix fallout from debug_fd refactoring Will Deacon 2013-02-03 15:37:48 +00:00
  • a7f046df2b kvm tools: Fix powerpc build after kvm__dump_mem() change Michael Ellerman 2013-02-04 23:17:45 +11:00
  • 10a266cae3 kvm tools: Clean up NULL check in pci_shmem__init() Pekka Enberg 2013-01-26 11:36:08 +02:00
  • 6ad7171a69 kvm tools: Fix SDL and VNC by setting vidmode correctly Asias He 2013-01-25 19:42:02 +08:00
  • b2cf1e9f5f kvm tools: Beautify debug output Asias He 2013-01-25 20:56:19 +08:00
  • 76857a39f6 kvm tools: remove redundant "if" condition Cong Ding 2013-01-16 17:52:40 +01:00
  • 63fd57b95c kvm tools: close opened file Cong Ding 2013-01-16 17:51:44 +01:00
  • 9eb3dbcbc8 kvm tools: arm: align guest memory buffer to maximum page size Will Deacon 2013-01-07 18:43:45 +00:00
  • 1e0c135a3b kvm tools: add support for ARMv8 processors Will Deacon 2013-01-07 18:43:44 +00:00
  • 6107624063 kvm tools: arm: add support for PSCI firmware in place of spin-tables Will Deacon 2013-01-07 18:15:01 +00:00
  • ba27ff4631 kvm tools: arm: make .dtb dumping a command-line option Will Deacon 2013-01-07 18:15:00 +00:00
  • 5f5b014461 kvm tools: pedantry: fix annoying typo Will Deacon 2013-01-07 18:14:59 +00:00
  • c59ba304d5 kvm tools: virtio: remove hardcoded assumptions about guest page size Will Deacon 2013-01-07 18:14:58 +00:00
  • 379d476de1 kvm tools: remove unneeded checks in qcow code Sasha Levin 2012-12-20 14:11:10 -05:00
  • 71bf426ac9 kvm tools: remove unneeded check from disk code Sasha Levin 2012-12-20 14:11:11 -05:00
  • 0888c05458 kvm tools: correctly compare pointer with NULL instead of 0 Sasha Levin 2012-12-20 14:11:12 -05:00
  • a83f8ed142 kvm tools: remove max_high field in rb_int_node structure Michel Lespinasse 2012-11-24 18:44:24 -08:00
  • ffc83de357 kvm tools: rb_int_search_single simplification Michel Lespinasse 2012-11-24 18:44:23 -08:00
  • 3e64a4a462 kvm tools: ensure non-overlapping intervals in rb_int_insert() Michel Lespinasse 2012-11-24 18:44:22 -08:00
  • ff7ba6faee kvm tools: allow arch's to provide their own command-line options Will Deacon 2012-12-05 16:32:17 +00:00
  • 92d534e09b kvm tools: arm: fixup pre-processor guards for kvm-cpu-arch.h Will Deacon 2012-12-05 16:32:16 +00:00
  • f5ec570a9d kvm tools: ARM: set interrupt priority mask in secondary boot path Marc Zyngier 2012-12-05 16:32:15 +00:00
  • 1ad95468d8 kvm tools: fix zombie reaping in guest/init.c Marc Zyngier 2012-11-29 19:40:00 +00:00
  • a1166a18a9 kvm tools: powerpc: convert spapr pci to new device iterators Will Deacon 2012-11-27 13:00:28 +00:00
  • 7c0e8b0c55 kvm tools: add support for ARMv7 processors Will Deacon 2012-11-23 14:40:03 +00:00
  • 0cb419900f kvm tools: provide a mechanism for translating host to guest addresses Will Deacon 2012-11-22 15:58:16 +00:00
  • f412251f98 kvm tools: teach guest_flat_to_host about memory banks starting above 0 Will Deacon 2012-11-22 15:58:15 +00:00
  • d82350d3bc kvm tools: keep track of registered memory banks in struct kvm Will Deacon 2012-11-22 15:58:14 +00:00
  • 21ff329de8 kvm tools: add generic device registration mechanism Will Deacon 2012-11-22 15:58:13 +00:00
  • 13cf07d9e2 kvm tools: balloon: add dummy set_size_vq implementation Will Deacon 2012-11-22 15:58:12 +00:00
  • 5bc1304080 kvm tools: don't bother including linux/compiler.h Will Deacon 2012-11-22 15:58:11 +00:00
  • 24e1dbdfde kvm tools: disable LTO by default Sasha Levin 2012-11-19 19:31:30 -05:00
  • 2e21bc7d6e kvm tools: use /dev/random in virtio-rng Sasha Levin 2012-11-16 15:51:13 -05:00
  • ae06ce7165 kvm tools: allow arch to specify default virtio transport Will Deacon 2012-11-12 11:57:26 +00:00