Displaying 10 results from an estimated 10 matches for "public_git".
2011 Feb 03
0
Holiday
...going without me,
but I'm just sending this note to say that I have put mirrors for the
following git repositories up in case the primary git repo has any
problems.
Primary Mirror
http://git.annexia.org/?p=febootstrap.git;a=summary
http://fedorapeople.org/gitweb?p=rjones/public_git/febootstrap.git;a=summary
http://git.annexia.org/?p=hivex.git;a=summary
http://fedorapeople.org/gitweb?p=rjones/public_git/hivex.git;a=summary
http://git.annexia.org/?p=libguestfs.git;a=summary
http://fedorapeople.org/gitweb?p=rjones/public_git/libguestfs.git;a=summa...
2010 Sep 02
4
[PATCH 0/3] virtio: console: async notifications for host connect / disconnect
....
It sends a SIGIO signal to apps that request signals for host
activity. SIGIO is sent on host connect, disconnect as well as
hot-unplug (which can be seen as a special case of host disconnect).
Tested using several testcases in the test-virtserial repo:
http://fedorapeople.org/gitweb?p=amitshah/public_git/test-virtserial.git
Please apply.
Thanks,
Amit.
Amit Shah (3):
virtio: console: Send SIGIO to processes that request it for host
events
virtio: console: Send SIGIO on new data arrival on ports
virtio: console: Send SIGIO in case of port unplug
drivers/char/virtio_console.c | 31 +++...
2010 Sep 02
4
[PATCH 0/3] virtio: console: async notifications for host connect / disconnect
....
It sends a SIGIO signal to apps that request signals for host
activity. SIGIO is sent on host connect, disconnect as well as
hot-unplug (which can be seen as a special case of host disconnect).
Tested using several testcases in the test-virtserial repo:
http://fedorapeople.org/gitweb?p=amitshah/public_git/test-virtserial.git
Please apply.
Thanks,
Amit.
Amit Shah (3):
virtio: console: Send SIGIO to processes that request it for host
events
virtio: console: Send SIGIO on new data arrival on ports
virtio: console: Send SIGIO in case of port unplug
drivers/char/virtio_console.c | 31 +++...
2017 Oct 18
18
RFC: Switching to the new pass manager by default
Greetings everyone!
The new pass manager is getting extremely close to the point where I'm not
aware of any significant outstanding work needed, and I'd like to see what
else would be needed to enable it by default. Here are the current
functionality I'm aware of outstanding:
1) Does not do non-trivial loop unswitching. Majority of this is in
https://reviews.llvm.org/D34200 but will
2009 Oct 20
1
[PATCH v9 0/1] virtio-console: Support for generic ports and multiple consoles
...bound to hvc. This keeps new host, old
guest happy.
A testsuite is put up at the following site that has an interactive
test program that can be run in the guest. It also has an automated
test suite that tests the major functionalities presented here:
http://fedorapeople.org/gitweb?p=amitshah/public_git/test-virtserial.git
This version passes all the automated tests there.
Christian has tested the console functionality on s390.
v9:
- Add debugfs files for each port to expose some port-specific information for
easier debugging
- Port hotplug fix
- Disallow opening of console ports (open(/dev/v...
2009 Oct 20
1
[PATCH v9 0/1] virtio-console: Support for generic ports and multiple consoles
...bound to hvc. This keeps new host, old
guest happy.
A testsuite is put up at the following site that has an interactive
test program that can be run in the guest. It also has an automated
test suite that tests the major functionalities presented here:
http://fedorapeople.org/gitweb?p=amitshah/public_git/test-virtserial.git
This version passes all the automated tests there.
Christian has tested the console functionality on s390.
v9:
- Add debugfs files for each port to expose some port-specific information for
easier debugging
- Port hotplug fix
- Disallow opening of console ports (open(/dev/v...
2012 Aug 09
8
[PATCH V2 0/6] virtio-trace: Support virtio-trace
Hi All,
The following patch set provides a low-overhead system for collecting kernel
tracing data of guests by a host in a virtualization environment.
A guest OS generally shares some devices with other guests or a host, so
reasons of any problems occurring in a guest may be from other guests or a host.
Then, to collect some tracing data of a number of guests and a host is needed
when some
2012 Aug 09
8
[PATCH V2 0/6] virtio-trace: Support virtio-trace
Hi All,
The following patch set provides a low-overhead system for collecting kernel
tracing data of guests by a host in a virtualization environment.
A guest OS generally shares some devices with other guests or a host, so
reasons of any problems occurring in a guest may be from other guests or a host.
Then, to collect some tracing data of a number of guests and a host is needed
when some
2009 Nov 03
3
[PATCH v10 0/1] virtio-console: Support for generic ports and multiple consoles
...bound to hvc. This keeps new host, old
guest happy.
A testsuite is put up at the following site that has an interactive
test program that can be run in the guest. It also has an automated
test suite that tests the major functionalities presented here:
http://fedorapeople.org/gitweb?p=amitshah/public_git/test-virtserial.git
This version passes all the automated tests there.
Christian has tested the console functionality on s390.
v10:
- only one process can open a port in the guest
- minor fixes for throttling and caching cases
Please review and apply,
Amit
Amit Shah (1):
virtio_console: Ad...
2009 Nov 03
3
[PATCH v10 0/1] virtio-console: Support for generic ports and multiple consoles
...bound to hvc. This keeps new host, old
guest happy.
A testsuite is put up at the following site that has an interactive
test program that can be run in the guest. It also has an automated
test suite that tests the major functionalities presented here:
http://fedorapeople.org/gitweb?p=amitshah/public_git/test-virtserial.git
This version passes all the automated tests there.
Christian has tested the console functionality on s390.
v10:
- only one process can open a port in the guest
- minor fixes for throttling and caching cases
Please review and apply,
Amit
Amit Shah (1):
virtio_console: Ad...